X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/9665da36363883b71c13571f754a663736da69eb..55a256b7a8580e6925e8ddde2524f3020eb2ed60:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index a92359f..af577b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,63 @@ /*********************************************************************** X3 ChangeLog +2010-05-12 Matthew Beeching + + * tools/db.php: Rewrote parser function as a class and faster + parsing. + +2010-05-11 Matthew Beeching + + * src/nickserv.c: Added nick expiration support. + + * src/nickserv.h: Added nick expiration support. + + * x3.conf.example: Added nick expiration support. + +2010-05-06 Matthew Beeching + + * src/nickserv.c: Added SET action for SEARCH. + + * src/nickserv.help: Added SET action for SEARCH. + +2010-05-06 Matthew Beeching + + * src/nickserv.c: Added NickServ search title criteria. + + * src/nickserv.help: Added NickServ search title criteria. + +2010-04-29 Matthew Beeching + + * src/opserv.c: Minor typo in previous commit where returning 0 + when it should have been 1 from opserv_join_check(). + +2010-04-29 Matthew Beeching + + * src/opserv.c: Fix for possible bug in opserv_join_check(). + +2010-04-23 Matthew Beeching + + * src/log.c: Modified X3.last to only show host and ident to + opers. + 2010-03-15 Matthew Beeching * ChangeLog: Abusing to figure out mercurial a bit. +2010-03-13 Matthew Beeching + + * src/hash.h: Changed HOSTLEN to match Nefarious. + +2010-03-03 Matthew Beeching + + * src/proto-p10.c: Fixed bug in P10 B64 IPv6 parsing where the + entire IPv6 IP after the :: was ommited. + +2010-02-27 Matthew Beeching + + * src/proto-p10.c: Added message handlers for ZLINE and REMOVE + to ignore both messages + 2010-02-05 Matthew Beeching * src/nickserv.help: Fix for a minor documentation error where $S