diff options
-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 |