| 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 |
| 25 |
+ |
o) Fixed broken IPv6 detection |
| 26 |
+ |
o) Minor code optimizations. Reduced memory consumption |
| 27 |
+ |
o) User IDs are now shown in client connection notices |
| 28 |
+ |
o) Increased maximum temporary kline time to 360 days |
| 29 |
+ |
o) Added back STATS/TRACE/MOTD/ADMIN request notices. Removed |
| 30 |
+ |
spy_*_notice modules accordingly. |
| 31 |
+ |
o) Channelmode +O; channel can be joined by ircops only. |
| 32 |
+ |
o) Channelmode +S; only clients with a secure connection (ssl/tls) |
| 33 |
+ |
can join this channel. |
| 34 |
+ |
|
| 35 |
+ |
|
| 36 |
|
-- ircd-hybrid-7.3-rc1 Release Notes |
| 37 |
|
o) Major 64-bit cleanups and portability fixes. |
| 38 |
|
o) Fixed bug where unregistered clients were not able to complete registration |
| 71 |
|
o) ACCEPT now supports nick!user@host masks |
| 72 |
|
o) Unregistered clients are no longer allowed to request the server's motd |
| 73 |
|
o) general::dot_in_ip6_addr configuration option is obsolete and no longer exists |
| 74 |
+ |
o) Dropped support for old style 'operflag = yes|no;' format |
| 75 |
|
|
| 76 |
|
|
| 77 |
|
-- ircd-hybrid-7.2.3 Release Notes |