]> jfr.im git - irc/evilnet/x3.git/blobdiff - ChangeLog
mod-python: generalised the setting of the PYTHONPATH environment variable
[irc/evilnet/x3.git] / ChangeLog
index 8cbaa96624673271d417795965cc259ef3680ccb..b50c5722275c064f870a8154c8670513e81a1fb0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 /***********************************************************************
 X3 ChangeLog
 
-2008-12-06  Alex Schumann  <rubin@afternet.org>
+2009-05-06  Henrik Stuart  <evilnet@hstuart.dk>
 
-       src/modcmd.c: remove python tests (moved to mod-python.c)
+       * src/mod-python.c: generalised PYTHONPATH environment setting to
+       not explicitly set Alex's home directory.
 
-       src/mod-python.c: initial template based on memoserv
+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. Also added better comments.
+
+       * src/modpython.py: refactored into classes. Seems to run now. Cleaned
+       up a bit.
+
+2008-01-12  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/opserv.c: Fix for SF bug #2491886. Added OSMSG_USER_ALREADY_THERE.
+
+2009-01-04  Alex Schumann  <rubin@afternet.org>
+
+       * src/nickserv.c: fix access change bug when using ldap but not
+       ldap_oper_group_dn.
+
+2009-01-01  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * languages/README.txt: Changed validate_lang.pl to validate.pl
+
+       * languages/validate.pl: Set executable
+
+       * languages/lang_export.sh: Set executable
+
+2008-12-27  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/chanserv.c: SF feature 1476390. Added nodelete option to
+       MERGE.
+
+       * src/chanserv.help: SF feature 1476390. Added nodelete option
+       to MERGE.
+
+2008-12-27  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/chanserv.c: SF feature 2353198. Patch from CaptKirk. Added
+       the channel flag to the register command. Also removed the
+       helping flag.
+
+2008-12-27  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/hash.c: SF feature 2353183. Made X3 aware of +a.
+
+       * src/hash.h: SF feature 2353183. Made X3 aware of +a.
+
+2008-12-27  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/global.c: Added RCHANNELS which will send notices to all
+       registered channels. Also changed CHANNELS to notice all channels
+       instead of registered ones only.
+
+       * src/global.h: Added RCHANNELS.
+
+       * src/global.help: Added RCHANNELS target.
+
+2008-12-27  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/global.c: Added AUTHED target.
+
+       * src/global.h: Added AUTHED target.
+
+2008-12-27  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/opserv.c: Store when alerts were last triggered.
+
+2008-12-27  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * x3.conf.example: Added valid_channel_regex.
+
+       * src/chanserv.c: Added valid_channel_regex.
+
+2008-12-25  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/chanserv.c: Warning fixes.
+
+       * src/proto-p10.c: Warning fixes.
+
+2008-12-25  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * configure: Regenerated.
+
+       * configure.in: Added math.h check.
+
+       * rx/Makefile.in: Regenerated.
+
+       * src/chanserv.c: Warning fixes.
+
+       * src/config.h.in: Regenerated.
+       
+       * src/Makefile.in: Regenerated.
+
+       * src/math.c: Warning fixes.
+
+       * src/nickserv.c: Warning fixes.
+
+       * src/opserv.c: Warning fixes.
+       * src/proto-p10.c: Warning fixes.
+
+2008-12-24  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/chanserv.c: Fix for SF bug #2423717. Invalid automode choices
+       with a string will now show the invalid string rather than 0.
+
+2008-12-24  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/nickserv.c: Fix for SF bug #2420339. Password change emails
+       will not have the first time part in the email. Email change emails
+       will have them though.
+
+2008-12-24  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/chanserv.c: Fix for SF bug #2353222 (+l not being removed
+       when dynlimit disabled.
+
+2008-12-24  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/proto-p10.c: Fix for SF bug #2401693 (gsync not working properly).
+
+2008-11-30  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/spamserv.c: Fix crash bug in ADDTRUST/DELTRUST
+
+2008-11-25  Alex Schumann  <rubin@afternet.org>
+
+       * src/mod-python.c: call run function instead of using
+       pyrun_simplestring. Set global info for simple reply() to have what it
+       needs to run.
+
+       * src/modpython.py: new name as - interferes with module loading.
+       added reply() function
+
+2008-11-22  Alex Schumann  <rubin@afternet.org>
+
+       * src/mod-python.c: Added ability to query info about nick or channel
+       name
+
+2008-11-16  Alex Schumann  <rubin@afternet.org>
+
+       * src/mod-python.c: filled in some missing pieces.
+
+       * src/mod-python.py: more demo code for testing
+
+2008-11-16  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/chanserv.help: Minor mistake in help for 'SET MAXSETINFO'
+
+2008-11-16  Alex Schumann  <rubin@afternet.org>
+
+       * src/mod-python.c: further work on building basic bits of this
+
+       * src/mod-python.py: first pass at what will be the base python script.
+
+2008-11-13  Alex Schumann  <rubin@afternet.org>
+
+       * src/modcmd.c: remove python tests (moved to mod-python.c)
+
+       * src/mod-python.c: initial template based on memoserv
 
 2008-11-12  Matthew Beeching  <jobe@mdbnet.co.uk>
 
@@ -13,7 +256,7 @@ X3 ChangeLog
 
 2008-11-06  Alex Schumann  <rubin@afternet.org>
 
-       src/modcmd.c,Makefile.in,src/Makefile.in,configure.in,src/config.h.in:
+       src/modcmd.c,Makefile.in,src/Makefile.in,configure.in,src/config.h.in:
        Begin work on embedding python.
 
 2008-11-06  Neil Spierling  <sirvulcan@sirvulcan.co.nz>