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

Comparing ircd-hybrid/trunk/NEWS (file contents):
Revision 2196 by michael, Tue Jun 4 18:30:12 2013 UTC vs.
Revision 2454 by michael, Wed Aug 14 16:08:16 2013 UTC

# Line 1 | Line 1
1 + -- ircd-hybrid-8.1.7 Release Notes
2 + o) Fixed issue with channel mode +n having no functionality at all
3 +
4 +
5 + -- ircd-hybrid-8.1.6 Release Notes
6 + o) Fixed possible core with empty motd files
7 +
8 +
9 + -- ircd-hybrid-8.1.5 Release Notes
10 + o) Fixed bug that would prevent servers from linking together
11 +   if connect::aftype isn't set
12 +
13 +
14 + -- ircd-hybrid-8.1.4 Release Notes
15 + o) Added 'xline' and 'resv' logging types. See doc/reference.conf
16 +   for more information
17 + o) Fixed bug where remote /STATS requests were not rate limited
18 + o) Fixed core with empty auth::spoof entries
19 + o) Increased oper/auth/connect password length limit from 20 to 128
20 + o) Minor fixes to nickflood control code
21 +
22 +
23 + -- ircd-hybrid-8.1.3 Release Notes
24 + o) Fixed possible core on "STATS z"
25 + o) Revised doc/reference.conf
26 + o) Fixed broken --disable-libgeoip switch
27 +
28 +
29 + -- ircd-hybrid-8.1.2 Release Notes
30 + o) Added general::cycle_on_host_change configuration option
31 + o) Added general::stats_u_oper_only configuration option
32 + o) Added support for SHA-256 ssl certificate fingerprint based operator{}
33 +   and connect{} blocks.
34 +   In conjunction with Anope 1.9.x IRC-services, clients are now also able
35 +   to automatically identify for their nick with ssl certificate
36 +   fingerprints
37 + o) Added operator::ssl_connection_required configuration option. See
38 +   doc/reference.conf for more information
39 + o) Added usermode +S (client is connected via SSL/TLS). Allows services
40 +   to keep track of what users are connected via SSL, and allows to see
41 +   ssl-status of remote clients in a /whois
42 + o) Fixed a server name leak with server hiding enabled. Reported by
43 +   Adam <adam@anope.org>
44 +
45 +
46   -- ircd-hybrid-8.1.1 Release Notes
47   ########################################################################
48   o) IMPORTANT: moved disable_remote_command configuration directive from
49 <   general{} block to serverhide{] block
49 >   general{} block to serverhide{} block
50   ########################################################################
51 + o) Minor code cleanups/performance improvements
52   o) Fixed bug where opers could see LOCOPS messages even if they don't have
53     the +l mode set
54   o) Fixed bug where non-SSL clients could join +S channels on non-SSL servers
9 o) "STATS T" shows configured MOTD files
55   o) Implemented motd{} configuration blocks. See doc/reference.conf for more
56     information
57 + o) "STATS T" shows configured MOTD files
58  
59  
60   -- ircd-hybrid-8.1.0 Release Notes
# Line 167 | Line 213 | o) Fixed TBURST sending server's name to
213  
214  
215   -- ircd-hybrid-8.0.0 Release Notes
170 o) Fixed possible TBURST desynchronization with services
171 o) Fixed TBURST sending server's name to clients if it's a hidden server
172
173 -- ircd-hybrid-8.0.0 Release Notes
216   o) Fixed an off-by-one with spoofs. Spoofs are now also checked for
217     invalid characters
218   o) Removed general::use_whois_actually configuration directive. This is
219     now enabled by default
220   o) Minor SQUIT handling fixes
221   o) Fixed bancache not being updated on CHGHOST/CHGIDENT
222 + o) Fixed possible TBURST desynchronization with services
223 + o) Fixed TBURST sending server's name to clients if it's a hidden server
224  
225  
226   -- ircd-hybrid-8rc1 Release Notes
# Line 263 | Line 307 | o) Overall code cleanup and speed improv
307  
308   --------------------------------------------------------------------------------
309  
266 This is still BETA code. Run it at your own risk. By running this
267 code you assume FULL responsibility for any problems it may cause.
268 We do NOT recommend that you run BETA code on production IRC networks
269 such as EFnet.
270
310   BUG REPORTS: If you run this code and encounter problems, you must report
311   the bug by EMAIL to bugs@ircd-hybrid.org
312   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)