X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/35ea100fefeeff959f8b527c4043ecf33b95b896..2dddcd742b32cc37e3f7b7040869004c67b3e061:/ChangeLog diff --git a/ChangeLog b/ChangeLog index dcce4bb..2857498 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,131 @@ /*********************************************************************** X3 ChangeLog +2009-11-16 Matthew Beeching + + * src/nickserv.c: Fix for crash in cmd_oregister due to incorrect + parameter counts. + +2009-11-15 Matthew Beeching + + * src/hosthiding.c: Fix for crash bug in make_virthost() when host + name doesnt have a '.' in it. + +2009-11-15 Henrik Stuart + + * src/hash.c: fix variable set for registering nick change functions. + +2009-11-14 Matthew Beeching + + * src/nickserv.c: Fix for bug #2869968 (*NickServ.oregister allowing + invalid handles) + +2009-11-01 Henrik Stuart + + * src/hash.h src/hash.c: add extra parameter to new_channel_func_t and + reg_new_channel_func. + + * src/chanserv.c src/opserv.c: add extra NULL argument/parameter to + reflect change in hash. + +2009-11-01 Henrik Stuart + + * src/nickserv.h src/nickserv.c: add extra parameter to + handle_merge_func_t and reg_handle_merge_func. + + * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change + in nickserv. + +2009-11-01 Henrik Stuart + + * src/nickserv.h src/nickserv.c: add extra parameter to allowauth_func_t + and reg_allowauth_func. + + * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change + in nickserv. + +2009-11-01 Henrik Stuart + + * src/nickserv.h src/nickserv.c: add extra parameter to failpw_func_t and + reg_failpw_func. + + * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change + in nickserv. + +2009-11-01 Henrik Stuart + + * src/hash.h src/hash.c: add extra parameter to topic_func_t and + reg_topic_func. + + * src/chanserv.c src/mod-python.c: add extra NULL argument/parameter to + reflect change in hash. + +2009-11-01 Henrik Stuart + + * src/proto.h src/proto-common.c: add extra parameter to chanmsg_func_t + and reg_chanmsg_func. + + * src/chanserv.c src/modcmd.c: add extra NULL argument/parameter to + reflect change in proto. + +2009-10-31 Henrik Stuart + + * src/nickserv.h src/nickserv.c: add extra parameter to + handle_rename_func_t and reg_handle_rename func. + + * src/chanserv.c src/mod-helpserv.c src/mod-memoserv.c: add extra NULL + argument/parameter to reflect change in nickserv. + +2009-10-30 Henrik Stuart + + * src/mod-snoop.c src/mod-helpserv.c src/mod-sockcheck.c src/mod-track.c: + fix missed NULL argument/parameter additions from earlier commits. + +2009-10-30 Henrik Stuart + + * src/hash.h src/hash.c: add extra parameter to join_func_t and + reg_join_func. + + * src/chanserv.c src/opserv.c src/mod-python.c src/spamserv.c: add extra + NULL argument/parameter to reflect change in hash. + +2009-10-30 Henrik Stuart + + * src/hash.h src/hash.c: add extra parameter to nick_change_func_t and + reg_nick_change_func. Also fix memory leaks from not freeing extras lists + for some callback routines. + + * src/chanserv.c src/opserv.c src/mod-python.c src/spamserv.c + src/nickserv.c src/modcmd.c: add extra NULL argument/parameter to reflect + change in hash. + + * src/proto-p10.c: fix logic for calling call_new_user_funcs. + +2009-10-30 Henrik Stuart + + * src/proto.h: add extra parameter to reg_oper_func and oper_func_t. + + * src/global.c: add extra NULL argument parameter to reflect changes. + + * src/proto-common.c: add extra parameter to implementation of + reg_oper_func and reflect the extra parameter in call_oper_funcs. + + * src/proto-p10.c: free storage for extra parameters. + +2009-10-28 Henrik Stuart + + * src/hash.h src/hash.c: add extra parameter to del_user_func_t, + reg_del_user_func, and unreg_del_user_func. Add new call_del_user_funcs + function to abstract hash internals from outside callers. + + * src/opserv.c src/mod-python.c src/spamserv.c src/nickserv.c: add extra + NULL argument(parameter to reflect change in hash. + + * src/proto-p10.c: use call_del_user_funcs instead of interfacing with + hash.c internals directly. Remove unused code due to this change. + + * src/proto-common.c: remove reference to hash internals. + 2009-10-28 Matthew Beeching * src/x3ldap.c: Added ldap_do_oslevel() to set OpServ access level in