]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - ChangeLog
[svn] - update IDEAS with link failover
[irc/rqf/shadowircd.git] / ChangeLog
index dce572af1f68a1ad3e43e428e6e187c476f92a87..1290f8625cb7fb25fe589724d957528893e3193b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,246 @@
+jilles      2007/06/04 16:04:49 UTC    (20070604-3508)
+  Log:
+  xline/resv wildcard checking:
+  - count escaped (\) characters as one nonwild
+  - accept strings without wilds no matter how short they are
+  
+
+  Changes:     Modified:
+  +8 -2                trunk/src/s_newconf.c (File Modified) 
+
+
+jilles      2007/05/30 10:22:25 UTC    (20070530-3498)
+  Log:
+  Tweak some comments in sno_whois extension.
+  
+
+  Changes:     Modified:
+  +2 -2                trunk/extensions/sno_whois.c (File Modified) 
+
+
+jilles      2007/05/30 10:22:01 UTC    (20070530-3496)
+  Log:
+  Tweak NEWS a little.
+  
+
+  Changes:     Modified:
+  +3 -6                trunk/NEWS (File Modified) 
+
+
+jilles      2007/05/27 13:07:27 UTC    (20070527-3494)
+  Log:
+  - allow JOIN 0 from remotes
+  - allow JOIN 0 from locals, but only if it is exactly one
+    zero and is the first channel
+  
+
+  Changes:     Modified:
+  +65 -0       trunk/modules/core/m_join.c (File Modified) 
+
+
+nenolod     2007/05/27 06:33:26 UTC    (20070527-3488)
+  Log:
+  - add some IDEAS, including SASL based opering, internally reworking channel access (custom access 
+    levels?), hideops, namespace cleanups, etc
+  
+
+  Changes:     Modified:
+  + -          trunk/IDEAS (File Added) 
+
+
+nenolod     2007/05/27 05:44:35 UTC    (20070527-3486)
+  Log:
+  - disallow JOIN 0
+  
+
+  Changes:     Modified:
+  +0 -65       trunk/modules/core/m_join.c (File Modified) 
+
+
+nenolod     2007/05/27 05:35:06 UTC    (20070527-3482)
+  Log:
+  - blacklist{}: add notes about DroneBL and enable it by default. AHBL is still not enabled by default due 
+    to their policies indicating that they wish to be contacted before their services are used.
+  
+
+  Changes:     Modified:
+  +6 -3                trunk/doc/example.conf (File Modified) 
+  +6 -3                trunk/doc/reference.conf (File Modified) 
+
+
+nenolod     2007/05/27 05:30:41 UTC    (20070527-3480)
+  Log:
+  - update NEWS in preparation of upcoming 2.2 release this week
+  
+
+  Changes:     Modified:
+  +3 -0                trunk/NEWS (File Modified) 
+
+
+jilles      2007/05/24 15:10:06 UTC    (20070524-3478)
+  Log:
+  Move sno_channeljoin to unsupported, due to the privacy
+  issue and the fact that any oper with admin or hidden_admin
+  can load extensions.
+  
+
+  Changes:     Modified:
+  +0 -1                trunk/doc/example.conf (File Modified) 
+  +0 -2                trunk/doc/reference.conf (File Modified) 
+  +0 -46       trunk/extensions/Makefile.in (File Modified) 
+  + -          trunk/extensions/sno_channeljoin.c (File Deleted) 
+  +47 -1       trunk/unsupported/Makefile.in (File Modified) 
+  + -          trunk/unsupported/sno_channeljoin.c (File Added) 
+
+
+nenolod     2007/05/24 04:28:36 UTC    (20070524-3476)
+  Log:
+  - createoperonly: like createauthonly, but checks opered status instead of authed status
+  
+
+  Changes:     Modified:
+  +41 -0       trunk/extensions/Makefile.in (File Modified) 
+  + -          trunk/extensions/createoperonly.c (File Added) 
+
+
+nenolod     2007/05/24 04:16:02 UTC    (20070524-3474)
+  Log:
+  - sno_channeljoin: implements snomask +j and sends channel join notices there from local users
+  
+
+  Changes:     Modified:
+  +1 -0                trunk/doc/example.conf (File Modified) 
+  +3 -1                trunk/doc/reference.conf (File Modified) 
+  +46 -0       trunk/extensions/Makefile.in (File Modified) 
+  + -          trunk/extensions/sno_channeljoin.c (File Added) 
+
+
+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.
+  
+
+  Changes:     Modified:
+  +1 -0                trunk/doc/example.conf (File Modified) 
+  +5 -0                trunk/doc/reference.conf (File Modified) 
+  +3 -0                trunk/include/client.h (File Modified) 
+  +4 -0                trunk/include/reject.h (File Modified) 
+  +1 -0                trunk/include/s_conf.h (File Modified) 
+  +2 -0                trunk/src/client.c (File Modified) 
+  +3 -0                trunk/src/listener.c (File Modified) 
+  +1 -0                trunk/src/newconf.c (File Modified) 
+  +8 -5                trunk/src/packet.c (File Modified) 
+  +59 -2       trunk/src/reject.c (File Modified) 
+  +1 -0                trunk/src/s_conf.c (File Modified) 
+  +2 -0                trunk/src/s_serv.c (File Modified) 
+  +1 -0                trunk/src/s_user.c (File Modified) 
+
+
+nenolod     2007/05/09 00:32:08 UTC    (20070509-3444)
+  Log:
+  - fix a bug here
+  
+
+  Changes:     Modified:
+  +5 -1                trunk/libcharybdis/epoll.c (File Modified) 
+
+
+nenolod     2007/05/07 02:57:50 UTC    (20070507-3442)
+  Log:
+  - regen configure
+  
+
+  Changes:     Modified:
+  +114 -1      trunk/configure (File Modified) 
+
+
 nenolod     2007/05/07 02:53:54 UTC    (20070507-3440)
   Log:
   - remove "ASM hashing code" from the configure overview