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 3868 by michael, Thu Jun 5 22:13:23 2014 UTC vs.
Revision 4217 by michael, Mon Jul 14 15:48:23 2014 UTC

# Line 1 | Line 1
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.
19 +   ircd now only allows TLSv1, TLSv1.1 and TLSv1.2 protocols depending
20 +   on the OpenSSL version. SSLv3 is no longer supported.
21  
22  
23   -- Noteworthy changes in version 8.2.0beta3 (2014-05-26)
# Line 27 | Line 39 | o) TS6 is now mandatory. ircd is no long
39     and below.
40   o) SVSJOIN and SVSPART has been added
41   o) Major code cleanups and refactoring. Improved overall performance
42 < o) /info now also reports MPATH and SPATH
42 > o) /INFO now also reports MPATH (path to main motd (Message of the Day) file)
43 >   and SPATH (Path to server executable)
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
60 +   in case there are any +H opers
61 + o) irc-operators may now no longer set a channel +O if they are only halfops (%)
62 + o) Channel halfops (%) may now no longer (de)halfop other channel members
63 + o) Channel halfops (%) may now no longer KICK other channel halfops
64 + o) Make sure general::stats_e_disabled gets reset via /rehash
65 + o) Fixed compile warnings; code cleanups
66 + o) Fixed bug where the configuration parser wouldn't truncate the network name
67 +   if general::network_name contains spaces
68 +
69 +
70 + -- Noteworthy changes in version 8.1.17 (2014-05-01)
71 + o) Fixed possible WATCH core
72 + o) Fixed bug where the configuration parser wouldn't take time units
73 +   into consideration for the join_flood_time and throttle_time
74 +   configuration options
75 + o) Minor /list optimization
76 +
77 +
78   -- Noteworthy changes in version 8.1.16 (2014-04-20)
79   o) Fixed undefined behaviour with crypt() returning NULL
80     since glibc2.17 in certain cases

Diff Legend

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