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 2498 by michael, Fri Oct 25 20:25:11 2013 UTC

# Line 1 | Line 1
1 + -- ircd-hybrid-8.1.8 Release Notes
2 + o) Fixed bug that would lead to a desynchronized nick database
3 +   throughout the entire network if using services enforced
4 +   nick names (SVSNICK)
5 + o) Cleaned up/modernized build system
6 + o) Add -fstack-protector to CFLAGS if available. Basically checks for
7 +   buffer overflows/stack-smashing attacks
8 + o) When using anope 1.9 services, /WHOIS now shows the account name
9 +   of a registered/identified client (numeric 330)
10 + o) Administrators can now see +s channels in /LIST
11 +
12 +
13 + -- ircd-hybrid-8.1.7 Release Notes
14 + o) Fixed issue with channel mode +n having no functionality at all
15 + o) Fixed SSL certificate fingerprint validation for outgoing server connects
16 + o) Updated several documentation files
17 +
18 +
19 + -- ircd-hybrid-8.1.6 Release Notes
20 + o) Fixed possible core with empty motd files
21 +
22 +
23 + -- ircd-hybrid-8.1.5 Release Notes
24 + o) Fixed bug that would prevent servers from linking together
25 +   if connect::aftype isn't set
26 +
27 +
28 + -- ircd-hybrid-8.1.4 Release Notes
29 + o) Added 'xline' and 'resv' logging types. See doc/reference.conf
30 +   for more information
31 + o) Fixed bug where remote /STATS requests were not rate limited
32 + o) Fixed core with empty auth::spoof entries
33 + o) Increased oper/auth/connect password length limit from 20 to 128
34 + o) Minor fixes to nickflood control code
35 +
36 +
37 + -- ircd-hybrid-8.1.3 Release Notes
38 + o) Fixed possible core on "STATS z"
39 + o) Revised doc/reference.conf
40 + o) Fixed broken --disable-libgeoip switch
41 +
42 +
43 + -- ircd-hybrid-8.1.2 Release Notes
44 + o) Added general::cycle_on_host_change configuration option
45 + o) Added general::stats_u_oper_only configuration option
46 + o) Added support for SHA-256 ssl certificate fingerprint based operator{}
47 +   and connect{} blocks.
48 +   In conjunction with Anope 1.9.x IRC-services, clients are now also able
49 +   to automatically identify for their nick with ssl certificate
50 +   fingerprints
51 + o) Added operator::ssl_connection_required configuration option. See
52 +   doc/reference.conf for more information
53 + o) Added usermode +S (client is connected via SSL/TLS). Allows services
54 +   to keep track of what users are connected via SSL, and allows to see
55 +   ssl-status of remote clients in a /whois
56 + o) Fixed a server name leak with server hiding enabled. Reported by
57 +   Adam <adam@anope.org>
58 +
59 +
60   -- ircd-hybrid-8.1.1 Release Notes
61   ########################################################################
62   o) IMPORTANT: moved disable_remote_command configuration directive from
63 <   general{} block to serverhide{] block
63 >   general{} block to serverhide{} block
64   ########################################################################
65 + o) Minor code cleanups/performance improvements
66   o) Fixed bug where opers could see LOCOPS messages even if they don't have
67     the +l mode set
68   o) Fixed bug where non-SSL clients could join +S channels on non-SSL servers
9 o) "STATS T" shows configured MOTD files
69   o) Implemented motd{} configuration blocks. See doc/reference.conf for more
70     information
71 + o) "STATS T" shows configured MOTD files
72  
73  
74   -- ircd-hybrid-8.1.0 Release Notes
# Line 167 | Line 227 | o) Fixed TBURST sending server's name to
227  
228  
229   -- 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
230   o) Fixed an off-by-one with spoofs. Spoofs are now also checked for
231     invalid characters
232   o) Removed general::use_whois_actually configuration directive. This is
233     now enabled by default
234   o) Minor SQUIT handling fixes
235   o) Fixed bancache not being updated on CHGHOST/CHGIDENT
236 + o) Fixed possible TBURST desynchronization with services
237 + o) Fixed TBURST sending server's name to clients if it's a hidden server
238  
239  
240   -- ircd-hybrid-8rc1 Release Notes
# Line 263 | Line 321 | o) Overall code cleanup and speed improv
321  
322   --------------------------------------------------------------------------------
323  
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
324   BUG REPORTS: If you run this code and encounter problems, you must report
325   the bug by EMAIL to bugs@ircd-hybrid.org
326   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)