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 2794 by michael, Thu Jan 9 17:38:54 2014 UTC

# Line 1 | Line 1
1 + -- ircd-hybrid-8.1.13 Release Notes
2 + o) Fixed EOB not working for remote servers (resulted in fake
3 +   direction notices)
4 + o) Fixed remote client connection notices for servers that are
5 +   more than one hop away
6 + o) Fixed bug where ircd didn't timeout SSL connections that
7 +   haven't finished the SSL handshake
8 + o) Fixed several bugs with server hiding
9 + o) Updated/fixed help files
10 + o) WHOIS no longer sends a notice to +y operators
11 +
12 +
13 + -- ircd-hybrid-8.1.12 Release Notes
14 + o) RPL_WHOISMODES now uses the 379 numeric
15 + o) Serial number is now shown on start up
16 + o) Fixed possible channel mode desynch with services
17 + o) Fixed TS 6 support with LOCOPS
18 + o) Minor code cleanups
19 + o) Fixed file descriptor leak with empty help files
20 + o) Fixed issue with WEBIRC where hostnames were
21 +   not validated
22 +
23 +
24 + -- ircd-hybrid-8.1.11 Release Notes
25 + o) Administrators may now see channel modes in /LIST
26 + o) Fixed compile error on BSD systems when building with kqueue()
27 +
28 +
29 + -- ircd-hybrid-8.1.10 Release Notes
30 + o) Fixed bug with kqueue() where it occasionally dropped updates
31 + o) Changed WHOIS to show a client's certificate fingerprint
32 +   to administrators only
33 + o) The WHO reply now shows whether or not a nickname has
34 +   been registered with NickServ. ('r' status flag)
35 + o) Fixed some flaws with server hiding
36 + o) Fixed bug where "STATS P" would leak ip addresses to remotely connected
37 +   administrators, even if serverhide::hide_server_ips was set to 'yes'
38 + o) Services coders: added SVSKILL
39 +
40 +
41 + -- ircd-hybrid-8.1.9 Release Notes
42 + o) Added usermode +W. Users connected via a webirc gateway get this
43 +   mode set by servers.
44 + o) /WHOIS now shows if a client is connected via a webirc
45 +   gateway
46 + o) Administrators may now see +s channels a user is in with /WHOIS.
47 +   Secret channels are prepended with a tilde in the /WHOIS
48 +   reply.
49 + o) Administrators are now able to see all the user modes a user has
50 +   set via /whois
51 +
52 +
53 + -- ircd-hybrid-8.1.8 Release Notes
54 + o) Fixed bug that would lead to a desynchronized nick database
55 +   throughout the entire network if using services enforced
56 +   nick names (SVSNICK)
57 + o) Cleaned up/modernized build system
58 + o) Add -fstack-protector to CFLAGS if available. Basically checks for
59 +   buffer overflows/stack-smashing attacks
60 + o) When using anope 1.9/2.0 services, /WHOIS now shows the account name
61 +   of a registered/identified client (numeric 330)
62 + o) Administrators can now see +s channels in /LIST
63 +
64 +
65 + -- ircd-hybrid-8.1.7 Release Notes
66 + o) Fixed issue with channel mode +n having no functionality at all
67 + o) Fixed SSL certificate fingerprint validation for outgoing server connects
68 + o) Updated several documentation files
69 +
70 +
71 + -- ircd-hybrid-8.1.6 Release Notes
72 + o) Fixed possible core with empty motd files
73 +
74 +
75 + -- ircd-hybrid-8.1.5 Release Notes
76 + o) Fixed bug that would prevent servers from linking together
77 +   if connect::aftype isn't set
78 +
79 +
80 + -- ircd-hybrid-8.1.4 Release Notes
81 + o) Added 'xline' and 'resv' logging types. See doc/reference.conf
82 +   for more information
83 + o) Fixed bug where remote /STATS requests were not rate limited
84 + o) Fixed core with empty auth::spoof entries
85 + o) Increased oper/auth/connect password length limit from 20 to 128
86 + o) Minor fixes to nickflood control code
87 +
88 +
89 + -- ircd-hybrid-8.1.3 Release Notes
90 + o) Fixed possible core on "STATS z"
91 + o) Revised doc/reference.conf
92 + o) Fixed broken --disable-libgeoip switch
93 +
94 +
95 + -- ircd-hybrid-8.1.2 Release Notes
96 + o) Added general::cycle_on_host_change configuration option
97 + o) Added general::stats_u_oper_only configuration option
98 + o) Added support for SHA-256 ssl certificate fingerprint based operator{}
99 +   and connect{} blocks.
100 +   In conjunction with Anope 1.9/2.0 IRC-services, clients are now also able
101 +   to automatically identify for their nick with ssl certificate
102 +   fingerprints
103 + o) Added operator::ssl_connection_required configuration option. See
104 +   doc/reference.conf for more information
105 + o) Added usermode +S (client is connected via SSL/TLS). Allows services
106 +   to keep track of what users are connected via SSL, and allows to see
107 +   ssl-status of remote clients in a /whois
108 + o) Fixed a server name leak with server hiding enabled. Reported by
109 +   Adam <adam@anope.org>
110 +
111 +
112   -- ircd-hybrid-8.1.1 Release Notes
113   ########################################################################
114   o) IMPORTANT: moved disable_remote_command configuration directive from
115 <   general{} block to serverhide{] block
115 >   general{} block to serverhide{} block
116   ########################################################################
117 + o) Minor code cleanups/performance improvements
118   o) Fixed bug where opers could see LOCOPS messages even if they don't have
119     the +l mode set
120   o) Fixed bug where non-SSL clients could join +S channels on non-SSL servers
9 o) "STATS T" shows configured MOTD files
121   o) Implemented motd{} configuration blocks. See doc/reference.conf for more
122     information
123 + o) "STATS T" shows configured MOTD files
124  
125  
126   -- ircd-hybrid-8.1.0 Release Notes
# Line 167 | Line 279 | o) Fixed TBURST sending server's name to
279  
280  
281   -- 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
282   o) Fixed an off-by-one with spoofs. Spoofs are now also checked for
283     invalid characters
284   o) Removed general::use_whois_actually configuration directive. This is
# Line 263 | Line 371 | o) Overall code cleanup and speed improv
371  
372   --------------------------------------------------------------------------------
373  
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
374   BUG REPORTS: If you run this code and encounter problems, you must report
375   the bug by EMAIL to bugs@ircd-hybrid.org
376   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)