X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=4791b38d2ccfaa5b634b17b89c4bcd08d5f660aa;hb=35ffb2ad774fac945c200d06a30174fe676d94bb;hp=0370654461ac8e247debf844458f11834fc7908b;hpb=565b871f7cd94c40eca88a05d60bd6d9acae0be5;p=srvx.git diff --git a/ChangeLog b/ChangeLog index 0370654..4791b38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,77 @@ # arch-tag: automatic-ChangeLog--srvx@srvx.net--2004-srvx/srvx--devo--1.3 # +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: + More title host checking + Revision: + srvx--devo--1.3--patch-77 + + * src/nickserv.c: Make oset title verify that the final combined fakehost + will not be truncated before storing the title. Also, supply a missing + format string argument. + + modified files: + ChangeLog src/nickserv.c + + +2004-08-08 17:42:01 GMT Zoot patch-76 + + Summary: + Fix format string bug + Revision: + srvx--devo--1.3--patch-76 + + * src/chanserv.c: Fix a format string bug in the myaccess command. + + modified files: + ChangeLog src/chanserv.c + + +2004-08-02 12:54:13 GMT Michael Poole patch-75 + + Summary: + Assorted bug fixes + Revision: + srvx--devo--1.3--patch-75 + + * Add missing semicolon in German translation of CSMSG_TRANSFER_WAIT. + + * Fix pointer used in !trim max_access calculation. + + * Default to maximum line length for all "single-line" messages. + + * Return success from NickServ ounregister so it is logged properly. + + modified files: + ChangeLog languages/de/strings.db src/chanserv.c + src/helpfile.c src/nickserv.c + + 2004-07-22 04:03:22 GMT Michael Poole patch-74 Summary: