]> jfr.im git - irc/evilnet/x3.git/blobdiff - ChangeLog
update test python plugin
[irc/evilnet/x3.git] / ChangeLog
index add70515e90442594eec9607e7bef0635e210e14..6a4bf5c0557dc9025209be281dcdfc86c544d227 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,33 @@
 /***********************************************************************
 X3 ChangeLog
 
+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.