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 2286 by michael, Tue Jun 18 19:23:54 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.x IRC-services, clients are now also able
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
# Line 191 | Line 299 | o) Removed general::use_whois_actually c
299     now enabled by default
300   o) Minor SQUIT handling fixes
301   o) Fixed bancache not being updated on CHGHOST/CHGIDENT
194 o) Fixed possible TBURST desynchronization with services
195 o) Fixed TBURST sending server's name to clients if it's a hidden server
302  
303  
304   -- ircd-hybrid-8rc1 Release Notes
# Line 279 | Line 385 | o) Overall code cleanup and speed improv
385  
386   --------------------------------------------------------------------------------
387  
282 This is still BETA code. Run it at your own risk. By running this
283 code you assume FULL responsibility for any problems it may cause.
284 We do NOT recommend that you run BETA code on production IRC networks
285 such as EFnet.
286
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)