X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/06742a38f2b752d776bb3e35dc7d1f5061de9ceb..463e23c937cc2a5f22756ab1c3f68ea2e6ad0c0b:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 8b2686f..d5d028c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,163 @@ /*********************************************************************** X3 ChangeLog +2009-06-01 Neil Spierling + + * src/chanserv.c: Fixed up SF bug #2799155. + + * src/modcmd.c: Fixed up an issue where missing args was coming up + when it shouldnt. + +2009-05-31 Neil Spierling + + * GPL 3 and svn propset updates. + +2009-05-31 Neil Spierling + + * src/main.c: Added spamserv.h #include. + + * src/main-common.c: Woops forgot to init spamserv. + + * src/spamserv.c: Fixed up AddLocalUser. + +2009-05-30 Neil Spierling + + * src/chanserv.c: Small fix with CSMSG_SET_UNREVIEWED. + +2009-05-30 Neil Spierling + + * src/hash.c: Couple of tweaks. + + * src/proto-common.c: Fix for triggers not working with forwards as well as + off channel services. + +2009-05-30 Neil Spierling + + * src/chanserv.c: Fixed a crash with setting a .set option with an invalid + option. + + * src/mail-smtp.c: Added missing file. + +2009-05-27 Neil Spierling + + * Major update to bring X3 in line with the latest SRVX commit. Please see + UPGRADE. Credits go to the SRVX team. + +2009-04-22 Neil Spierling + + * src/proto-p10.c: Ignore stats headers. + +2009-05-08 Henrik Stuart + + * src/mod-python.c: generalised cmd_run to process file_input productions. + +2009-05-06 Henrik Stuart + + * src/mod-python.c: generalised PYTHONPATH environment setting to + not explicitly set Alex's home directory. + +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. + + * src/proto-p10.c: Bug fix for SF Bug #2547157 (topic ident bug). + +2009-01-27 Alex Schumann + + * src/modpython.py: Comment out debug printing + + * src/plugins/hangman: New example plugin: Hangman game + +2009-01-27 Alex Schumann + + * src/opserv.c: Fix a hole Sindacious found, where alerts on account + don't trigger because they arent looked for during/after auth. + +2009-01-26 Alex Schumann + + * src/plugins/annoy/plugin.py: more test code + + * src/mod-python.c: added emb_get_info, silenced warnings, and stub + TODO comments for all the handlers and emb functions we need to + create. search for TODO and lend a hand! :) + +2009-01-26 Alex Schumann + + * src/plugins/annoy/plugin.py: new version of test plugin + +2009-01-25 Alex Schumann + + * Makefile.am: forgot to copy modpython.py where it goes. + +2009-01-24 Alex Schumann + + * src/mod-python.c: added plugin hook to log to x3 logs, and worked + out the basics of callback registration. + + * src/modpython.py: x3 logging hook and new callback registration + + * Makefile.am: install modpython.py and plugins/ during make install + + * install-r.sh: shell script to do recursive copy with exclusions + +2009-01-23 Alex Schumann + + * src/mod-python.c: refactor to use class-based hook manager. Seems to + run now. Also added better comments. + + * src/modpython.py: refactored into classes. Seems to run now. Cleaned + up a bit. + +2008-01-12 Neil Spierling + + * src/opserv.c: Fix for SF bug #2491886. Added OSMSG_USER_ALREADY_THERE. + +2009-01-04 Alex Schumann + + * src/nickserv.c: fix access change bug when using ldap but not + ldap_oper_group_dn. + 2009-01-01 Matthew Beeching * languages/README.txt: Changed validate_lang.pl to validate.pl