diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-04-25 15:42:27 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-04-25 15:42:27 +0000 |
commit | 8df67d5f8446a020a23f975c328f08eddc7f029d (patch) | |
tree | 0dfd6c8b457dc130decd3ec6a7eaac5a54901914 | |
parent | 0c05aa074f9d3f6f249c19b496dc46345551d1e2 (diff) |
- Update NEWS
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1862 82007160-df01-0410-b94d-b575c5fd34c7
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,12 +1,13 @@ -- ircd-hybrid-8.1.0beta1 Release Notes ######################################################################## -o) IMPORTANT: names/channels entries can't be stacked any longer within +o) IMPORTANT: name/channel entries can't be stacked any longer within a single resv{} block. Each entry now requires its own resv{} block. Read doc/reference.conf for more details ####################################################################### o) Added resv::exempt configuration option. Exempt can be either a ISO 3166 alpha-2 two letter country code, or a nick!user@host mask. CIDR is supported +o) Removed channel::restrict_channels configuration option o) Preliminary libGeoIP support. Currently only used for exempt entries in resv{} blocks o) Improved WEBIRC authentication; added 'webirc' to auth::flags. @@ -17,11 +18,11 @@ 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 -o) Added support for "away-notify" client capability o) NICK/JOIN now shows the actual reason of reserved nick-/channelnames o) contrib/ and its content has been removed from the tree o) Added serverhide::hide_services configuration option o) Added 'nononreg' (+R) to oper::umodes and general::oper_only_modes +o) Added support for "away-notify" client capability -- ircd-hybrid-8.0.7 Release Notes |