Fix nick length check in is_valid_nick().
[srvx.git] / ChangeLog
index 5e8a78e6a8cb8de0ad851a8711d650d6fbac59f0..43fe2e303e30f5226313fd9a8a422b13ed8b9273 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,234 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2004-srvx/srvx--devo--1.3
 #
 
+2004-11-10 01:25:53 GMT        Michael Poole <mdpoole@troilus.org>     patch-83
+
+    Summary:
+      Fix nick length check in is_valid_nick().
+    Revision:
+      srvx--devo--1.3--patch-83
+
+    The for() loop in is_valid_nick() leaves 'nick' as an empty string,
+    which is obviosly shorter than the nick length limit.  Fix that.
+
+    modified files:
+     ChangeLog src/proto-p10.c
+
+
+2004-10-16 21:14:11 GMT        Michael Poole <mdpoole@troilus.org>     patch-82
+
+    Summary:
+      Fix glob matching against IPs
+    Revision:
+      srvx--devo--1.3--patch-82
+
+    Do not require the first character in an IP glob to be a digit.  If an
+    IP-looking glob does not match, fall through to the other host matching
+    rules, in case the IP-looking glob really matches their hostname.
+
+    modified files:
+     ChangeLog src/tools.c
+
+
+2004-09-15 04:14:14 GMT        adam <adam@gamesurge.net>       patch-81
+
+    Summary:
+      Consolidate use_registered_mode into off_channel and expand overall functionality
+    Revision:
+      srvx--devo--1.3--patch-81
+
+    * srvx.conf's off_channel setting now allows us to turn on all of the features of out-of-channel services without activating the
+    channel setting to have chanserv part
+    
+    
+    
+
+    modified files:
+     ChangeLog src/chanserv.c srvx.conf.example
+
+
+2004-09-13 13:11:38 GMT        Michael Poole <mdpoole@troilus.org>     patch-80
+
+    Summary:
+      ChanServ bugfixes for +z and addbans in suspended channels
+    Revision:
+      srvx--devo--1.3--patch-80
+
+    If ChanServ should use MODE_REGISTERED, update that when moving channels.
+    
+    Do not check for bans against an auth'ing user in suspended channels.
+    
+    Change the example entries for off_channel and use_registered_mode to
+    make the enabled/on values more obvious.
+
+    modified files:
+     ChangeLog src/chanserv.c srvx.conf.example
+
+
+2004-09-08 23:36:51 GMT        Michael Poole <mdpoole@troilus.org>     patch-79
+
+    Summary:
+      Implement item #1011114, #997053
+    Revision:
+      srvx--devo--1.3--patch-79
+
+    * Adjust the default max_greetlen to 200 (since greetings are now
+      unconditionally capped at one line of output).
+    
+    * Allow DNRs to be shown for accounts that currently do not exist.
+
+    modified files:
+     ChangeLog src/chanserv.c src/opserv.c srvx.conf.example
+
+
+2004-09-06 13:35:59 GMT        Michael Poole <mdpoole@troilus.org>     patch-78
+
+    Summary:
+      Fix bugs; better handle oplevels from ircu2.10.12
+    Revision:
+      srvx--devo--1.3--patch-78
+
+    * Fix order of port and IP in sample socks4 proxy test.
+    
+    * Fix a bug in dict_remove2() that corrupted the tree order if a
+    cleanup function tried to delete another node.
+    
+    * Fix a buffer overflow in cmd_joiner.
+    
+    * Get rid of free_nick_info() since it is really just free().
+    
+    * If our P10 uplink sends an oplevel in a burst, treat it as a chanop.
+
+    modified files:
+     ChangeLog sockcheck.conf.example src/dict-splay.c src/modcmd.c
+     src/nickserv.c src/proto-p10.c
+
+
+2004-08-12 16:06:55 GMT        Zoot <zoot@gamesurge.net>       patch-77
+
+    Summary:
+      More title host checking
+    Revision:
+      srvx--devo--1.3--patch-77
+
+     * src/nickserv.c: Make oset title verify that the final combined fakehost
+       will not be truncated before storing the title. Also, supply a missing
+       format string argument.
+
+    modified files:
+     ChangeLog src/nickserv.c
+
+
+2004-08-08 17:42:01 GMT        Zoot <zoot@gamesurge.net>       patch-76
+
+    Summary:
+      Fix format string bug
+    Revision:
+      srvx--devo--1.3--patch-76
+
+     * src/chanserv.c: Fix a format string bug in the myaccess command.
+
+    modified files:
+     ChangeLog src/chanserv.c
+
+
+2004-08-02 12:54:13 GMT        Michael Poole <mdpoole@troilus.org>     patch-75
+
+    Summary:
+      Assorted bug fixes
+    Revision:
+      srvx--devo--1.3--patch-75
+
+    * Add missing semicolon in German translation of CSMSG_TRANSFER_WAIT.
+    
+    * Fix pointer used in !trim max_access calculation.
+    
+    * Default to maximum line length for all "single-line" messages.
+    
+    * Return success from NickServ ounregister so it is logged properly.
+
+    modified files:
+     ChangeLog languages/de/strings.db src/chanserv.c
+     src/helpfile.c src/nickserv.c
+
+
+2004-07-22 04:03:22 GMT        Michael Poole <mdpoole@troilus.org>     patch-74
+
+    Summary:
+      Channel suspension, transfer and line wrap changes
+    Revision:
+      srvx--devo--1.3--patch-74
+
+    * Treat half-unsuspended channels as unsuspended, to avoid crashes
+    caused by sysadmins editing chanserv.db in screwy ways.
+    
+    * Add a srvx.conf option to limit how often channel owners can give
+    away channel ownership.
+    
+    * Limit most output line expansions to just one line.
+    
+    * Remove unnecessary assert(hs_user) checks from mod-helpserv.c.
+    
+    * Don't run_empty_interval() in HelpServ when the user's server is
+    still bursting.
+
+    modified files:
+     ChangeLog languages/de/strings.db src/chanserv.c
+     src/chanserv.h src/helpfile.c src/helpfile.h
+     src/mod-helpserv.c srvx.conf.example
+
+
+2004-07-19 03:38:09 GMT        Michael Poole <mdpoole@troilus.org>     patch-73
+
+    Summary:
+      Bugfixes for !trim users, !unsuspend and /clearmodes
+    Revision:
+      srvx--devo--1.3--patch-73
+
+    * Show actual upper bound used to trim users.
+    
+    * Update whether an user being unsuspended is in the channel.
+    
+    * Add a missing "break;" so that /clearmodes c doesn't clear NOCTCPS too.
+
+    modified files:
+     ChangeLog src/chanserv.c src/proto-p10.c
+
+
+2004-07-12 19:06:38 GMT        Michael Poole <mdpoole@troilus.org>     patch-72
+
+    Summary:
+      add FAQ to distribition; make compatible with gcc-2.95
+    Revision:
+      srvx--devo--1.3--patch-72
+
+    * Add FAQ to EXTRA_DIST in root.
+    
+    * Name the anonymous union inside struct mod_chanmode.
+    
+    * Typecast printf() field width arguments to int.
+
+    modified files:
+     ChangeLog Makefile.am src/chanserv.c src/hash.c
+     src/mod-helpserv.c src/mod-snoop.c src/opserv.c
+     src/proto-bahamut.c src/proto-common.c src/proto-p10.c
+     src/proto.h
+
+
+2004-07-10 04:42:12 GMT        Zoot <zoot@gamesurge.net>       patch-71
+
+    Summary:
+      Fix OperServ inviteme crash
+    Revision:
+      srvx--devo--1.3--patch-71
+
+    * src/opserv.c: Fix a NULL pointer dereference in inviteme that caused crashes
+      for some users.
+
+    modified files:
+     ChangeLog src/opserv.c
+
+
 2004-07-01 02:23:21 GMT        Michael Poole <mdpoole@troilus.org>     patch-70
 
     Summary: