mirror of
https://github.com/anope/anope.git
synced 2026-07-06 11:33:13 +02:00
BUILD : 1.7.6 (485) BUGS : NOTES : Fixed a segfault when unsetting registration modes on hybrid
git-svn-id: svn://svn.anope.org/anope/trunk@485 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@339 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
29a7052bc0
commit
66bb7e7b0b
@@ -13,6 +13,7 @@ Provided by Anope Dev. <dev@anope.org> - 2004
|
||||
11/19 A Added anope_cmd_ctcp() to code API, for sending CTCP messages. [ #00]
|
||||
11/18 A Unable to use registered nicknames as bot nicks from now on. [ #00]
|
||||
11/18 A NSAddAccessOnReg to control access list on registration. [ #00]
|
||||
12/09 F Hybrid crash on unsetting registration mode. [ #00]
|
||||
12/09 F BotServ !seen not recognizing founder. [#167]
|
||||
12/08 F ChanServ ACCESS wrong when dealing negative numbers. [#240]
|
||||
12/06 F Fixed misplaced pointer in moduleAddData(). [ #00]
|
||||
|
||||
+2
-1
@@ -1659,7 +1659,8 @@ int delnick(NickAlias * na)
|
||||
if (na->u) {
|
||||
na->u->na = NULL;
|
||||
|
||||
common_svsmode(na->u, ircd->modeonunreg, "1");
|
||||
if (ircd->modeonunreg)
|
||||
common_svsmode(na->u, ircd->modeonunreg, "1");
|
||||
|
||||
}
|
||||
|
||||
|
||||
+5
-1
@@ -8,10 +8,14 @@
|
||||
VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="6"
|
||||
VERSION_BUILD="484"
|
||||
VERSION_BUILD="485"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.6 (485)
|
||||
# BUGS :
|
||||
# NOTES : Fixed a segfault when unsetting registration modes on hybrid
|
||||
#
|
||||
# BUILD : 1.7.6 (484)
|
||||
# BUGS : 167
|
||||
# NOTES : Made BotServ !seen recognize the channel founder
|
||||
|
||||
Reference in New Issue
Block a user