| 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.18 (2016-06-22) |
| 7 |
+ |
o) Fixed an assert when a client sends invalid LIST options |
| 8 |
+ |
o) Fixed invalid memory stats of channel invites in "STATS z |
| 9 |
+ |
|
| 10 |
+ |
|
| 11 |
+ |
-- Noteworthy changes in version 8.2.17 (2016-04-21) |
| 12 |
+ |
o) Fixed core on "REHASH CONF" with 'general::whowas_history_length' |
| 13 |
+ |
set to 0 |
| 14 |
+ |
o) Fixed possible core on INVITE with 'channel::max_channels' set to 0 |
| 15 |
+ |
|
| 16 |
+ |
|
| 17 |
+ |
-- Noteworthy changes in version 8.2.16 (2016-03-20) |
| 18 |
+ |
o) Added 'general::whowas_history_length' configuration option which |
| 19 |
+ |
allows to define the maximum length of the WHOWAS nickname history |
| 20 |
+ |
o) Services are now allowed to override 'general::min_nonwildcard', |
| 21 |
+ |
and 'general::min_nonwildcard_simple' settings |
| 22 |
+ |
o) Minor updates to help files |
| 23 |
+ |
|
| 24 |
+ |
|
| 25 |
|
-- Noteworthy changes in version 8.2.15 (2016-02-24) |
| 26 |
|
o) Added proper support for Raspbian/ARM. Gracias to Beave/2600.net |
| 27 |
|
for providing a box for testing purposes. |