X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/dd1fc2a317ad17778d23cb2086911b373c40181e..d9d33535b1c4723eaad2f4a684706bfd4ba57641:/ChangeLog diff --git a/ChangeLog b/ChangeLog index e3523a5..a5baba9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,45 @@ /*********************************************************************** X3 ChangeLog +2006-07-24 Alex Schumann + + * 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 + + * 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 + + * 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 + + * 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 + + * src/nickserv.c: Add config file regex fakehost test + sanity + 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 + + * src/mod-memoserv.c: Fix to a crash/output corruption issue. + + * src/proto-p10.c: Host in topic supports sethost and fakehost + now. + 2006-07-21 Alex Schumann * src/proto-p10.c: Added support for irc_wallop, irc_squit, @@ -16,7 +55,8 @@ * src/hash.h: New structs for auto routing system - * src/opserv.c: The long-awaited X3 Auto Routing Plan system! + * src/opserv.c: The long-awaited X3 Auto Routing Plan system! + reduce + error message to debug message. * src/opserv.h: The long-awaited X3 Auto Routing Plan system!