X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/da5d424313f0a193b9bf8aec463c4b71b84e91d4..10be9be0103f5b862aa599beb35c38a380f8b92d:/ChangeLog diff --git a/ChangeLog b/ChangeLog index ee3eca4..104334b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,47 @@ /*********************************************************************** X3 ChangeLog +2009-05-05 Henrik Stuart + + * src/proto-p10.c: introduced irc_sno for SNO messages. Removed broken + auto_oper on LOC support. + + * src/proto.h: introduced irc_sno for SNO messages. + + * src/nickserv.c: added registered authentication function to handle + auto_oper on LOC. + +2009-05-04 Alex Schumann + + * src/chanserv.c: julien and polo noticed a crash during channel register. Fixed + + * x3.conf.example: fix typeo in default channel regex. Thanks again to julien for noticing this. + +2009-03-27 Neil Spierling + + * src/proto-p10.c: Update PRIV handling code for the latest + nefarious 1.3 changes. + +2009-02-27 Alex Schumann + + * src/proto-p10.c: Patch from muer to support auto-oper for LOC + connections too. + +2009-01-31 Alex Schumann + + * src/chanserv.c: change server link handlers to return an int + + * src/hash.h: change server link handlers to return an int + + * src/plugins/annoy/plugin.py: add some debug code for testing new + hooks + + * src/modpython.py: support for new hooks server_link, nick_change, + and new_user + + * src/mod-python.c: support for new hooks server_link, nick_change, + and new_user + 2009-01-30 Neil Spierling * src/opserv.c: Warning fix.