X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/297c7db40876d8300e0efc7d9ce7e25ffc304dbd..7fd77cb085098a0c87f6e372de34194f6f62aa16:/ChangeLog diff --git a/ChangeLog b/ChangeLog index d2bd460..1290f86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,98 @@ +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