X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/0d16e639f672a804cea43bd4b98684838b0d932d..17e4d28ec48db02784eebbf107b79d4331848090:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 1974482..829509c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,172 @@ # arch-tag: automatic-ChangeLog--srvx@srvx.net--2005-srvx/srvx--devo--1.3 # +2005-08-14 01:34:04 GMT Michael Poole patch-26 + + Summary: + Improve channel merging and restrict channel age display. + Revision: + srvx--devo--1.3--patch-26 + + src/chanserv.c (merge_data): Merge registered and owner-transfer + timestamps, may_opchan flag, and max visitor count. + (cmd_info): Only show channel age if the user is privileged. + + modified files: + ChangeLog src/chanserv.c + + +2005-07-19 18:31:26 GMT Michael Poole patch-25 + + Summary: + Properly check alerts based on numchannels criteria + Revision: + srvx--devo--1.3--patch-25 + + src/opserv.c (opserv_add_user_alert): Channel alerts also include ones + with non-zero min_channels. Allow an alert to be both channel-based + and nick-based. + + modified files: + ChangeLog src/opserv.c + + +2005-07-19 18:18:48 GMT Michael Poole patch-24 + + Summary: + Fix gcc-4.0 compile warnings and errors. + Revision: + srvx--devo--1.3--patch-24 + + configure.in: Make sure socklen_t is defined. + + src/chanserv.c (bad_channel_ban): Make victimCount unsigned. + + src/ioset.c (ioset_run): Fifth argument to getsockopt() should be + socklen_t. + + src/ioset.h (clock_skew): Undeclare; it is defined as static. + + src/nickserv.c (is_secure_password): Create appropriately typed local + variable for third argument of dict_find(). + + src/opserv.c (opserv_bad_channel): Likewise. + + src/proto-p10.c (call_oper_funcs): Declare at file scope rather than + locally to mod_usermode() function. + + src/proto.h (dead_users): Undeclare; it is defined as static. + + src/saxdb.c (saxdb_write_int): Fix type of string buffer. + + modified files: + ChangeLog configure.in languages/validate.pl src/chanserv.c + src/ioset.c src/ioset.h src/nickserv.c src/opserv.c + src/proto-p10.c src/proto.h src/saxdb.c + + +2005-07-04 00:37:07 GMT Zoot patch-23 + + Summary: + Fix match_ircglob() and globtest + Revision: + srvx--devo--1.3--patch-23 + + * Fix a reversed test in match_ircglob() and make globtest compiles again. + + modified files: + ChangeLog src/globtest.c src/tools.c + + +2005-06-01 19:05:39 GMT Zoot patch-22 + + Summary: + Integrate Global "from" option; reorganize code + Revision: + srvx--devo--1.3--patch-22 + + * src/global.c: Integrate SF.net patch #1211520 (from bruder2k) with a small + bug fix; this patch adds a "from" option to Global notices and messages. + + * src/global.c, src/global.h: Make struct globalMessage private; cache text + form of message's post date/time to avoid repeated strftime() calls. + + modified files: + ChangeLog src/global.c src/global.h src/global.help + + +2005-05-30 15:14:56 GMT Michael Poole patch-21 + + Summary: + Make match_ircglob() work more like the ircd. + Revision: + srvx--devo--1.3--patch-21 + + src/tools.c (match_ircglob): Limit glob backtracking in the same way + that ircds generally do. + + modified files: + ChangeLog src/tools.c + + +2005-05-01 17:16:58 GMT Michael Poole patch-20 + + Summary: + Fix en_GB language name, fix NickServ mergedb command. + Revision: + srvx--devo--1.3--patch-20 + + FAQ: Clarify FAQ #8. + + src/nickserv.c: Avoid losing channel information when replacing an + account using the mergedb command. + + languages/en_UK: Rename to en_GB. + + modified files: + ChangeLog FAQ src/nickserv.c + + renamed files: + languages/en_UK/.arch-ids/=id + ==> languages/en_GB/.arch-ids/=id + languages/en_UK/.arch-ids/README.id + ==> languages/en_GB/.arch-ids/README.id + languages/en_UK/.arch-ids/chanserv.help.id + ==> languages/en_GB/.arch-ids/chanserv.help.id + languages/en_UK/.arch-ids/opserv.help.id + ==> languages/en_GB/.arch-ids/opserv.help.id + languages/en_UK/.arch-ids/strings.db.id + ==> languages/en_GB/.arch-ids/strings.db.id + + new directories: + languages/en_GB/.arch-ids + + removed directories: + languages/en_UK/.arch-ids + + renamed directories: + languages/en_UK + ==> languages/en_GB + + +2005-03-15 23:12:58 GMT Michael Poole patch-19 + + Summary: + Clarify NickServ REGISTER help messages; fix ?raw and ?dump errors. + Revision: + srvx--devo--1.3--patch-19 + + src/nickserv.help (REGISTER): Rephrase the message about using the + same password to hopefully make it clearer. + + src/opserv.c (cmd_dump, cmd_raw): Use local buffers to hold the + original message, so that parse_line() will not unsplit the line into + the "original" buffer and strip out the sentinel :. + + modified files: + ChangeLog src/nickserv.help src/opserv.c + + 2005-02-17 21:42:43 GMT Michael Poole patch-18 Summary: