X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/c9ec8867a3e4f44ef6a0885d86f1ef97de900ebd..ca3486a2ccffe3eabda76f16d4b3132f7a906f96:/ChangeLog diff --git a/ChangeLog b/ChangeLog index c2068dd..fa8ada8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,29 @@ /*********************************************************************** - X3 ChangeLog +X3 ChangeLog + +2007-01-15 Neil Spierling + + * src/proto-p10.c: RPING support. + +2007-01-15 Neil Spierling + + * src/proto-p10.c: This will hide annoying rping/rping error messages + from the o3 alert channel when denora is linked. Will write proper + functions when i figure out how rping n rpong works. + +2007-01-15 Neil Spierling + + * src/spamserv.c: As kNode points to an entry in killed_users_dict, + we need to free kNode before removing the entry. Fixed a nasty + glibc core. + +2007-01-12 Alex Schumann + + * src/mod-helpserv.c: This module is coded very poorly, with lots of + newby c mistakes with pointers and malloc and whatnot. This fixes some + small part of that so that user commands work again, and to reduce + confusion. It needs a LOT more work to be what I would consider + safe.. 2007-01-12 Neil Spierling