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 1828 by michael, Mon Apr 15 09:49:29 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
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
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
61 + o) Minor code cleanups/performance improvements
62 +
63 +
64 + -- ircd-hybrid-8.1.0rc1 Release Notes
65 + o) Fixed broken spoofs
66 +
67 +
68 + -- ircd-hybrid-8.1.0beta5 Release Notes
69 + o) Removed 'remote', and 'global_kill' oper flags, and added 'connect',
70 +   'squit', and 'kill' flags for better fine-tuning instead. Whether or
71 +   not a specific action is allowed on a remote server can be controlled
72 +   by appending the ':remote' flag. For example: 'kill' allows only local
73 +   clients to be killed, whereas 'kill:remote' allows to issue a KILL for
74 +   remote clients
75 + o) Added 'locops' and 'wallops' to irc-operator flags
76 + o) Improve/cleanup HELP system
77 +
78 +
79 + -- ircd-hybrid-8.1.0beta4 Release Notes
80 + o) Implemented channel mode +M. Clients that haven't identified their
81 +   name with NickServ may not speak in a channel that has this mode set
82 + o) Fixed weird idletimes shown in /trace
83 + o) Added 'nononreg' (+R) to general::oper_umodes
84 + o) Added user mode +F (can see remote client connect/exit notices)
85 +
86 +
87 + -- ircd-hybrid-8.1.0beta3 Release Notes
88 + o) PCRE support has been dropped
89 + o) "STATS o" now shows how many times an oper{} block has been used.
90 +   Similar to STATS x|q"
91 + o) Implemented channel mode +c. Known from other ircds, this mode basically
92 +   prevents users from sending messages including control codes to a channel
93 +   that has this mode set
94 + o) Fixed bug where bans were not checked against non-channel members when
95 +   sending messages to a channel
96 + o) Removed channel::quiet_on_ban configuration option. This feature is
97 +   now enabled by default
98 +
99 +
100 + -- ircd-hybrid-8.1.0beta2 Release Notes
101 + o) Fixed broken compile with libGeoIP disabled
102 + o) Code cleanups; working towards stabilization and improved performance
103 + o) Removed operflag 'nick_changes'. Operators can now set +n at will
104 + o) Fixed shared{} blocks not working as expected
105 + o) Fixed spoofs not working as expected
106 +
107 +
108   -- ircd-hybrid-8.1.0beta1 Release Notes
109 + ########################################################################
110 + o) IMPORTANT: name/channel entries can't be stacked any longer within
111 +   a single resv{} block. Each entry now requires its own resv{} block.
112 +   Read doc/reference.conf for more details
113 + #######################################################################
114 + o) Added resv::exempt configuration option. Exempt can be either a
115 +   ISO 3166 alpha-2 two letter country code, or a nick!user@host mask.
116 +   CIDR is supported
117 + o) Removed channel::restrict_channels configuration option
118 + o) Preliminary libGeoIP support. Currently only used for exempt entries
119 +   in resv{} blocks
120   o) Improved WEBIRC authentication; added 'webirc' to auth::flags.
121     A "webirc." spoof is now no longer required
122   o) Implemented new memory pool allocator which basically is based upon Tor's
# Line 7 | Line 125 | o) Major code cleanups
125   o) Implemented new binary database storage for X-,D-,K-,G-Lines and RESVs.
126     Temporary bans are now stored as well and will persist after a reboot
127   o) Channel based resv{} blocks may now contain wildcards
128 + o) NICK/JOIN now shows the actual reason of reserved nick-/channelnames
129 + o) contrib/ and its content has been removed from the tree
130 + o) Added serverhide::hide_services configuration option
131 + o) Added 'nononreg' (+R) to oper::umodes and general::oper_only_modes
132 + o) Added support for "away-notify" client capability
133 +
134 +
135 + -- ircd-hybrid-8.0.9 Release Notes
136 + o) Fixed bug where ircd would sometimes drop a services link because
137 +   of a missing argument to the SVSMODE command
138 + o) Fixed weird idletimes shown in /trace
139 +
140 +
141 + -- ircd-hybrid-8.0.8 Release Notes
142 + o) "STATS s" now shows configured services{} blocks as well
143 + o) Fixed compile warnings, minor code cleanups and optimizations
144 + o) Increased nickname history length to 32768
145 + o) Unidentified/unregistered nicks may not speak in +R channels
146  
147  
148   -- ircd-hybrid-8.0.7 Release Notes
# Line 77 | Line 213 | o) Fixed TBURST sending server's name to
213  
214  
215   -- ircd-hybrid-8.0.0 Release Notes
80 o) Fixed possible TBURST desynchronization with services
81 o) Fixed TBURST sending server's name to clients if it's a hidden server
82
83 -- 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 173 | Line 307 | o) Overall code cleanup and speed improv
307  
308   --------------------------------------------------------------------------------
309  
176 BUGS: Major bugs in this release are listed in BUGS
177
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
# Line 182 | Line 314 | BUG REPORTS: If you run this code and en
314   information masked).
315  
316   DISCUSSION: There is a mailing list for discussion of hybrid issues,
317 < including betas.  To subscribe, use this link:
317 > including betas. To subscribe, use this link:
318      https://lists.ircd-hybrid.org/mailman/listinfo/hybrid
319 < This is the proper place to discuss new features, bugs, etc.  Posting here
188 < is much more likely to get something done than ranting on #TZ.
319 > This is the proper place to discuss new features, bugs, etc.
320  
321   Questions/comments directed to bugs@ircd-hybrid.org
322  
323 < Other files recommended for reading: BUGS, README, INSTALL
323 > Other files recommended for reading: README, INSTALL
324  
325   --------------------------------------------------------------------------------
326   $Id$

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)