Make match_ircglob() work more like the ircd.
[srvx.git] / ChangeLog
index 24339ece9862d320937912270d2f13b1d55c4e3e..a11f7191f6ae4548bf1256d7ca986f896bcc6f4f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,109 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2005-srvx/srvx--devo--1.3
 #
 
+2005-05-30 15:14:56 GMT        Michael Poole <mdpoole@troilus.org>     patch-21
+
+    Summary:
+      Make match_ircglob() work more like the ircd.
+    Revision:
+      srvx--devo--1.3--patch-21
+
+    src/tools.c (match_ircglob): Limit glob backtracking in the same way
+    that ircds generally do.
+
+    modified files:
+     ChangeLog src/tools.c
+
+
+2005-05-01 17:16:58 GMT        Michael Poole <mdpoole@troilus.org>     patch-20
+
+    Summary:
+      Fix en_GB language name, fix NickServ mergedb command.
+    Revision:
+      srvx--devo--1.3--patch-20
+
+    FAQ: Clarify FAQ #8.
+    
+    src/nickserv.c: Avoid losing channel information when replacing an
+    account using the mergedb command.
+    
+    languages/en_UK: Rename to en_GB.
+
+    modified files:
+     ChangeLog FAQ src/nickserv.c
+
+    renamed files:
+     languages/en_UK/.arch-ids/=id
+       ==> languages/en_GB/.arch-ids/=id
+     languages/en_UK/.arch-ids/README.id
+       ==> languages/en_GB/.arch-ids/README.id
+     languages/en_UK/.arch-ids/chanserv.help.id
+       ==> languages/en_GB/.arch-ids/chanserv.help.id
+     languages/en_UK/.arch-ids/opserv.help.id
+       ==> languages/en_GB/.arch-ids/opserv.help.id
+     languages/en_UK/.arch-ids/strings.db.id
+       ==> languages/en_GB/.arch-ids/strings.db.id
+
+    new directories:
+     languages/en_GB/.arch-ids
+
+    removed directories:
+     languages/en_UK/.arch-ids
+
+    renamed directories:
+     languages/en_UK
+       ==> languages/en_GB
+
+
+2005-03-15 23:12:58 GMT        Michael Poole <mdpoole@troilus.org>     patch-19
+
+    Summary:
+      Clarify NickServ REGISTER help messages; fix ?raw and ?dump errors.
+    Revision:
+      srvx--devo--1.3--patch-19
+
+    src/nickserv.help (REGISTER): Rephrase the message about using the
+    same password to hopefully make it clearer.
+    
+    src/opserv.c (cmd_dump, cmd_raw): Use local buffers to hold the
+    original message, so that parse_line() will not unsplit the line into
+    the "original" buffer and strip out the sentinel :.
+
+    modified files:
+     ChangeLog src/nickserv.help src/opserv.c
+
+
+2005-02-17 21:42:43 GMT        Michael Poole <mdpoole@troilus.org>     patch-18
+
+    Summary:
+      Fix registered channel desync; fix HelpServ crash for old cfg files
+    Revision:
+      srvx--devo--1.3--patch-18
+
+    src/hash.c (AddChannelUser): Do not give ops to the first user to join
+    a persistent channel.
+    
+    src/helpserv.c (helpserv_conf_read): Use a default description for bots.
+
+    modified files:
+     ChangeLog src/hash.c src/mod-helpserv.c
+
+
+2005-02-11 03:10:49 GMT        Michael Poole <mdpoole@troilus.org>     patch-17
+
+    Summary:
+      Mention 'slab' in --with-malloc docs.  Merge fakehosts when merging accounts.
+    Revision:
+      srvx--devo--1.3--patch-17
+
+    configure.in (--with-malloc): Mention the awesome 'slab' allocator option.
+    
+    src/nickserv.c (cmd_merge): Copy fakehost to target account if appropriate.
+
+    modified files:
+     ChangeLog configure.in src/nickserv.c
+
+
 2005-02-08 04:42:43 GMT        Michael Poole <mdpoole@troilus.org>     patch-16
 
     Summary: