diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-03-31 14:37:29 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-03-31 14:37:29 +0000 |
commit | 36fa492d04c568bd6ff8bb3ece56c4df56d77694 (patch) | |
tree | c2f0c06edb0846f41201f3b7bf394f2bdebf6e7d | |
parent | d5b49230311da1d55d861c1b8fd759b9bec08f1b (diff) |
- Update NEWS
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1797 82007160-df01-0410-b94d-b575c5fd34c7
-rw-r--r-- | NEWS | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -7,6 +7,39 @@ o) Major code cleanups o) Implemented new binary database storage for X-,D-,K-,G-Lines and RESVs Temporary bans are now stored as well and will persist after a reboot +-- ircd-hybrid-8.0.7 Release Notes +o) Added SVSHOST command handler which allows services to change the + hostname of a specific user + + +-- ircd-hybrid-8.0.6 Release Notes +o) Fix bug where idle time sometimes is 0 even if the client didn't + send any private message +o) Fixed possible core in try_parse_v4_netmask() + + +-- ircd-hybrid-8.0.5 Release Notes +######################################################################## +o) IMPORTANT: nick and topic lengths are now configurable via ircd.conf. + A max_nick_length, as well as a max_topic_length configuration option + can now be found in the serverinfo{} block +######################################################################## +o) Fixed build on GNU/Hurd as reported by Dominic Hargreaves +o) Fixed log files not getting reopened after /rehash +o) Improved logging of configuration file issues +o) ircd.pid has been accidentally saved in /var instead of /var/run +o) Linux RT signal support for notification of socket events has been dropped +o) Fixed "STATS Y|y" sometimes sending weird sendq/recvq values +o) INFO now also shows configured values of 'disable_fake_channels', + and 'stats_e_disabled' +o) m_webirc.c is now officially supported, and has been moved from contrib/ + to modules/ +o) /whois, /stats p, and /trace may now show fake idle times depending on + how the new class::min_idle and class::max_idle configuration directives + have been configured. This feature basically works in the same + way as it does in csircd +o) The configuration parser now does support 'year' and 'month' units + -- ircd-hybrid-8.0.4 Release Notes o) Fixed possible core on USERHOST/ISON with optimization enabled |