mirror of
https://github.com/anope/anope.git
synced 2026-07-09 09:23:13 +02:00
BUILD : 1.7.8 (647) BUGS : 326 NOTES : Changed usermode for ultimate3 SRA to +Z
git-svn-id: svn://svn.anope.org/anope/trunk@647 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@495 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
b30ca2f8f2
commit
91ab20aefb
@@ -10,6 +10,7 @@ Provided by Anope Dev. <dev@anope.org> - 2005
|
||||
02/13 A Internal Event support, see EVENTS in the doc folder for help [ #00]
|
||||
02/05 A Support for Unreal 3.2 +I channel mode. [ #00]
|
||||
02/03 A Merged anope-win32 branch into the main, now Win32 ready. [ #00]
|
||||
03/28 F Changed the ultimate3 usermode for SRA. [#326]
|
||||
03/28 F Segfault on joining unregistered channels in some cases. [#327]
|
||||
03/28 F Adding and removing modes are now merged per user while syncing. [#329]
|
||||
03/28 F Modes not being correctly removed from all users. [#335]
|
||||
|
||||
+1
-1
@@ -220,7 +220,7 @@ void anope_set_umode(User * user, int ac, char **av)
|
||||
user->mode |= UMODE_P;
|
||||
}
|
||||
if (is_services_root(user)) {
|
||||
common_svsmode(user, "+R", NULL);
|
||||
common_svsmode(user, "+Z", NULL);
|
||||
user->mode |= UMODE_R;
|
||||
}
|
||||
} else {
|
||||
|
||||
+5
-1
@@ -8,10 +8,14 @@
|
||||
VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="8"
|
||||
VERSION_BUILD="646"
|
||||
VERSION_BUILD="647"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.8 (647)
|
||||
# BUGS : 326
|
||||
# NOTES : Changed usermode for ultimate3 SRA to +Z
|
||||
#
|
||||
# BUILD : 1.7.8 (646)
|
||||
# BUGS : 327 329 334 335
|
||||
# NOTES : Fixed quite a few bugs with mode handling (not always removed correctly, added/removed modes were split), fixed a segfault in chan_set_correct_modes, fixed some issues with topic setting, made stripModePrefix really stripping the mode prefix instead of the first char
|
||||
|
||||
Reference in New Issue
Block a user