| 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 |
| 189 |
|
|
| 190 |
|
-------------------------------------------------------------------------------- |
| 191 |
|
|
| 192 |
< |
BUGS: Major bugs in this release are listed in BUGS |
| 192 |
> |
This is still BETA code. Run it at your own risk. By running this |
| 193 |
> |
code you assume FULL responsibility for any problems it may cause. |
| 194 |
> |
We do NOT recommend that you run BETA code on production IRC networks |
| 195 |
> |
such as EFnet. |
| 196 |
|
|
| 197 |
|
BUG REPORTS: If you run this code and encounter problems, you must report |
| 198 |
|
the bug by EMAIL to bugs@ircd-hybrid.org |
| 201 |
|
information masked). |
| 202 |
|
|
| 203 |
|
DISCUSSION: There is a mailing list for discussion of hybrid issues, |
| 204 |
< |
including betas. To subscribe, use this link: |
| 204 |
> |
including betas. To subscribe, use this link: |
| 205 |
|
https://lists.ircd-hybrid.org/mailman/listinfo/hybrid |
| 206 |
< |
This is the proper place to discuss new features, bugs, etc. Posting here |
| 206 |
> |
This is the proper place to discuss new features, bugs, etc. Posting here |
| 207 |
|
is much more likely to get something done than ranting on #TZ. |
| 208 |
|
|
| 209 |
|
Questions/comments directed to bugs@ircd-hybrid.org |
| 210 |
|
|
| 211 |
< |
Other files recommended for reading: BUGS, README, INSTALL |
| 211 |
> |
Other files recommended for reading: README, INSTALL |
| 212 |
|
|
| 213 |
|
-------------------------------------------------------------------------------- |
| 214 |
|
$Id$ |