X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/1bcd5f19c2dc83addddf93dfa9a465dd7642586b..850bf0cfc1f89d21ebc74cabe01a5e8b11fbd7b3:/ChangeLog.X3?ds=sidebyside diff --git a/ChangeLog.X3 b/ChangeLog.X3 index dc2c7ba..a7b7890 100644 --- a/ChangeLog.X3 +++ b/ChangeLog.X3 @@ -1,6 +1,55 @@ /*********************************************************************** X3 ChangeLog +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 + + * src/opserv.c: Fixed an awkward output of trace count etc. + +2005-06-22 Alex Schumann + * src/chanserv.help: Improved DURATION help + + * src/tools.c: Changed 'M' duration to 30 days (not 31) as its + a better average. + +2005-05-27 Alex Schumann + + * src/chanserv.c: Improved usability of register command, fixed + unregister reply. + + * src/chanserv.help: Improved usability of register command + +2005-05-27 Alex Schumann + + * src/chanserv.c: Resync working now + 2005-05-27 Reed Loden * src/chanserv.c: Fixed an incorrectly named message. Fixed some @@ -241,5 +290,5 @@ ***********************************************************************/ -#define CVS_VERSION "$Revision$" +#define CVS_VERSION "$Id$"