| 1 |
+ |
-- Noteworthy changes in version 8.2.1 (2014-??-??) |
| 2 |
+ |
o) Fixed bug where "/undline remote.server IP" did not work as expected |
| 3 |
+ |
|
| 4 |
+ |
|
| 5 |
+ |
-- Noteworthy changes in version 8.2.0 (2014-08-24) |
| 6 |
+ |
o) Successful operator logins are now announced globally via GLOBOPS |
| 7 |
+ |
o) Cleanups and improvements to the resolver code |
| 8 |
+ |
o) Cleanups and improvements to the poll() I/O event notification support |
| 9 |
+ |
o) A topic mask can now be specified within the /list options |
| 10 |
+ |
o) All users may now see channel modes in the /list reply |
| 11 |
+ |
o) Fixed bug where "NOTICE +#somechan" did allow bypassing resv{} channels, |
| 12 |
+ |
or channels that are set +c (no control codes) |
| 13 |
+ |
o) pseudo {} blocks also known as service aliases have been implemented. |
| 14 |
+ |
See doc/reference.conf for more information. |
| 15 |
+ |
o) Removed general::services_name configuration option. This is now no longer needed. |
| 16 |
+ |
|
| 17 |
+ |
|
| 18 |
+ |
-- Noteworthy changes in version 8.2.0rc2 (2014-08-03) |
| 19 |
+ |
o) Improved AWAY throttling to allow for better fine-tuning. See the |
| 20 |
+ |
newly added 'away_count' and 'away_time' configuration directives |
| 21 |
+ |
in the general {} block |
| 22 |
+ |
o) Support for the select() I/O event notification has been dropped |
| 23 |
+ |
o) Minor code cleanups and improvements |
| 24 |
+ |
|
| 25 |
+ |
|
| 26 |
+ |
-- Noteworthy changes in version 8.2.0rc1 (2014-07-20) |
| 27 |
+ |
o) Miscellaneous code cleanups and stabilization fixes |
| 28 |
+ |
o) ./configure now requires OpenSSL 0.9.8o or above in order |
| 29 |
+ |
to enable TLS/SSL support |
| 30 |
+ |
|
| 31 |
+ |
|
| 32 |
|
-- Noteworthy changes in version 8.2.0beta4 (2014-07-06) |
| 33 |
|
o) Channel halfops are now an integral part of ircd-hybrid |
| 34 |
|
and can't be disabled anymore |
| 35 |
|
o) Many code cleanups and improvements |
| 36 |
< |
o) Added flood control for the INVITE command. See channel{} block in reference.conf |
| 37 |
< |
o) Changed flood control logic for the KNOCK command. See channel{} block in reference.conf |
| 38 |
< |
o) /INVITE without any parameters now shows a list of channels a client is invited to |
| 36 |
> |
o) Added flood control for the INVITE command. See channel {} block in reference.conf |
| 37 |
> |
o) Changed flood control logic for the KNOCK command. See channel {} block in reference.conf |
| 38 |
> |
o) INVITE without any parameters now shows a list of channels a client is invited to |
| 39 |
|
o) The OPERWALL command has been removed. Use GLOBOPS instead |
| 40 |
< |
o) Added 'max_channels' to class{} blocks |
| 41 |
< |
o) Added 'throttle_count' configuration option to the general{} block |
| 42 |
< |
o) Added 'ssl_message_digest_algorithm' configuration option to serverinfo{} block. |
| 40 |
> |
o) Added 'max_channels' to class {} blocks |
| 41 |
> |
o) Added 'throttle_count' configuration option to the general {} block |
| 42 |
> |
o) Added 'ssl_message_digest_algorithm' configuration option to serverinfo {} block. |
| 43 |
|
See doc/reference.conf for more information. |
| 44 |
|
o) Added support for Elliptic Curve Diffie-Hellman (ECDH). Also an elliptic curve can be |
| 45 |
< |
specified via the serverinfo::ssl_dh_elliptic_curve configuration option |
| 46 |
< |
o) Removed ssl_server_method and ssl_client_method configuration options. |
| 45 |
> |
specified via the serverinfo::ssl_dh_elliptic_curve configuration option. |
| 46 |
> |
o) Removed 'ssl_server_method' and 'ssl_client_method' configuration options. |
| 47 |
|
ircd now only allows TLSv1, TLSv1.1 and TLSv1.2 protocols depending |
| 48 |
|
on the OpenSSL version. SSLv3 is no longer supported. |
| 49 |
|
|
| 72 |
|
o) Updated several help files |
| 73 |
|
|
| 74 |
|
|
| 75 |
+ |
-- Noteworthy changes in version 8.1.20 (2014-07-20) |
| 76 |
+ |
o) Fixed XLINE not working as expected |
| 77 |
+ |
o) Fixed build with LibreSSL which hasn't compression support |
| 78 |
+ |
o) Miscellaneous stabilization and cosmetical fixes |
| 79 |
+ |
o) EGD support has been dropped |
| 80 |
+ |
|
| 81 |
+ |
|
| 82 |
|
-- Noteworthy changes in version 8.1.19 (2014-07-05) |
| 83 |
|
o) Fixed EOB logic for remote servers |
| 84 |
|
o) Fixed bug where opers that have the +g/+G/+R umodes set won't receive server |
| 516 |
|
|
| 517 |
|
-------------------------------------------------------------------------------- |
| 518 |
|
|
| 481 |
– |
This is still BETA code. Run it at your own risk. By running this |
| 482 |
– |
code you assume FULL responsibility for any problems it may cause. |
| 483 |
– |
We do NOT recommend that you run BETA code on production IRC networks |
| 484 |
– |
such as EFnet. |
| 485 |
– |
|
| 519 |
|
BUG REPORTS: If you run this code and encounter problems, you must report |
| 520 |
|
the bug by EMAIL to bugs@ircd-hybrid.org |
| 521 |
|
Please include a gdb backtrace and a copy of your config.h and |