1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 08:03:12 +02:00

BUILD : 1.7.5 (433) BUGS : 182 NOTES : Fixed CS not resetting the modes after CS CLEAR MODES

git-svn-id: svn://svn.anope.org/anope/trunk@433 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@288 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-10-30 04:22:42 +00:00
parent da0d4d0498
commit 039ea7f083
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -33,6 +33,7 @@ Provided by Trystan <trystan@nomadirc.net> - 2004
09/07 A Ircd CHANMODE now trapped and stored. [ #00]
08/23 A New protocol independent design (aka anope-capab). [ #00]
08/28 A New IRCD document for adding new ircd support to new design. [ #00]
10/29 F Fixed CS CLEAR MODES not resetting the modes [#182]
10/29 F Fixed LogUser message, now normalizes the "realname" for display [#199]
10/29 F Fixed BS ACT, if the string contained control character 1 [#193]
10/27 F Fixed hardcored ircd sqlines from taking out services [#133]
+1
View File
@@ -5946,6 +5946,7 @@ static int do_clear(User * u)
}
}
}
check_modes(c);
}
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="5"
VERSION_BUILD="432"
VERSION_BUILD="433"
# $Log$
#
# BUILD : 1.7.5 (433)
# BUGS : 182
# NOTES : Fixed CS not resetting the modes after CS CLEAR MODES
#
# BUILD : 1.7.5 (432)
# BUGS : 199
# NOTES : 1. fixed unused var from previous commit, 2. normalized the realname when doing LogUsers (199)