X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/8e11460f61347bb46f061dcee2472bca8a38534b..53b581a6dfcd4981779acddb6bd9670f6622f9ff:/ChangeLog.X3 diff --git a/ChangeLog.X3 b/ChangeLog.X3 index fb1027e..cb2f2c6 100644 --- a/ChangeLog.X3 +++ b/ChangeLog.X3 @@ -1,6 +1,53 @@ /*********************************************************************** X3 ChangeLog + * src/log.c: Dont show O3 stuff in LAST. + +2005-07-15 Alex Schumann + + * src/chanserv.c: Changed around ctcpreaction setting so it: + a) doesnt crash. + b) doesnt kick userlist members ever + c) has only 1 setting needed to control it + * src/chanserv.h: removed some old oplevel stuff. + +2005-07-14 Alex Schumann + + * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to + remove errors from log. Fixed problem with missing break; in + channel mode c parsing (reed). + + * src/mod-memoserv.c: Improved memoserv 'you have notes' message. + + * src/log.c: Changed channel log target to send PRIVMSG instead of + NOTICE. (Ghozer) + +2005-05-07 Neil Spierling + + * configure: Regenerated. + + * configure.in: Added checks for tgmath.h. + + * src/chanserv.c: Added new command LAST, from X2. Similar to + EVENTS except its file based. Bear in mind you dont have to use + both. You can bind what you want to use. Commented out zoot_list + as its not in use, just a warning fix. + + * src/hash.c: Warning fix. + + * src/log.h: Misc defines. + + * src/log.c: Logging functions from X2. + + * src/math.c: If tgmath.h doesnt exist then include some other + files that contain the functions we require. + + * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X. + + * src/proto-p10.c: Added chanserv.h #include to squash a small + compile error. Made X3 understand MARK's to a small point. Fixed + a small parsing bug with exempts. + 2005-07-06 Alex Schumann * src/chanserv.c: Fixed a couple awkward looking outputs with userlist @@ -264,5 +311,5 @@ ***********************************************************************/ -#define CVS_VERSION "$Revision$" +#define CVS_VERSION "$Id$"