X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/598ebb42c77b2c441c658325dc9761d96915f9d1..f7b6029312d89f500e18c6b6b21e04ee8741fc56:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index 8762ad21..ad419bf2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,141 @@ +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()