]> jfr.im git - irc/evilnet/x3.git/blobdiff - ChangeLog
nickserv: marked cmd possibly unused to silence warning
[irc/evilnet/x3.git] / ChangeLog
index 69bd4a327637b299ebf6045f756101789b61a166..70192789fe8a5db997182d8168bbd86c8a059b58 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,89 @@
 /***********************************************************************
 X3 ChangeLog
 
+2009-10-27  Henrik Stuart  <evilnet@hstuart.dk>
+
+       * src/nickserv.c: marked cmd possibly unused to silence warning.
+
+2009-10-27  Henrik Stuart  <evilnet@hstuart.dk>
+
+       * src/nickserv.h: make auto_oper_privs and auto_admin_privs const.
+
+       * src/proto.h: make privs const in irc_raw_privs.
+
+       * src/proto-p10.c: make privs const in irc_raw_privs.
+
+2009-10-27  Henrik Stuart  <evilnet@hstuart.dk>
+
+       * src/global.c: remove unused code.
+
+2009-10-19  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/nickserv.c: Send privs out when auto opering clients. These are
+       controlled for now via auto_oper_privs/auto_admin_privs in the nickserv
+       section within x3.conf. In the future we will look at account specific
+       privs.
+
+       * src/proto.h: Added irc_raw_privs and client_modify_priv_by_name.
+
+       * src/proto-p10.c: Added irc_raw_privs.
+
+       * src/tools.c: Added R extended ban.
+
+2009-10-12  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: add python_handle_topic and refactor
+       emb_get_channel.
+
+       * src/plugins/__init__.py: add empty topic handler function to
+       Plugin class.
+
+       * src/modpython.py: add topic handler function.
+
+2009-10-12  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: add python_handle_del_user.
+
+       * src/plugins/__init__.py: add empty del_user handler function to
+       Plugin class.
+
+       * src/modpython.py: add del_user handler function.
+
+2009-10-12  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: refactor python_handle_nick_change.
+
+       * src/plugins/__init__.py: add empty nick_change handler function to
+       Plugin class.
+
+       * src/modpython.py: refactor nick_change to use new plugin
+       system.
+
+2009-10-12  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/plugins/__init__.py: refactor plugin instantiation logic.
+
+2009-10-12  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: refactor python_handle_new_user.
+
+       * src/modpython.py: refactor new_user handler to use new plugin
+       system.
+
+       * src/plugins/__init__.py: add empty new_user handler function to
+       Plugin class.
+
+2009-10-12  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: refactor python_handle_server_link to be more
+       Pythonic.
+
+       * src/modpython.py: rename old plugins class to plugins_ and use a
+       more general plugin system.
+
+       * src/plugins/__init__.py: extend with plugin base-class and
+       recursive plugin load logic.
+
 2009-10-12  Henrik Stuart <evilnet@hstuart.dk>
 
        * src/mod-python.c: add emb_service_register function.