| 1 |
|
-- ircd-hybrid-8.1.0beta1 Release Notes |
| 2 |
|
######################################################################## |
| 3 |
< |
o) IMPORTANT: names/channels entries can't be stacked any longer within |
| 3 |
> |
o) IMPORTANT: name/channel entries can't be stacked any longer within |
| 4 |
|
a single resv{} block. Each entry now requires its own resv{} block. |
| 5 |
|
Read doc/reference.conf for more details |
| 6 |
|
####################################################################### |
| 7 |
|
o) Added resv::exempt configuration option. Exempt can be either a |
| 8 |
|
ISO 3166 alpha-2 two letter country code, or a nick!user@host mask. |
| 9 |
|
CIDR is supported |
| 10 |
+ |
o) Removed channel::restrict_channels configuration option |
| 11 |
|
o) Preliminary libGeoIP support. Currently only used for exempt entries |
| 12 |
|
in resv{} blocks |
| 13 |
|
o) Improved WEBIRC authentication; added 'webirc' to auth::flags. |
| 18 |
|
o) Implemented new binary database storage for X-,D-,K-,G-Lines and RESVs. |
| 19 |
|
Temporary bans are now stored as well and will persist after a reboot |
| 20 |
|
o) Channel based resv{} blocks may now contain wildcards |
| 20 |
– |
o) Added support for "away-notify" client capability |
| 21 |
|
o) NICK/JOIN now shows the actual reason of reserved nick-/channelnames |
| 22 |
|
o) contrib/ and its content has been removed from the tree |
| 23 |
|
o) Added serverhide::hide_services configuration option |
| 24 |
|
o) Added 'nononreg' (+R) to oper::umodes and general::oper_only_modes |
| 25 |
+ |
o) Added support for "away-notify" client capability |
| 26 |
|
|
| 27 |
|
|
| 28 |
|
-- ircd-hybrid-8.0.7 Release Notes |