| 1 |
+ |
-- Noteworthy changes in version 8.2.13 (2016-02-02) |
| 2 |
+ |
o) Implemented support for GnuTLS. Currently ./configure's autodetection |
| 3 |
+ |
intentionally prefers OpenSSL over GnuTLS, so OpenSSL detection needs |
| 4 |
+ |
to be disabled explicitely by using the --disable-openssl switch. |
| 5 |
+ |
o) Added support for remote REHASH: REHASH <server> <option> |
| 6 |
+ |
o) Added 'rehash:remote' irc-operator privilege flag |
| 7 |
+ |
o) Added 'rehash' type to shared {} blocks |
| 8 |
+ |
o) Fixed minor memory leak with shared {} and cluster {} blocks |
| 9 |
+ |
|
| 10 |
+ |
|
| 11 |
+ |
-- Noteworthy changes in version 8.2.12 (2016-01-05) |
| 12 |
+ |
####################################################################### |
| 13 |
+ |
o) IMPORTANT: Character case mapping is 'ascii' now. It is recommended |
| 14 |
+ |
to update all servers on the network to prevent possible channel |
| 15 |
+ |
desynchronizations and nick name collision kills |
| 16 |
+ |
####################################################################### |
| 17 |
+ |
o) Added channel mode +T which forbids NOTICEs to be sent to a channel |
| 18 |
+ |
o) Fixed minor SVSTAG memory leak |
| 19 |
+ |
o) Fixed broken PART message blocking mechanism |
| 20 |
+ |
o) ircd now makes use of up to 8 name servers that are specified in |
| 21 |
+ |
/etc/resolv.conf |
| 22 |
+ |
o) The -klinefile, -dlinefile, etc. switches didn't work at all |
| 23 |
+ |
o) Fixed possible core on ident lookups if ircd is out of file descriptors |
| 24 |
+ |
o) Far client exit notices (+F) now show IP addresses, too |
| 25 |
+ |
o) Made idle time look nicer in "STATS v|p" by using a formatted time string |
| 26 |
+ |
o) 'general::ts_warn_delta', and 'general::ts_max_delta' can be set to 0 now |
| 27 |
+ |
o) Several code cleanups and optimizations. Improved documentation |
| 28 |
+ |
|
| 29 |
+ |
|
| 30 |
+ |
-- Noteworthy changes in version 8.2.11 (2015-11-19) |
| 31 |
+ |
o) Implemented IRCv3.2 invite-notify extension |
| 32 |
+ |
o) Implemented IRCv3.2 chghost extension |
| 33 |
+ |
o) Added channel::invite_delay_channel configuration option |
| 34 |
+ |
|
| 35 |
+ |
|
| 36 |
|
-- Noteworthy changes in version 8.2.10 (2015-11-06) |
| 37 |
|
####################################################################### |
| 38 |
|
o) IMPORTANT: renamed 'serverhide::links_delay' configuration directive |
| 43 |
|
would not have any effect |
| 44 |
|
o) mkpasswd (tools): fixed broken bcrypt support on *BSD in conjunction |
| 45 |
|
with the -s and -l switches. Dropped MD5, DES and Extended DES support. |
| 46 |
< |
o) Removed CHALLENGE in favour or ssl certificate fingerprint enabled |
| 46 |
> |
o) Removed CHALLENGE in favor of ssl certificate fingerprint enabled |
| 47 |
|
operator {} blocks |
| 48 |
|
o) RSA keys with less than 2048 bits are no longer supported; same applies |
| 49 |
|
to the DH param file |