| 1 |
+ |
-- Noteworthy changes in version 8.2.12 (2016-01-05) |
| 2 |
+ |
####################################################################### |
| 3 |
+ |
o) IMPORTANT: Character case mapping is 'ascii' now. It is recommended |
| 4 |
+ |
to update all servers on the network to prevent possible channel |
| 5 |
+ |
desynchronizations and nick name collision kills |
| 6 |
+ |
####################################################################### |
| 7 |
+ |
o) Added channel mode +T which forbids NOTICEs to be sent to a channel |
| 8 |
+ |
o) Fixed minor SVSTAG memory leak |
| 9 |
+ |
o) Fixed broken PART message blocking mechanism |
| 10 |
+ |
o) ircd now makes use of up to 8 name servers that are specified in |
| 11 |
+ |
/etc/resolv.conf |
| 12 |
+ |
o) The -klinefile, -dlinefile, etc. switches didn't work at all |
| 13 |
+ |
o) Fixed possible core on ident lookups if ircd is out of file descriptors |
| 14 |
+ |
o) Far client exit notices (+F) now show IP addresses, too |
| 15 |
+ |
o) Made idle time look nicer in "STATS v|p" by using a formatted time string |
| 16 |
+ |
o) 'general::ts_warn_delta', and 'general::ts_max_delta' can be set to 0 now |
| 17 |
+ |
o) Several code cleanups and optimizations. Improved documentation |
| 18 |
+ |
|
| 19 |
+ |
|
| 20 |
|
-- Noteworthy changes in version 8.2.11 (2015-11-19) |
| 21 |
|
o) Implemented IRCv3.2 invite-notify extension |
| 22 |
|
o) Implemented IRCv3.2 chghost extension |
| 33 |
|
would not have any effect |
| 34 |
|
o) mkpasswd (tools): fixed broken bcrypt support on *BSD in conjunction |
| 35 |
|
with the -s and -l switches. Dropped MD5, DES and Extended DES support. |
| 36 |
< |
o) Removed CHALLENGE in favour or ssl certificate fingerprint enabled |
| 36 |
> |
o) Removed CHALLENGE in favor of ssl certificate fingerprint enabled |
| 37 |
|
operator {} blocks |
| 38 |
|
o) RSA keys with less than 2048 bits are no longer supported; same applies |
| 39 |
|
to the DH param file |