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:
@@ -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
|
||||
|
||||
@@ -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
@@ -9,7 +9,7 @@ VERSION_MAJOR="1"
|
||||
VERSION_MINOR="9"
|
||||
VERSION_PATCH="2"
|
||||
VERSION_EXTRA="-p2"
|
||||
VERSION_BUILD="1"
|
||||
VERSION_BUILD="2"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user