X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/a32da4c70ca85b879f8162469ae37ffeca500b99..d8d3ee7365674e843548c5bc69fab1288458e71f:/ChangeLog diff --git a/ChangeLog b/ChangeLog index d48ffe0..0d9f114 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,80 @@ # arch-tag: automatic-ChangeLog--srvx@srvx.net--2004-srvx/srvx--devo--1.3 # +2004-09-15 04:14:14 GMT adam patch-81 + + Summary: + Consolidate use_registered_mode into off_channel and expand overall functionality + Revision: + srvx--devo--1.3--patch-81 + + * srvx.conf's off_channel setting now allows us to turn on all of the features of out-of-channel services without activating the + channel setting to have chanserv part + + + + + modified files: + ChangeLog src/chanserv.c srvx.conf.example + + +2004-09-13 13:11:38 GMT Michael Poole patch-80 + + Summary: + ChanServ bugfixes for +z and addbans in suspended channels + Revision: + srvx--devo--1.3--patch-80 + + If ChanServ should use MODE_REGISTERED, update that when moving channels. + + Do not check for bans against an auth'ing user in suspended channels. + + Change the example entries for off_channel and use_registered_mode to + make the enabled/on values more obvious. + + modified files: + ChangeLog src/chanserv.c srvx.conf.example + + +2004-09-08 23:36:51 GMT Michael Poole patch-79 + + Summary: + Implement item #1011114, #997053 + Revision: + srvx--devo--1.3--patch-79 + + * Adjust the default max_greetlen to 200 (since greetings are now + unconditionally capped at one line of output). + + * Allow DNRs to be shown for accounts that currently do not exist. + + modified files: + ChangeLog src/chanserv.c src/opserv.c srvx.conf.example + + +2004-09-06 13:35:59 GMT Michael Poole patch-78 + + Summary: + Fix bugs; better handle oplevels from ircu2.10.12 + Revision: + srvx--devo--1.3--patch-78 + + * Fix order of port and IP in sample socks4 proxy test. + + * Fix a bug in dict_remove2() that corrupted the tree order if a + cleanup function tried to delete another node. + + * Fix a buffer overflow in cmd_joiner. + + * Get rid of free_nick_info() since it is really just free(). + + * If our P10 uplink sends an oplevel in a burst, treat it as a chanop. + + modified files: + ChangeLog sockcheck.conf.example src/dict-splay.c src/modcmd.c + src/nickserv.c src/proto-p10.c + + 2004-08-12 16:06:55 GMT Zoot patch-77 Summary: