| 1 |
+ |
-- Noteworthy changes in version 8.2.15 (2016-02-24) |
| 2 |
+ |
o) Added proper support for Raspbian/ARM. Gracias to Beave/2600.net |
| 3 |
+ |
for providing a box for testing purposes. |
| 4 |
+ |
o) Fixed an assert with empty user = "" directives in auth {} blocks |
| 5 |
+ |
o) "STATS z" now shows allocated listeners |
| 6 |
+ |
o) Fixed bug where 'can_flood' auth {} flags did not work on channels |
| 7 |
+ |
|
| 8 |
+ |
|
| 9 |
+ |
-- Noteworthy changes in version 8.2.14 (2016-02-09) |
| 10 |
+ |
o) Fixed server clustering |
| 11 |
+ |
o) Major cleanups to the configuration subsystem |
| 12 |
+ |
o) Improvements to libGeoIP support: |
| 13 |
+ |
- Works now with IPv6 addresses |
| 14 |
+ |
- Added 'libgeoip_database_options', 'libgeoip_ipv4_database_file', |
| 15 |
+ |
and 'libgeoip_ipv6_database_file' configuration directives to the |
| 16 |
+ |
serverinfo {} block |
| 17 |
+ |
o) Further improvements to GnuTLS support |
| 18 |
+ |
|
| 19 |
+ |
|
| 20 |
+ |
-- Noteworthy changes in version 8.2.13 (2016-02-02) |
| 21 |
+ |
o) Implemented support for GnuTLS. Currently ./configure's autodetection |
| 22 |
+ |
intentionally prefers OpenSSL over GnuTLS, so OpenSSL detection needs |
| 23 |
+ |
to be disabled explicitely by using the --disable-openssl switch. |
| 24 |
+ |
o) Minimum supported GnuTLS version is 3.3.8 now |
| 25 |
+ |
o) Minimum supported OpenSSL version is 1.0.1d now |
| 26 |
+ |
o) Added support for remote REHASH: REHASH <server> <option> |
| 27 |
+ |
o) Added 'rehash:remote' irc-operator privilege flag |
| 28 |
+ |
o) Added 'rehash' type to shared {} blocks |
| 29 |
+ |
o) Fixed minor memory leak with shared {} and cluster {} blocks |
| 30 |
+ |
|
| 31 |
+ |
|
| 32 |
+ |
-- Noteworthy changes in version 8.2.12 (2016-01-05) |
| 33 |
+ |
####################################################################### |
| 34 |
+ |
o) IMPORTANT: Character case mapping is 'ascii' now. It is recommended |
| 35 |
+ |
to update all servers on the network to prevent possible channel |
| 36 |
+ |
desynchronizations and nick name collision kills |
| 37 |
+ |
####################################################################### |
| 38 |
+ |
o) Added channel mode +T which forbids NOTICEs to be sent to a channel |
| 39 |
+ |
o) Fixed minor SVSTAG memory leak |
| 40 |
+ |
o) Fixed broken PART message blocking mechanism |
| 41 |
+ |
o) ircd now makes use of up to 8 name servers that are specified in |
| 42 |
+ |
/etc/resolv.conf |
| 43 |
+ |
o) The -klinefile, -dlinefile, etc. switches didn't work at all |
| 44 |
+ |
o) Fixed possible core on ident lookups if ircd is out of file descriptors |
| 45 |
+ |
o) Far client exit notices (+F) now show IP addresses, too |
| 46 |
+ |
o) Made idle time look nicer in "STATS v|p" by using a formatted time string |
| 47 |
+ |
o) 'general::ts_warn_delta', and 'general::ts_max_delta' can be set to 0 now |
| 48 |
+ |
o) Several code cleanups and optimizations. Improved documentation |
| 49 |
+ |
|
| 50 |
+ |
|
| 51 |
|
-- Noteworthy changes in version 8.2.11 (2015-11-19) |
| 52 |
|
o) Implemented IRCv3.2 invite-notify extension |
| 53 |
|
o) Implemented IRCv3.2 chghost extension |
| 64 |
|
would not have any effect |
| 65 |
|
o) mkpasswd (tools): fixed broken bcrypt support on *BSD in conjunction |
| 66 |
|
with the -s and -l switches. Dropped MD5, DES and Extended DES support. |
| 67 |
< |
o) Removed CHALLENGE in favour or ssl certificate fingerprint enabled |
| 67 |
> |
o) Removed CHALLENGE in favor of ssl certificate fingerprint enabled |
| 68 |
|
operator {} blocks |
| 69 |
|
o) RSA keys with less than 2048 bits are no longer supported; same applies |
| 70 |
|
to the DH param file |