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

BUILD : 1.7.13 (956) BUGS : NOTES : applied patch provided by trystan

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@683 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-01-23 19:43:56 +00:00
parent d86dddd6e7
commit 0dc104f20d
20 changed files with 327 additions and 65 deletions
+18 -2
View File
@@ -1,11 +1,27 @@
Anope Version S V N
--------------------
Provided by Anope Dev. <dev@anope.org> - 2005
01/14 F SGLines will now be removed correctly. [ #00]
01/14 F SGLines will now be removed correctly. [#413]
Provided by nenolod. <nenolod@nenolod.net> - 2005
01/15 F va_arg issue on various 64bit platforms. [#415]
Provided by Trystan <trystan@nomadirc.net> - 2005
01/21 A Added EVENT_CHAN_KICK to the events for when a users is kicked [ #00]
01/21 A Added NULL param checks for add_invite() and add_exception() [#419]
01/21 F segfault in moduleNoticeLang() when mixed arguments types used. [#421]
01/21 F fixed Ultimate3 protocol so it can do channel sqline again. [#412]
01/21 F EVENT_PART_CHANNEL sent on /join 0 [#417]
01/21 F serval function channel.c where not TS6 friendly. [#418]
01/21 F Fixed memory leak in do_mass_mode() [#420]
01/21 F Fixed inspircd compiler warnings / synced with inspircd svn. [#422]
01/21 F Fixed va_copy() which is not found on all operating systems. [ #00]
01/21 F Cleaned up more make strict warnings. [ #00]
01/23 F Updated config.guess and config.sub. [ #00]
Provided by Heinz <heinz@anope.org>
01/21 A Added support for Visual Studio 2005 [#408]
Anope Version 1.7.13
--------------------
@@ -119,7 +135,7 @@ Provided by Trystan <trystan@nomadirc.net> - 2005
09/18 F MySQL detection for win32 in install.vbs had issues. [ #00]
09/18 F Memleak when AddAkiller was enabled. [ #00]
09/13 F Reduntant IRCD defines removed. [ #00]
09/13 F Double Makedile generation. [ #00]
09/13 F Double Makefile generation. [ #00]
09/06 F Memory for vHosts/vIdents was not (always) being freed. [ #00]
06/04 F Removed ircd-file related code from configure(.in) [#384]