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 2012 by michael, Sun May 12 14:47:26 2013 UTC

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

Diff Legend

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