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 2199 by michael, Tue Jun 4 18:38:21 2013 UTC vs.
Revision 3028 by michael, Tue Feb 25 10:49:10 2014 UTC

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