mirror of
https://github.com/anope/anope.git
synced 2026-07-01 13:46:38 +02:00
BUILD : 1.7.21 (1384) BUGS : 870 NOTES : Fixed segfault introduced y me trying to fix 870.
git-svn-id: svn://svn.anope.org/anope/trunk@1384 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1099 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
d8e2d63905
commit
7c476bb32e
@@ -37,6 +37,9 @@ Anope Version S V N
|
||||
02/11 F Fixed memory leak in cs_akick(). [#870]
|
||||
02/11 F Added missed debug message when HostServ is disabled. [#863]
|
||||
|
||||
Provided by Trystan <trystan@nomadirc.net> - 2008
|
||||
02/11 F Last part of memory leak in cs_akick() [#870]
|
||||
|
||||
Provided by Johno Crawford <johno.crawford@gmail.com> - 2008
|
||||
02/08 F x86_64 generating improper SHA1 hash values. [#856]
|
||||
|
||||
|
||||
+1
-1
@@ -274,7 +274,7 @@ int do_akick(User * u)
|
||||
akick->flags |= AK_ISNICK;
|
||||
akick->u.nc = nc;
|
||||
} else {
|
||||
akick->u.mask = mask;
|
||||
akick->u.mask = sstrdup(mask);
|
||||
}
|
||||
akick->creator = sstrdup(u->nick);
|
||||
akick->addtime = time(NULL);
|
||||
|
||||
+5
-1
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="21"
|
||||
VERSION_EXTRA="-svn"
|
||||
VERSION_BUILD="1383"
|
||||
VERSION_BUILD="1384"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.21 (1384)
|
||||
# BUGS : 870
|
||||
# NOTES : Fixed segfault introduced y me trying to fix 870.
|
||||
#
|
||||
# BUILD : 1.7.21 (1383)
|
||||
# BUGS : 863
|
||||
# NOTES : Added missed debug message when HostServ is disabled.
|
||||
|
||||
Reference in New Issue
Block a user