1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 16:36:39 +02:00

Anope 1.9.2-p2 Release

This commit is contained in:
Adam
2010-07-27 02:56:01 -04:00
parent 2a79be7f91
commit ebdb2fc6e3
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -16,6 +16,7 @@ A Added a sha_256 encryption module
A Added the ability to load multiple encryption modules, and the ability to seamlessly convert your database between diferent encryptions
A Added configuration options to allow Anope to reconnect if it disconnects from the uplink instead of dieing
A Added support for linking with IPv6
A Added support for InspIRCd2.0's customprefix module
F Unban command to accept an optional nick arg
F Some typos in services.conf
F Crash when users change their host that are identified to a group, but not a nick
+1
View File
@@ -13,6 +13,7 @@ uplink:ipv6 added to enable IPv6 connectivity
options:maxretries added to specify the number of reconnect attempts allowed
options:retrywait added to specify how long to wait between reconnect attempts
opertype command chanserv/aop/list removed as it was unnecessary, use chanserv/access/list instead
opertype command privilege hostserv/del added
** MODIFIED CONFIGURATION DIRECTIVES **
options:encryption added enc_sha256
+1 -1
View File
@@ -9,7 +9,7 @@ VERSION_MAJOR="1"
VERSION_MINOR="9"
VERSION_PATCH="2"
VERSION_EXTRA="-p2"
VERSION_BUILD="1"
VERSION_BUILD="2"