diff options
-rw-r--r-- | docs/Changes | 1 | ||||
-rw-r--r-- | docs/Changes.conf | 1 | ||||
-rw-r--r-- | version.log | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/docs/Changes b/docs/Changes index 17b91ebd6..05154aa39 100644 --- a/docs/Changes +++ b/docs/Changes @@ -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 diff --git a/docs/Changes.conf b/docs/Changes.conf index de91d3808..cda0ca57c 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -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 diff --git a/version.log b/version.log index 4cb2c26c8..881617a99 100644 --- a/version.log +++ b/version.log @@ -9,7 +9,7 @@ VERSION_MAJOR="1" VERSION_MINOR="9" VERSION_PATCH="2" VERSION_EXTRA="-p2" -VERSION_BUILD="1" +VERSION_BUILD="2" |