| 1 |
< |
-- Noteworthy changes in version 8.2.0beta4 (????-??-??) |
| 1 |
> |
-- Noteworthy changes in version 8.2.0beta5 (2014-??-??) |
| 2 |
> |
|
| 3 |
> |
|
| 4 |
> |
-- Noteworthy changes in version 8.2.0beta4 (2014-07-06) |
| 5 |
|
o) Channel halfops are now an integral part of ircd-hybrid |
| 6 |
|
and can't be disabled anymore |
| 7 |
|
o) Many code cleanups and improvements |
| 8 |
|
o) Added flood control for the INVITE command. See channel{} block in reference.conf |
| 9 |
|
o) Changed flood control logic for the KNOCK command. See channel{} block in reference.conf |
| 10 |
< |
o) /INVITE without any parameters now shows a list of channels a client is invited to |
| 10 |
> |
o) INVITE without any parameters now shows a list of channels a client is invited to |
| 11 |
|
o) The OPERWALL command has been removed. Use GLOBOPS instead |
| 12 |
|
o) Added 'max_channels' to class{} blocks |
| 13 |
|
o) Added 'throttle_count' configuration option to the general{} block |
| 14 |
+ |
o) Added 'ssl_message_digest_algorithm' configuration option to serverinfo{} block. |
| 15 |
+ |
See doc/reference.conf for more information. |
| 16 |
|
o) Added support for Elliptic Curve Diffie-Hellman (ECDH). Also an elliptic curve can be |
| 17 |
< |
specified via the serverinfo::ssl_dh_elliptic_curve configuration option |
| 18 |
< |
o) Removed ssl_server_method and ssl_client_method configuration options. |
| 17 |
> |
specified via the serverinfo::ssl_dh_elliptic_curve configuration option. |
| 18 |
> |
o) Removed 'ssl_server_method' and 'ssl_client_method' configuration options. |
| 19 |
|
ircd now only allows TLSv1, TLSv1.1 and TLSv1.2 protocols depending |
| 20 |
|
on the OpenSSL version. SSLv3 is no longer supported. |
| 21 |
|
|
| 44 |
|
o) Updated several help files |
| 45 |
|
|
| 46 |
|
|
| 47 |
+ |
-- Noteworthy changes in version 8.1.19 (2014-07-05) |
| 48 |
+ |
o) Fixed EOB logic for remote servers |
| 49 |
+ |
o) Fixed bug where opers that have the +g/+G/+R umodes set won't receive server |
| 50 |
+ |
notices for remote CONNECT/KLINE/DLINE/XLINE/RESV attempts |
| 51 |
+ |
o) Sending messages to user@server to local targets is now no longer possible, |
| 52 |
+ |
as this was an easy way to bypass +R/+G/+g user modes. |
| 53 |
+ |
o) Fixed splicode logic so SPLITNUM now works as expected |
| 54 |
+ |
o) Fixed UNDLINE not to require the IP address to be prepended with *@ |
| 55 |
+ |
|
| 56 |
+ |
|
| 57 |
|
-- Noteworthy changes in version 8.1.18 (2014-06-09) |
| 58 |
|
o) Fixed CAP issue for certain clients |
| 59 |
|
o) Fixed bug where "STATS p" would show an invalid amount of irc-operators |