]> jfr.im git - irc/evilnet/x3.git/blobdiff - ChangeLog
sync trunk to 1.6 changes
[irc/evilnet/x3.git] / ChangeLog
index 0238c856f0af3bd9c25c2516f325e005728a30d7..11bc7bba5288aaf67de68d9a729586a053dc116c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,41 @@
 /***********************************************************************
 X3 ChangeLog
 
+2008-07-19  Alex Schumann  <rubin@afternet.org>
+
+       * 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  <rubin@afternet.org>
+
+       * 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  <jobe@mdbnet.co.uk>
+
+       * src/proto-p10.c: Added missing PRIV_*'s to privtab
+
+       * src/hash.h: #define's for missing PRIV_*'s
+
+2008-06-23  Alex Schumann  <rubin@afternet.org>
+
+       * 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  <rubin@afternet.org>
 
-        * 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