mirror of
https://github.com/anope/anope.git
synced 2026-07-10 17:23:14 +02:00
BUILD : 1.7.19 (1258) BUGS : 750 NOTES : Fixed CA_AUTODEOP not working anymore (since 1.7.9 or so probably)
git-svn-id: svn://svn.anope.org/anope/trunk@1258 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@976 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
945b51b780
commit
597212d17a
@@ -9,6 +9,7 @@ Anope Version S V N
|
||||
07/09 F Possible buffer overflow in inspircd10.c [#741]
|
||||
07/09 F Various compile errors with `make strict`. [#743]
|
||||
07/14 F No longer displaying commands on add/remove in debug mode 1. [ #00]
|
||||
08/05 F ChanServ access level AUTODEOP works again. [#750]
|
||||
|
||||
Anope Version 1.7.19
|
||||
--------------------
|
||||
|
||||
+3
-1
@@ -1352,8 +1352,10 @@ void chan_set_correct_modes(User * user, Channel * c, int give_modes)
|
||||
|
||||
/* We check if every mode they have is legally acquired here, and remove
|
||||
* the modes that they're not allowed to have. But only if SECUREOPS is
|
||||
* on, because else every mode is legal. -GD
|
||||
* Unless the channel has just been created. -heinz
|
||||
* Unless the channel has just been created. -heinz
|
||||
* Or the user matches CA_AUTODEOP... -GD
|
||||
*/
|
||||
if (((ci->flags & CI_SECUREOPS) || (c->usercount == 1)
|
||||
|| check_access(user, ci, CA_AUTODEOP))
|
||||
&& !is_ulined(user->server->name)) {
|
||||
|
||||
+5
-1
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="19"
|
||||
VERSION_EXTRA="-svn"
|
||||
VERSION_BUILD="1256"
|
||||
VERSION_BUILD="1258"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.19 (1258)
|
||||
# BUGS : 750
|
||||
# NOTES : Fixed CA_AUTODEOP not working anymore (since 1.7.9 or so probably)
|
||||
#
|
||||
# BUILD : 1.7.19 (1256)
|
||||
# BUGS :
|
||||
# NOTES : Moved the displaying of command infos on command add/remove to debug level 2 instead of 1
|
||||
|
||||
Reference in New Issue
Block a user