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 1861 by michael, Thu Apr 25 15:33:56 2013 UTC vs.
Revision 1937 by michael, Sat May 4 20:54:13 2013 UTC

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

Diff Legend

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