X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/d8b9cb7cc5a6ea4efdc61876e034f6b805c96018..a2dbccef2e4aad3705b83ab8f880953ee4d7dec9:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 352ec44..86dbc8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,95 @@ /*********************************************************************** X3 ChangeLog +2006-08-06 Neil Spierling + + * src/global.c: Fixed a bug, wasnt message_del'ing some messages. + +2006-08-01 Alex Schumann + + * src/chanserv.c: Add automode 6, to just voice everyone with access. + Idea by daniel (thx) + +2006-08-01 Neil Spierling + + * This message is apart of the below one, its just seperate so + it doesnt get lost amongst the below messages. + + * src/global.c: Fixed a warning. + +2006-08-01 Neil Spierling + + * configure: Removed bahamut support, didnt even work. + + * configure.in: Removed bahamut support, didnt even work. + + * INSTALL: Removed bahamut support, didnt even work. + + * x3.conf.example: Removed bahamut support, didnt even work. + + * patches/log-pgsql.diff: Removed bahamut support, didnt even work. + + * patches/helpserv-pgsql.diff: Removed bahamut support, didnt even + work. + + * src/config.h.in: Removed bahamut support, didnt even work. + + * src/gline.c: Removed bahamut support, didnt even work. + + * src/hash.h: Removed bahamut support, didnt even work. + + * src/nickserv.c: Removed bahamut support, didnt even work. + + * src/nickserv.h: Removed bahamut support, didnt even work. + + * src/Makefile.am: Removed bahamut support, didnt even work. + + * src/Makefile.in: Removed bahamut support, didnt even work. + + * src/proto-bahamut.c: Removed bahamut support, didnt even work. + + * src/shun.c: Removed bahamut support, didnt even work. + +2006-08-01 Neil Spierling + + * src/global.c: Added language strings for mod-helpserv.c, opserv.c, + spamserv.c, nickserv.c. + + * src/mod-helpserv.c: Changed global_message uses to global_message_arg's. + + * src/nickserv.c: Changed global_message uses to global_message_arg's. + + * src/opserv.c: Changed global_message uses to global_message_arg's. + + * src/spamserv.c: Changed global_message uses to global_message_arg's. + +2006-08-01 Neil Spierling + + * src/chanserv.c: Changed global_message uses to global_message_arg's. + + * src/global.c: Added language strings for chanserv.c + +2006-08-01 Neil Spierling + + * src/global.c: Make sure we arnt sending duplicate messages in + some cases. + +2006-08-01 Neil Spierling + + * src/x3.conf.example: Removed the targets option. + + * src/global.c: Wrote new function that will global message users + and/or opers and/or helpers messages in their own langauge. The + strings are set either in language files or in the global.c message + struct. This allows us to send defcon notices to people and they + will get them in their own language if they have it set. + + * src/global.h: global_message_args decleration. + + * src/opserv.c: Removed targets option for defcon as its too hard + to send messages to people in channels if the people have different + language settings. + 2006-07-31 Neil Spierling * src/opserv.c: TODO stuff.