X-Git-Url: http://git.pk910.de/?p=srvx.git;a=blobdiff_plain;f=ChangeLog;h=4791b38d2ccfaa5b634b17b89c4bcd08d5f660aa;hp=d48ffe0db21fd12ea78c2d09e7068bcff5fc9fc1;hb=35ffb2ad774fac945c200d06a30174fe676d94bb;hpb=47311a53d46d39b96842b2da83eb03caf089d9da diff --git a/ChangeLog b/ChangeLog index d48ffe0..4791b38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,29 @@ # 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: