| 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 |
+ |
|
| 7 |
+ |
-- Noteworthy changes in version 8.2.19 (2016-08-21) |
| 8 |
+ |
o) Fixed a possible server name leak in "WHO" with server hiding enabled |
| 9 |
+ |
o) "WHO" now allows opers to search by IP address |
| 10 |
+ |
o) Admins no longer can see IP addresses in "STATS P" with |
| 11 |
+ |
'serverhide::hide_server_ips' enabled |
| 12 |
+ |
o) User mode 'n' now shows nick name changes from remote clients, too |
| 13 |
+ |
|
| 14 |
+ |
|
| 15 |
+ |
-- Noteworthy changes in version 8.2.18 (2016-06-22) |
| 16 |
+ |
o) Fixed an assert when a client sends invalid LIST options |
| 17 |
+ |
o) Fixed invalid memory stats of channel invites in "STATS z" |
| 18 |
+ |
|
| 19 |
+ |
|
| 20 |
+ |
-- Noteworthy changes in version 8.2.17 (2016-04-21) |
| 21 |
+ |
o) Fixed core on "REHASH CONF" with 'general::whowas_history_length' |
| 22 |
+ |
set to 0 |
| 23 |
+ |
o) Fixed possible core on "INVITE" with 'channel::max_channels' set to 0 |
| 24 |
+ |
|
| 25 |
+ |
|
| 26 |
+ |
-- Noteworthy changes in version 8.2.16 (2016-03-20) |
| 27 |
+ |
o) Added 'general::whowas_history_length' configuration option which |
| 28 |
+ |
allows to define the maximum length of the WHOWAS nickname history |
| 29 |
+ |
o) Services are now allowed to override 'general::min_nonwildcard', |
| 30 |
+ |
and 'general::min_nonwildcard_simple' settings |
| 31 |
+ |
o) Minor updates to help files |
| 32 |
+ |
|
| 33 |
+ |
|
| 34 |
|
-- Noteworthy changes in version 8.2.15 (2016-02-24) |
| 35 |
|
o) Added proper support for Raspbian/ARM. Gracias to Beave/2600.net |
| 36 |
|
for providing a box for testing purposes. |