diff options
Diffstat (limited to 'docs/Changes')
-rw-r--r-- | docs/Changes | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/Changes b/docs/Changes index 46b123fbd..c8b8a3393 100644 --- a/docs/Changes +++ b/docs/Changes @@ -3,12 +3,27 @@ Anope Version 1.9.3 A Added italics BotServ kicks support A Tell users when their nicks expire in /ns glist and /ns info A Added SSL support -A Added official support for InspIRCd 2.0 A Prevent negaitve mode changes, kicks, bans, and autokicks from affecting people with the 'god' user mode (On UnrealIRCd, usermode +q) A Added nickserv/auxpex permission A Added nickserv ungroup command A Renamed the SGLINE to be SNLINE A Added /chanserv saset command +A Added threads for mail sending +A Added m_dnsbl and an asynchronous DNS system +A Added a new language system that uses gettext +A Added m_mysql which uses threads to execute queries +A Added many subcommand modules for some commands, eg ns_set_autoop, ns_set_email, etc +A Added a new logging system that is a bit more flexable +A Added cs_set_misc and ns_set_misc to add miscellaneous set commands +A Added os_modreload, which allows reloading some modules not normally unloable, like the protocol module +A Added FOUNDER access levels +A Made OperServ, Global, MemoServ, and ChanServ optional +F Shutting down if a config reload fails +F Autoid to live through restarts on Unreal +F Storing vhosts in MySQL +F Not flushing the anope_extra table before rewriting databaes +F Anoperc start/stop to send the globaloncycle global, and fixed anoperc rehash to really rehash +F Fixed a potential crash if HostServ or BotServ was disbled Anope Version 1.9.2 -------------------- |