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

BUILD : 1.7.13 (968) BUGS : NOTES : Fixed cs_getpass.c, thx to Trystan.

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@693 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-02-18 21:20:00 +00:00
parent 7df341a7d1
commit 36a29e1b17
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -6,6 +6,7 @@ Provided by Anope Dev. <dev@anope.org> - 2005
01/14 F SGLines will now be removed correctly. [ #00]
01/26 F Export buildStringList() for modules. [#425]
02/11 F Fixed a few memleaks. [#420]
02/17 F cs_getpass will now unload if encryption is enaled. [ #00]
Provided by nenolod. <nenolod@nenolod.net> - 2005
02/03 A Support for Charybdis IRCd. [ #00]
+1 -1
View File
@@ -39,7 +39,7 @@ int AnopeInit(int argc, char **argv)
moduleSetChanHelp(myChanServHelp);
#ifdef USE_ENCRYPTION
return MOD_STOP;
#else
return MOD_CONT;
#endif
+5 -1
View File
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="13"
VERSION_EXTRA="-svn"
VERSION_BUILD="965"
VERSION_BUILD="968"
# $Log$
#
# BUILD : 1.7.13 (968)
# BUGS :
# NOTES : Fixed cs_getpass.c, thx to Trystan.
#
# BUILD : 1.7.13 (965)
# BUGS : 442 437 432 431 420
# NOTES : Fixed a few memleaks.