]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - ChangeLog
[svn] - sno_channeljoin: implements snomask +j and sends channel join notices there...
[irc/rqf/shadowircd.git] / ChangeLog
index 3746b17129eaee4a8449d055b18c403f76c1c1cc..c1772a49229a9a2e8210580916f9b4ac857c89cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,90 @@
+nenolod     2007/05/24 04:02:33 UTC    (20070524-3472)
+  Log:
+  - update config files
+  
+
+  Changes:     Modified:
+  +1 -0                trunk/doc/example.conf (File Modified) 
+  +2 -0                trunk/doc/reference.conf (File Modified) 
+
+
+nenolod     2007/05/24 04:01:12 UTC    (20070524-3470)
+  Log:
+  - fold in whois_notice_global functionality.
+  
+
+  Changes:     Modified:
+  +0 -1                trunk/extensions/Makefile.in (File Modified) 
+  +1 -56       trunk/extensions/sno_whois.c (File Modified) 
+  + -          trunk/extensions/spy_whois_notice_global.c (File Deleted) 
+
+
+nenolod     2007/05/24 03:58:27 UTC    (20070524-3468)
+  Log:
+  - rework spy_whois_notice as a snomask-implementing module, snomask +W.
+  
+
+  Changes:     Modified:
+  +64 -57      trunk/extensions/Makefile.in (File Modified) 
+  + -          trunk/extensions/sno_whois.c (File Added) 
+  + -          trunk/extensions/spy_whois_notice.c (File Deleted) 
+
+
+jilles      2007/05/19 23:36:51 UTC    (20070519-3466)
+  Log:
+  Prevent too wide klines with CIDR masks.
+  
+
+  Changes:     Modified:
+  +17 -5       trunk/modules/m_kline.c (File Modified) 
+
+
+jilles      2007/05/19 22:21:10 UTC    (20070519-3464)
+  Log:
+  Exempt klines with a fixed user@ (no */?) from min_nonwildcard checks.
+  
+
+  Changes:     Modified:
+  +4 -0                trunk/modules/m_kline.c (File Modified) 
+
+
+jilles      2007/05/18 20:31:33 UTC    (20070518-3460)
+  Log:
+  - fold conf_connect_allowed() into accept_connection()
+  - extend add_connection() so that exempt{}s apply to max unregistered
+    connections per ip
+  from ratbox
+  
+
+  Changes:     Modified:
+  +1 -1                trunk/doc/example.conf (File Modified) 
+  +1 -1                trunk/doc/reference.conf (File Modified) 
+  +2 -1                trunk/doc/sgml/oper-guide/config.sgml (File Modified) 
+  +0 -2                trunk/include/s_conf.h (File Modified) 
+  +14 -7       trunk/src/listener.c (File Modified) 
+
+
+jilles      2007/05/18 19:51:22 UTC    (20070518-3458)
+  Log:
+  m_webirc: call del_unknown_ip() otherwise the unknown will
+  never be subtracted from the cgiirc ip
+  
+
+  Changes:     Modified:
+  +2 -0                trunk/extensions/m_webirc.c (File Modified) 
+
+
+jilles      2007/05/18 19:14:18 UTC    (20070518-3456)
+  Log:
+  Remove s_assert in del_unknown_ip() supposedly if the ip
+  cannot be found, it is not feasible to avoid that case
+  entirely with m_webirc.c.
+  
+
+  Changes:     Modified:
+  +1 -2                trunk/src/reject.c (File Modified) 
+
+
 jilles      2007/05/14 22:21:16 UTC    (20070514-3446)
   Log:
   Apply ratbox flood fix.