]> jfr.im git - irc/evilnet/x3.git/blobdiff - ChangeLog
nickserv: support auto_admin and auto_oper for login-on-connect
[irc/evilnet/x3.git] / ChangeLog
index 9c76faa543dfb9e79f8bb484bc00542eb46a1b55..104334b6c29f1f341cd762e7698473f5f5d86425 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,98 @@
 /***********************************************************************
 X3 ChangeLog
 
+2009-05-05  Henrik Stuart  <evilnet@hstuart.dk>
+
+       * 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  <rubin@afternet.org>
+
+        * 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  <sirvulcan@sirvulcan.co.nz>
+
+       * src/proto-p10.c: Update PRIV handling code for the latest
+       nefarious 1.3 changes.
+
+2009-02-27  Alex Schumann  <rubin@afternet.org>
+
+       * src/proto-p10.c: Patch from muer to support auto-oper for LOC
+       connections too.
+
+2009-01-31  Alex Schumann  <rubin@afternet.org>
+
+       * 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  <sirvulcan@sirvulcan.co.nz>
+
+       * src/opserv.c: Warning fix.
+
+       * src/proto-p10.c: Bug fix for SF Bug #2547157 (topic ident bug).
+
+2009-01-27  Alex Schumann  <rubin@afternet.org>
+
+       * src/modpython.py: Comment out debug printing
+
+       * src/plugins/hangman: New example plugin: Hangman game
+
+2009-01-27  Alex Schumann  <rubin@afternet.org>
+
+       * 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  <rubin@afternet.org>
+
+       * 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  <rubin@afternet.org>
+
+       * src/plugins/annoy/plugin.py: new version of test plugin
+
+2009-01-25  Alex Schumann  <rubin@afternet.org>
+
+       * Makefile.am: forgot to copy modpython.py where it goes.
+
+2009-01-24  Alex Schumann  <rubin@afternet.org>
+
+       * 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  <rubin@afternet.org>
 
        * src/mod-python.c: refactor to use class-based hook manager. Seems to
-       run now.
+       run now. Also added better comments.
 
-       * src/modpython.py: refactored into classes. Seems to run now.
+       * src/modpython.py: refactored into classes. Seems to run now. Cleaned
+       up a bit.
 
 2008-01-12  Neil Spierling  <sirvulcan@sirvulcan.co.nz>