diff options
author | Adam <Adam@anope.org> | 2016-01-23 10:36:04 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2016-10-01 10:56:47 -0400 |
commit | 3936c6fe95e3a682018d0a196349a1043ee32daf (patch) | |
tree | bc011388a9f450352255ce33328a93fdc8844755 /docs | |
parent | e3a6473924451af334f43dfbe8885301b33cc0e0 (diff) |
Update Changelogs
(cherry picked from commit a434651e75f3254123dcd606c3b64dfd9c0a7334)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changes | 29 | ||||
-rw-r--r-- | docs/Changes.conf | 2 |
2 files changed, 31 insertions, 0 deletions
diff --git a/docs/Changes b/docs/Changes index 62242d7c0..fbd11f35d 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,3 +1,32 @@ +Anope Version 2.0.3-git +------------------- +Add support for UnrealIRCd 4 +Fix cs_access to respect chanserv/access/list privilege +Fix cs_access to match level -1 as every user, not any level <0 +Fix problems related to object destruction order when using db_sql_live +Show memo notify settings in ms_info +Fix some actions bumping channels last used time that shouldn't have +Add maxlogins configuration directive to limit the number of concurrnent logins to one account +Fix race with auto svsnick on ghost sometimes causing nick collisions instead +Fix saset langauge reply +Show akill/sxlines ids in VIEW +Fix crash when an oper is configured in both the configuration and via os_oper +Fix m_ldap reconnect logic not properly setting protocol and network timeout settings +Fix crash from unloading regex modules when regex xlines exist +Fix irc2sql to store away messages +Add notice method to m_xmlrpc_main +Fix numerics on InspIRCd from being sent to user UID +Fix +I on InspIRCd to be considered oper only +Fix crash in webcpanel when deleting your own access on a channel +Fix webcpanel allowing suspended users to login +Fix hs_off on InspIRCd to not desync active user host +Fix bs_bot to not allow colliding bots into users +Don't allow hostserv modules to load if there is no hostserv +Fix ns_register allowing bot nicks to be registered through webcpanel +Don't update chanserv keepmodes during inhabit +Fix build on cmake 2.4 +Allow searching emails by wildcard in ns_getemail + Anope Version 2.0.2 ------------------- Fix keepmodes preventing the first user of a channel from being deopped diff --git a/docs/Changes.conf b/docs/Changes.conf index 5e813b3e4..1ca569ebc 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,6 +1,8 @@ Anope Version 2.0.3-git ------------------- +Add operserv/chankill to default globops log Add ns_identify:maxlogins to limit the max number of concurrent logins per account +Document ns_no_expire nickserv default Anope Version 2.0.2 ------------------- |