| 1 |
< |
-- Noteworthy changes in version 8.2.6 (2015-??-??) |
| 2 |
< |
o) INFO now also shows configured values of 'max_watch' and 'stats_m_oper_only' |
| 1 |
> |
-- Noteworthy changes in version 8.2.9 (2015-??-??) |
| 2 |
> |
o) Added 'xline_exempt' to auth {} block flags |
| 3 |
> |
o) serverinfo::sid is now optional. A unique SID is now automatically |
| 4 |
> |
generated based on the server's name and description |
| 5 |
> |
o) Various fixes to the mkpasswd tool |
| 6 |
> |
o) If supported by the compiler, ircd-hybrid now compiles with |
| 7 |
> |
-fstack-protector-strong instead of -fstack-protector |
| 8 |
> |
o) Services can now add SQLINEs/RESVs that have wildcards in it |
| 9 |
> |
o) Channel name RESVs are now sanity checked for too broad masks |
| 10 |
> |
o) class::connectfreq now works properly with values lower than 300 seconds |
| 11 |
> |
|
| 12 |
> |
|
| 13 |
> |
-- Noteworthy changes in version 8.2.8 (2015-05-10) |
| 14 |
> |
o) ircd now rejects remote k-line requests for user@host mask that don't |
| 15 |
> |
have at least general::min_nonwildcard non-wildcard characters in it |
| 16 |
> |
o) Configuration related server notices are now sent to admins only as |
| 17 |
> |
they potentially could leak passwords and other sensitive data to irc |
| 18 |
> |
operators that don't have administrator privileges |
| 19 |
> |
o) The GLINE/GUNGLINE commands have been removed. KLINE in conjunction |
| 20 |
> |
with cluster {} and/or shared {} blocks is now the recommended |
| 21 |
> |
way to add global user@host mask based server bans |
| 22 |
> |
o) Added dline_min_cidr, dline_min_cidr6, kline_min_cidr, and kline_min_cidr6 |
| 23 |
> |
configuration options to the general {} block |
| 24 |
> |
o) Fixed bug where a REHASH would clear all X-Lines and RESVs that have |
| 25 |
> |
been set with the XLINE/RESV commands |
| 26 |
> |
o) Fixed broken temporary remote XLINEs |
| 27 |
> |
o) The general::havent_read_conf configuration directive has been removed |
| 28 |
> |
o) Various code cleanups |
| 29 |
> |
|
| 30 |
> |
|
| 31 |
> |
-- Noteworthy changes in version 8.2.7 (2015-04-05) |
| 32 |
> |
o) Fixed a potential buffer overflow with the BMASK inter-server command |
| 33 |
> |
o) Fixed undefined behavior in the HELP command module which could |
| 34 |
> |
lead to stack corruption |
| 35 |
> |
o) Removed useless help files for inter-server commands |
| 36 |
> |
|
| 37 |
> |
|
| 38 |
> |
-- Noteworthy changes in version 8.2.6 (2015-03-29) |
| 39 |
> |
o) INFO now shows configured values of 'max_watch' and 'stats_m_oper_only' |
| 40 |
|
o) WHOWAS now shows IP addresses to irc operators |
| 41 |
+ |
o) Fixed bug that would allow remote clients to bypass the hard |
| 42 |
+ |
limit of max WHOWAS entries to be returned |
| 43 |
+ |
o) Code cleanups and performance improvements |
| 44 |
|
|
| 45 |
|
|
| 46 |
|
-- Noteworthy changes in version 8.2.5 (2015-02-24) |