X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/fb38e2bcac60ef70a5515bc2a2c2f308b4d58280..85e887034c5e46546309e4ec52b2dbc945c868f4:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 01a38f6..1ef66a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,81 @@ /*********************************************************************** X3 ChangeLog +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