| 1 |
+ |
-- ircd-hybrid-8.0 Release Notes |
| 2 |
+ |
o) Implemented full services support. Among other things, the following changes |
| 3 |
+ |
have been done for this: |
| 4 |
+ |
- Added SVSNICK, and SVSMODE command handlers |
| 5 |
+ |
- Added service stamps to NICK/UID messages |
| 6 |
+ |
- Usermode +r (registered nick) has been added, as well as |
| 7 |
+ |
channelmode +r (registered channel). |
| 8 |
+ |
- Various services shortcuts have been added (/NS, /CS, /NICKSERV, /CHANSERV, etc.) |
| 9 |
+ |
- Added channelmode +R (only registered clients may join that channel) |
| 10 |
+ |
- Added usermode +R (only registered clients may send a private message) |
| 11 |
+ |
- Added services{} block to ircd.conf |
| 12 |
+ |
- Added services_name directive to general{} block |
| 13 |
+ |
o) RKLINE and RXLINE commands have been removed. Regular expression based |
| 14 |
+ |
bans should only be added via ircd.conf |
| 15 |
+ |
o) Added 'globops', 'restart' and 'module' operator privilege flags. |
| 16 |
+ |
Read etc/example.conf for further explanation of what these flags |
| 17 |
+ |
are supposed to be doing. |
| 18 |
+ |
o) Idle-time klines have been removed |
| 19 |
+ |
o) Cleaned up modules API. Old modules won't work anymore |
| 20 |
+ |
|
| 21 |
+ |
|
| 22 |
|
-- ircd-hybrid-7.3.0 Release Notes |
| 23 |
|
o) Added Bulgarian language file provided by Borislav Borisov |
| 24 |
|
o) Server hostmasking has been removed due to TS6 requirements |