Skip to content

Commit

Permalink
Bump to 0.1.1
Browse files Browse the repository at this point in the history
* Add ircd.rules, update README and Makefile.PL accordingly
* See https://bugs.cmpct.info/show_bug.cgi?id=51 for versioning info
  • Loading branch information
thesamesam committed Aug 24, 2016
1 parent 7c59dfc commit 31d86b2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ extra_install:
install -d $(DESTDIR)/etc/cmpctircd/
install -m 640 ircd.xml $(DESTDIR)/etc/cmpctircd/ircd.xml.example
install -m 640 ircd.motd $(DESTDIR)/etc/cmpctircd/ircd.motd.example
install -m 640 ircd.rules $(DESTDIR)/etc/cmpctircd/ircd.rules.example
END_OF_MAKEFILE

WriteAll;
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<p>For now, it is still under heavy development. It will be clear when it is production ready.
<a href="https://bugs.cmpct.info/">Bugzilla</a> is a good indicator of progress.</p>

<p>Checkout <em>master</em>, edit <code>ircd.xml</code>, and run <code>bin/ircd --config ircd.xml --motd ircd.motd</code> to test.
<p>Checkout <em>master</em>, edit <code>ircd.xml</code>, and run <code>bin/ircd --config ircd.xml --motd ircd.motd --rules ircd.rules</code> to test.
Windows is untested as of yet, but it should run with <code>select</code> as the socket provider (<code>&lt;sockets:provider&gt;</code>). <code>epoll</code> is
recommended on Linux.</p>

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Status
For now, it is still under heavy development. It will be clear when it is production ready.
[Bugzilla](https://bugs.cmpct.info/) is a good indicator of progress.

Checkout *master*, edit `ircd.xml`, and run `bin/ircd --config ircd.xml --motd ircd.motd` to test.
Checkout *master*, edit `ircd.xml`, and run `bin/ircd --config ircd.xml --motd ircd.motd --rules ircd.rules` to test.
Windows is untested as of yet, but it should run with `select` as the socket provider (`<sockets:provider>`). `epoll` is
recommended on Linux.

Expand Down
2 changes: 1 addition & 1 deletion bin/ircd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sub new {
'desc' => undef,
'ip' => undef,
'port' => undef,
'version' => 0.1,
'version' => '0.1.1',

# advanced config options
'pingtimeout' => undef,
Expand Down
1 change: 1 addition & 0 deletions ircd.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Default RULES file for cmpctircd. Please change this.

0 comments on commit 31d86b2

Please sign in to comment.