X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/17d4a6989cbd5e8434c595aaebb48240ee943bbc..5e6460e4d3cc6acf05b3d33c314ead0f4c683f5b:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 0238c85..11bc7bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,41 @@ /*********************************************************************** X3 ChangeLog +2008-07-19 Alex Schumann + + * src/proto-p10.c: dont print warning on uping to a jupe. added + irc_svsquit() function + + * src/chanserv.c: rework wheel-of-misfortune a bit, allow individual + spins to be enabled in x3.conf and make it easy to add new ones or + change likelyhoods. + + * src/proto.h: added irc_svsquit() prototype + + * src/x3.conf.example: wheel action example configs + +2008-07-18 Alex Schumann + + * src/proto-p10.c: set lastmod time to current time when sending + glines, otherwise ircd wont burst them later. + + * src/modcmd.c: break credits out to its own command, and add svn + version string to ctcp version reply. + +2008-07-02 Matthew Beeching + + * src/proto-p10.c: Added missing PRIV_*'s to privtab + + * src/hash.h: #define's for missing PRIV_*'s + +2008-06-23 Alex Schumann + + * src/chanserv.c: Fix a bug where if spin abuse creates a clone, but an oper kills the + clone before its auto-removed, x3 crashes. Thanks tyler and jigsy. + 2008-06-23 Alex Schumann - * src/nickserv.c: make opserv access level required to be in oper ldap + * src/nickserv.c: make opserv access level required to be in oper ldap group configurable. * src/nickserv.h: make opserv access level required to be in oper ldap