X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/ca22ccd3f182f70114edfc68ff8c9bb86b3e32c7..850bf0cfc1f89d21ebc74cabe01a5e8b11fbd7b3:/ChangeLog.X3?ds=sidebyside diff --git a/ChangeLog.X3 b/ChangeLog.X3 index c6f9c7b..a7b7890 100644 --- a/ChangeLog.X3 +++ b/ChangeLog.X3 @@ -1,6 +1,38 @@ /*********************************************************************** 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 @@ -258,5 +290,5 @@ ***********************************************************************/ -#define CVS_VERSION "$Revision$" +#define CVS_VERSION "$Id$"