diff options
author | Adam <Adam@anope.org> | 2015-03-12 13:43:21 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2015-03-12 17:52:38 -0400 |
commit | e5447a8024ce5d128d40d08fe5d194d91458b752 (patch) | |
tree | 7837419db37ac1575a13e6ac2dd69be0aa55c887 | |
parent | e0e8147ee0904af92983093a2a51e1c6b82641cf (diff) |
Update Changes.conf and Changes
-rw-r--r-- | docs/Changes | 23 | ||||
-rw-r--r-- | docs/Changes.conf | 5 |
2 files changed, 28 insertions, 0 deletions
diff --git a/docs/Changes b/docs/Changes index 6280734c3..ea29a58db 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,3 +1,26 @@ +Anope Version 2.0.2 +------------------- +Fix keepmodes preventing the first user of a channel from being deopped +Fix SQlines that don't begin with # from matching channels +Made cs_clone behave like the help describes, copying many settings and lists by default +Allow cs_clone to clone levels, too +Update Hybrid protocol module for 8.2 +Fix not unescaping all characters sent over XMLRPC +Fix crash when os_mode is used to destroy channels, like when unsetting permanent channel mode from an empty channel +Allow users with topic change privilege to change the topic instead of requiring them to use ChanServ's topic command +Fix negatively locking param modes in default mlock +Change entrymsg to check for the SET privilege, not real founder +Allow configuring characters allowed in nicknames +Fix crash when non users register channels externally (like XMLRPC0 +Remove operserv/exception MOVE, it did not function correctly. Instead reorder the list by deleting/adding entries. +Allow flood ttb to be 0. +Enforce mlock when disabling defcon modes +Fix cs_mode not being able to apply mlock on register +Add log message when users send memos +Fix old collide timers from staying around after successful identify. Fixes being able to identify and logout and still being hit by the old timers. +Fix undefined behavior in cs_mode which usually crashes when clearing large list modes +Show all opertypes in operserv/info, even if no opers use them + Anope Version 2.0.1 ------------------- Fix access entries on accounts sometimes not updating when a user's display name changes diff --git a/docs/Changes.conf b/docs/Changes.conf index c4a5d8ff7..3b90d38e8 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -3,6 +3,11 @@ Anope Version 2.0.2 Add an operserv/oper/modify privilege, required to use oper add and oper del Add a chanserv/access/list privilege, which allow readonly access to ChanServ access and akick lists Changed m_dnsbl's result configuration to be more extensible +Add 'max' setting to cs_mode +Add 'nickchars' setting to networkinfo +Add 'botserv/fantasy', 'chanserv/access/list', and 'operserv/oper/modify' oper privileges +Fix 'emailchange_message' to include the proper email address +Set a default permission on operserv/defcon Anope Version 2.0.1 ------------------- |