From 01cb956987521194a8ef673095a36025847387ac Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 6 Jan 2013 11:42:40 +0000 Subject: - Update NEWS git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1731 82007160-df01-0410-b94d-b575c5fd34c7 --- NEWS | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/NEWS b/NEWS index 7dfea4d..755a21a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,41 @@ +-- ircd-hybrid-8.1.0beta1 Release Notes +o) Improved WEBIRC authentication; added 'webirc' to auth::flags. + A "webirc." spoof is now no longer required +o) Implemented new memory pool allocator which basically is taken from Tor's + mempool allocator for Tor cells +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.4 Release Notes +o) Fixed possible core on USERHOST/ISON with optimization enabled +o) Fixed bug where can_flood sometimes didn't work as expected + + +-- ircd-hybrid-8.0.3 Release Notes +o) Fixed core on UNDLINE +o) XLINE/KLINE/RESV/DLINE/SQUIT and KILL now have the same default reason + if a reason hasn't been specified + + +-- ircd-hybrid-8.0.2 Release Notes +o) Minor updates to the build system +o) Fixed broken --enable-assert configure switch +o) Fixed bug where timed events stopped from working if the system's + clock is running backwards +o) STATS q|Q now shows how many times a resv{} block has been matched +o) Fixed contributed WEBIRC module +o) IRC operators may now again see server generated nick rejection notices + + +-- ircd-hybrid-8.0.1 Release Notes +o) Fixed broken CIDR support for CHALLENGE based irc operator logins +o) Fixed class limits not properly applying to oper{} blocks +o) Fixed possible TBURST desynchronization with services +o) Fixed TBURST sending server's name to clients if it's a hidden server + + -- ircd-hybrid-8.0.0 Release Notes o) Fixed possible TBURST desynchronization with services o) Fixed TBURST sending server's name to clients if it's a hidden server -- cgit