Mention 'slab' in --with-malloc docs. Merge fakehosts when merging accounts.
[srvx.git] / ChangeLog
index 65d1eeb8da8b50d1338dc9ba69c7a145397a335e..955aa10971d7a1ae95abbfada532abf33c3368c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,35 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2005-srvx/srvx--devo--1.3
 #
 
+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:
+      Fix memory corruption when removing certain bans from a channel.
+    Revision:
+      srvx--devo--1.3--patch-16
+
+    src/proto-common.c (mod_chanmode_apply): Make sure we get a pointer to
+    the ban we want to deallocate BEFORE we remove it from the banlist.
+
+    modified files:
+     ChangeLog src/proto-common.c
+
+
 2005-02-05 13:03:21 GMT        Michael Poole <mdpoole@troilus.org>     patch-15
 
     Summary: