| 1 |
< |
-- Noteworthy changes in version 8.2.8 (2015-??-??) |
| 2 |
< |
o) ircd now reject remote k-line requests for user@host mask that don't |
| 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 |
| 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) |