diff options
author | jantje_85 <jantje_85@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-06-15 10:55:05 +0000 |
---|---|---|
committer | jantje_85 <jantje_85@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-06-15 10:55:05 +0000 |
commit | 958521b8c6be1dafc44f89baeacd1e700099a7a4 (patch) | |
tree | de61aac5181ab5109d6fffd4dd6eda368c466c6c | |
parent | 06d52335024c3a1c464fdf1744319abde271e6cd (diff) |
Added a few missing entries to Changes.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2325 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | Changes.conf | 8 |
2 files changed, 10 insertions, 0 deletions
@@ -33,6 +33,7 @@ Provided by Adam <Adam@SubZeroIRC.net> - 2009 03/22 F Log message about the deleting from channel access list. [#1030] 05/08 F Allow jupe on all bar uplink and self. [#1076] 05/10 F MySQL query should no longer fail when password/salt are long [#1078] +06/11 F Fixed potential crash in Charybdis protocol module. [ #00] Provided by mooncup <mooncup@anonnet.org> - 2009 02/04 F Automatically reapply vhost on hs off for unreal32. [ #00] @@ -41,6 +42,7 @@ Provided by mooncup <mooncup@anonnet.org> - 2009 Provided by DukePyrolator <> - 2009 03/15 F Log error when NSMemoReceipt isn't defined in config. [ #00] 03/22 F Fixed memleak in channels.c. [ #00] +05/06 F CS founder status not always correctly removed on LOGOUT. [ #00] 05/17 F Change sizeof() to strlen() in db_mysql_secure(). [ #00] Provided by Szymek <> - 2009 diff --git a/Changes.conf b/Changes.conf index 367021692..f19235316 100644 --- a/Changes.conf +++ b/Changes.conf @@ -37,6 +37,14 @@ Anope Version 1.8 SVN #SuperAdmin + +# UnRestrictSAdmin [OPTIONAL] +# On many ircd Anope removes the umode of +a from users whom are not +# Service Admin in Anope. This mode is NOT used by Anope for any form +# of access. Thus this option allows them to keep the mode without having +# to be a Service Admin in Anope +#UnRestrictSAdmin + ** DELETED CONFIGURATION DIRECTIVES ** Anope Version 1.8.0 |