ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/NEWS
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/NEWS (file contents):
Revision 4477 by michael, Thu Aug 14 15:52:56 2014 UTC vs.
Revision 4654 by michael, Mon Sep 22 15:48:15 2014 UTC

# Line 1 | Line 1
1 < -- Noteworthy changes in version 8.2.0 (2014-??-??)
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
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  
# Line 20 | Line 33 | o) ./configure now requires OpenSSL 0.9.
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
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.
# Line 503 | Line 516 | o) Overall code cleanup and speed improv
516  
517   --------------------------------------------------------------------------------
518  
506 This is still BETA code. Run it at your own risk. By running this
507 code you assume FULL responsibility for any problems it may cause.
508 We do NOT recommend that you run BETA code on production IRC networks
509 such as EFnet.
510
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

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)