summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-04-15 09:49:29 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-04-15 09:49:29 +0000
commit5b5c449ec53c715cf6f04883e25741bab60795ed (patch)
tree0bc1237f037e5c4d6bff31ca2c233189c9c38903
parentafa31b7cbc1f19418a866465f602230cd4636b80 (diff)
- Update NEWS
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1828 82007160-df01-0410-b94d-b575c5fd34c7
-rw-r--r--NEWS10
1 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 02759ed..5ee91fb 100644
--- a/NEWS
+++ b/NEWS
@@ -6,11 +6,17 @@ o) Implemented new memory pool allocator which basically is based upon Tor's
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
+o) Channel based resv{} blocks may now contain wildcards
-- ircd-hybrid-8.0.7 Release Notes
-o) Added SVSHOST command handler which allows services to change the
- hostname of a specific user
+o) Services may now set a channel topic without joining the channel first
+o) Fixed bug where /whois would send empty sockhost information on TS5
+ servers
+o) Remote server connection and split notices now go to new usermode +e.
+ These previously used usermode +x.
+o) Services may now change the host of a specific user
+ via "SVSMODE <timestamp> <target> +x <hostname>"
-- ircd-hybrid-8.0.6 Release Notes