| 1 |
+ |
####################################################################### |
| 2 |
+ |
Reminder for package maintainers of ircd-hybrid: ircd-hybrid now has |
| 3 |
+ |
GnuTLS support as of version 8.2.13 |
| 4 |
+ |
####################################################################### |
| 5 |
+ |
|
| 6 |
+ |
-- Noteworthy changes in version 8.2.16 (2016-03-20) |
| 7 |
+ |
o) Added 'general::whowas_history_length' configuration option which |
| 8 |
+ |
allows to define the maximum length of the WHOWAS nickname history |
| 9 |
+ |
o) Services are now allowed to override 'general::min_nonwildcard', |
| 10 |
+ |
and 'general::min_nonwildcard_simple' settings |
| 11 |
+ |
o) Minor updates to help files |
| 12 |
+ |
|
| 13 |
+ |
|
| 14 |
+ |
-- Noteworthy changes in version 8.2.15 (2016-02-24) |
| 15 |
+ |
o) Added proper support for Raspbian/ARM. Gracias to Beave/2600.net |
| 16 |
+ |
for providing a box for testing purposes. |
| 17 |
+ |
o) Fixed an assert with empty user = "" directives in auth {} blocks |
| 18 |
+ |
o) "STATS z" now shows allocated listeners |
| 19 |
+ |
o) Fixed bug where 'can_flood' auth {} flags did not work on channels |
| 20 |
+ |
|
| 21 |
+ |
|
| 22 |
+ |
-- Noteworthy changes in version 8.2.14 (2016-02-09) |
| 23 |
+ |
o) Fixed server clustering |
| 24 |
+ |
o) Major cleanups to the configuration subsystem |
| 25 |
+ |
o) Improvements to libGeoIP support: |
| 26 |
+ |
- Works now with IPv6 addresses |
| 27 |
+ |
- Added 'libgeoip_database_options', 'libgeoip_ipv4_database_file', |
| 28 |
+ |
and 'libgeoip_ipv6_database_file' configuration directives to the |
| 29 |
+ |
serverinfo {} block |
| 30 |
+ |
o) Further improvements to GnuTLS support |
| 31 |
+ |
|
| 32 |
+ |
|
| 33 |
+ |
-- Noteworthy changes in version 8.2.13 (2016-02-02) |
| 34 |
+ |
o) Implemented support for GnuTLS. Currently ./configure's autodetection |
| 35 |
+ |
intentionally prefers OpenSSL over GnuTLS, so OpenSSL detection needs |
| 36 |
+ |
to be disabled explicitely by using the --disable-openssl switch. |
| 37 |
+ |
o) Minimum supported GnuTLS version is 3.3.8 now |
| 38 |
+ |
o) Minimum supported OpenSSL version is 1.0.1d now |
| 39 |
+ |
o) Added support for remote REHASH: REHASH <server> <option> |
| 40 |
+ |
o) Added 'rehash:remote' irc-operator privilege flag |
| 41 |
+ |
o) Added 'rehash' type to shared {} blocks |
| 42 |
+ |
o) Fixed minor memory leak with shared {} and cluster {} blocks |
| 43 |
+ |
|
| 44 |
+ |
|
| 45 |
|
-- Noteworthy changes in version 8.2.12 (2016-01-05) |
| 46 |
|
####################################################################### |
| 47 |
|
o) IMPORTANT: Character case mapping is 'ascii' now. It is recommended |