ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/NEWS
(Generate patch)

Comparing ircd-hybrid/trunk/NEWS (file contents):
Revision 1828 by michael, Mon Apr 15 09:49:29 2013 UTC vs.
Revision 1955 by michael, Mon May 6 18:55:12 2013 UTC

# Line 1 | Line 1
1 + -- ircd-hybrid-8.1.0beta4 Release Notes
2 + o) Implemented channel mode +M. Clients that haven't identified their
3 +   name with NickServ may not speak in a channel that has this mode set
4 +
5 +
6 + -- ircd-hybrid-8.1.0beta3 Release Notes
7 + o) PCRE support has been dropped
8 + o) "STATS o" now shows how many times an oper{} block has been used.
9 +   Similar to STATS x|q"
10 + o) Implemented channel mode +c. Known from other ircds, this mode basically
11 +   prevents users from sending messages including control codes to a channel
12 +   that has this mode set
13 + o) Fixed bug where bans were not checked against non-channel members when
14 +   sending messages to a channel
15 + o) Removed channel::quiet_on_ban configuration option. This feature is
16 +   now enabled by default
17 +
18 +
19 + -- ircd-hybrid-8.1.0beta2 Release Notes
20 + o) Fixed broken compile with libGeoIP disabled
21 + o) Code cleanups; working towards stabilization and improved performance
22 + o) Changed RPL_WELCOME to comply with rfc2812
23 + o) Removed operflag 'nick_changes'. Operators can now set +n at will
24 + o) Fixed shared{} blocks not working as expected
25 + o) Fixed spoofs not working as expected
26 +
27 +
28   -- ircd-hybrid-8.1.0beta1 Release Notes
29 + ########################################################################
30 + o) IMPORTANT: name/channel entries can't be stacked any longer within
31 +   a single resv{} block. Each entry now requires its own resv{} block.
32 +   Read doc/reference.conf for more details
33 + #######################################################################
34 + o) Added resv::exempt configuration option. Exempt can be either a
35 +   ISO 3166 alpha-2 two letter country code, or a nick!user@host mask.
36 +   CIDR is supported
37 + o) Removed channel::restrict_channels configuration option
38 + o) Preliminary libGeoIP support. Currently only used for exempt entries
39 +   in resv{} blocks
40   o) Improved WEBIRC authentication; added 'webirc' to auth::flags.
41     A "webirc." spoof is now no longer required
42   o) Implemented new memory pool allocator which basically is based upon Tor's
# Line 7 | Line 45 | o) Major code cleanups
45   o) Implemented new binary database storage for X-,D-,K-,G-Lines and RESVs.
46     Temporary bans are now stored as well and will persist after a reboot
47   o) Channel based resv{} blocks may now contain wildcards
48 + o) NICK/JOIN now shows the actual reason of reserved nick-/channelnames
49 + o) contrib/ and its content has been removed from the tree
50 + o) Added serverhide::hide_services configuration option
51 + o) Added 'nononreg' (+R) to oper::umodes and general::oper_only_modes
52 + o) Added support for "away-notify" client capability
53 +
54 +
55 + -- ircd-hybrid-8.0.8 Release Notes
56 + o) "STATS s" now shows configured services{} blocks as well
57 + o) Fixed compile warnings, minor code cleanups and optimizations
58 + o) Increased nickname history length to 32768
59 + o) Unidentified/unregistered nicks may not speak in +R channels
60  
61  
62   -- ircd-hybrid-8.0.7 Release Notes
# Line 173 | Line 223 | o) Overall code cleanup and speed improv
223  
224   --------------------------------------------------------------------------------
225  
226 < BUGS: Major bugs in this release are listed in BUGS
226 > This is still BETA code. Run it at your own risk. By running this
227 > code you assume FULL responsibility for any problems it may cause.
228 > We do NOT recommend that you run BETA code on production IRC networks
229 > such as EFnet.
230  
231   BUG REPORTS: If you run this code and encounter problems, you must report
232   the bug by EMAIL to bugs@ircd-hybrid.org
# Line 182 | Line 235 | BUG REPORTS: If you run this code and en
235   information masked).
236  
237   DISCUSSION: There is a mailing list for discussion of hybrid issues,
238 < including betas.  To subscribe, use this link:
238 > including betas. To subscribe, use this link:
239      https://lists.ircd-hybrid.org/mailman/listinfo/hybrid
240 < 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.
240 > This is the proper place to discuss new features, bugs, etc.
241  
242   Questions/comments directed to bugs@ircd-hybrid.org
243  
244 < Other files recommended for reading: BUGS, README, INSTALL
244 > Other files recommended for reading: README, INSTALL
245  
246   --------------------------------------------------------------------------------
247   $Id$

Diff Legend

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