]> jfr.im git - irc/evilnet/x3.git/blobdiff - ChangeLog
nickserv: marked cmd possibly unused to silence warning
[irc/evilnet/x3.git] / ChangeLog
index 6cf71570cc0421f02c16f0d2f637ac3997d0d5bc..70192789fe8a5db997182d8168bbd86c8a059b58 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,187 @@
 /***********************************************************************
 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.
+
+2009-10-12  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: add emb_adduser function.
+
+2009-10-12  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: add emb_svsjoin function.
+
+2009-10-12  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: add emb_svsquit function.
+
+       * src/proto.h: observe proper const-ness in irc_svsquit function.
+       
+       * src/proto-p10.c: observe proper const-ness in irc_svsquit function.
+
+2009-10-12  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: add emb_svsnick function.
+
+2009-10-12  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: refactor doc-strings for extension methods to separate
+       variables. Minor code changes that modify function return values/types to
+       be more uniform.
+
+2009-10-12  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: add emb_fakehost function.
+
+2009-10-12  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: add emb_user_mode function.
+
+2009-10-12  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: add emb_channel_mode function.
+
+2009-10-11  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: remember to increase reference count of Py_None.
+
+2009-10-11  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: add emb_kick function.
+
+2009-10-11  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: add emb_get_config function.
+
+2009-10-09  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: add emb_timeq_del function.
+
+2009-10-09  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: add emb_timeq_add function.
+
+2009-10-07  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: refactor dict_t construction logic.
+
+2009-10-07  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: improve error logic for emb_get_channel.
+
+2009-10-06  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: refactor modeList conversion into separate function.
+
+2009-10-06  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: refactor out common error cleanup logic.
+
+2009-10-06  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: add emb_get_accounts function and refactor some
+       common logic into a single routine.
+
+       * src/nickserv.h src/nickserv.c: make nickserv_handle_dict externally
+       available.
+
+2009-10-06  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: add emb_kill function.
+
+2009-10-06  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: improve error logic for pyobj_from_usernode.
+
+2009-10-06  Henrik Stuart <evilnet@hstuart.dk>
+
+       * src/mod-python.c: improve error logic for emb_get_servers.
+
 2009-10-06  Henrik Stuart <evilnet@hstuart.dk>
 
        * src/mod-python.c: improve error logic for emb_get_channels.