diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-04-25 15:33:56 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-04-25 15:33:56 +0000 |
commit | 0c05aa074f9d3f6f249c19b496dc46345551d1e2 (patch) | |
tree | c682d12c066135ff7e656df772345891e595bac7 | |
parent | 185d28dfb9e0ff934f11cd1ff3a01f1e8b405e38 (diff) |
- Update NEWS
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1861 82007160-df01-0410-b94d-b575c5fd34c7
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,4 +1,14 @@ -- ircd-hybrid-8.1.0beta1 Release Notes +######################################################################## +o) IMPORTANT: names/channels 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) Preliminary libGeoIP support. Currently only used for exempt entries + in resv{} blocks 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 based upon Tor's |