]> jfr.im git - irc/evilnet/x3.git/blobdiff - ChangeLog
fix bursting of empty channels, and add chanserv modes to example conf file
[irc/evilnet/x3.git] / ChangeLog
index c0a66b235ac86f54bb0665c8fcc355b01dcbcf7a..a5baba904ae4729f3e2008f9eaa60218958b4ab2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,37 @@
 /***********************************************************************
  X3 ChangeLog
 
+2006-07-24  Alex Schumann  <rubin@afternet.org>
+
+       * src/proto-p10.c: dont burst channels with 0 users in them (which
+       were created by alert discrims, most likely)
+
+2006-07-23  Alex Schumann  <rubin@afternet.org>
+
+       * x3.conf.example: Added chanserv "modes" to example - use to control
+       what usermodes chanserv gets. Mainly for setting +d or not, if you
+       have nef 1.0 'b:' lines setup.
+
+2006-07-25  Neil Spierling  <sirvulcan@gmail.com>
+
+       * src/nickserv.c: If theres no title set then the default title
+       will therefore be the first part of hidden_host in x3.conf.example,
+       so for consistency with opt_fakehost we will print this.
+
+2006-07-25  Neil Spierling  <sirvulcan@gmail.com>
+
+       * src/nickserv.c: The reason why theres no arg rubin is that
+       if you want to print the fakehost then u dont specify an arg.
+       This tells opt_fakehost to set fake to the current fakehost
+       and pass it on to be printed.
+
 2006-07-23  Alex Schumann  <rubin@afternet.org>
 
        * src/nickserv.c: Add config file regex fakehost test + sanity
-       checking in title as well.
+       checking in title as well (fixed).
+
+       * src/mod-memoserv.c: Fixed crash bug in memosearv read. (check argc
+       instead of argv[2]==null since argv's dont get set null.
 
 2006-07-23  Neil Spierling  <sirvulcan@gmail.com>