]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - ChangeLog
[svn] Change handling of modularized umodes:
[irc/rqf/shadowircd.git] / ChangeLog
index 3f85a6bc8b001d6a94fed45eca7283ffffd0f196..e49746ea6c1c2ea20389bfdf0bb9b06b6b79b08d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+jilles      2007/02/04 01:59:38 UTC    (20070204-3201)
+  Log:
+  Move find_umode_slot() from libcharybdis/tools.c to src/s_user.c.
+  
+
+  Changes:     Modified:
+  +1 -0                trunk/include/s_user.h (File Modified) 
+  +0 -22       trunk/libcharybdis/tools.c (File Modified) 
+  +0 -1                trunk/libcharybdis/tools.h (File Modified) 
+  +22 -0       trunk/src/s_user.c (File Modified) 
+
+
+jilles      2007/02/01 01:44:31 UTC    (20070201-3195)
+  Log:
+  DNSBL keyword substitution is available as of 2.1.3.
+  
+
+  Changes:     Modified:
+  +1 -1                trunk/doc/example.conf (File Modified) 
+
+
+jilles      2007/02/01 01:07:42 UTC    (20070201-3183)
+  Log:
+  Change two occurances like match(userinput, target_p->name) ||
+  match(target_p->name, userinput) to just match(userinput,
+  target_p->name). No client name can contain * or ? now.
+  
+
+  Changes:     Modified:
+  +1 -1                trunk/modules/m_trace.c (File Modified) 
+  +1 -2                trunk/src/s_serv.c (File Modified) 
+
+
+jilles      2007/02/01 00:49:07 UTC    (20070201-3181)
+  Log:
+  Do not try find_server() on a name find_client() has
+  returned NULL for, as this will always return NULL
+  since the removal of hostmasking.
+  
+
+  Changes:     Modified:
+  +1 -2                trunk/modules/m_pong.c (File Modified) 
+  +0 -4                trunk/src/s_serv.c (File Modified) 
+
+
 jilles      2007/02/01 00:34:33 UTC    (20070201-3179)
   Log:
   Remove server_exists() which checked whether the