ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/RELNOTES
Revision: 312
Committed: Sun Dec 11 23:21:22 2005 UTC (20 years, 8 months ago) by lusky
File size: 3723 byte(s)
Log Message:
test commit (hi adx!)


File Contents

# User Rev Content
1 lusky 312
2 adx 200 -- ircd-hybrid-7.3beta1 RELNOTES
3 adx 266 o) Brand new modular conf system. Various possible frontends
4     (e.g. traditional ircd.conf, 7.x ircd.conf, MySQL etc.).
5     o) Support for *.dll modules on win32.
6     o) WATCH command is now implemented.
7 adx 200
8    
9 adx 266 -- ircd-hybrid-7.2 RELNOTES
10 adx 30 o) Fixed broken operwall = yes;
11 michael 55 o) Added 'umode' directive to oper{}. List of modes to get on /OPER.
12 adx 200 o) Fixed a WHOIS bug
13     o) Fixed bug where we would increase Count.invisi even
14     if invisible_on_connect is turned off
15     o) Removed invite_ops_only, controlled by paranoid (+p) now
16 adx 270 o) Better DDoS protection
17 lusky 84
18 adx 30
19     -- ircd-hybrid-7.2rc1 RELNOTES
20 lusky 80 o) ircd can now dynamically change all its client/fd limits at runtime
21 adx 30 o) Added epoll as the primary I/O engine under Linux
22     o) Local channels will not show up in remote /WHOIS
23     o) Added hidden_name which allows customized hidden server names
24     o) Added restrict_channels to define a static channel set
25     o) Added --disable-gline-voting to disable G-Line votes
26     for small networks or people who don't want it.
27     o) Allow accumulating more ip= entries in an exempt{} block
28     o) Various improvements and bugfixes
29     o) Make win32 build usable
30     o) Fixed ban caching bug
31     o) Cosmetical fixes to TIME
32     o) Get "KLINE nick" to work with clients that have a spoof
33     o) Fixed RESV/XLINE bug in conjunction with names that include escaped
34     characters such as \*, \?, \#.
35    
36    
37     -- ircd-hybrid-7.2beta1 RELNOTES
38     o) Usermode +G, like +g, but allow messaging from people on common channels
39     o) Usermode +D - "deaf", don't receive channel messages
40     o) RXLINE and RKLINE - commands for setting regexp K/X lines
41     o) Join flood is now detected and reported to +b opers
42     o) Re-added REJECT_HOLD - lock clients for a while before throwing away
43     o) ping_warning, a class{} option to notify opers before "Ping timeout"
44     o) New hooking system, modularised: usermodes, iauth, message filtering etc.
45     o) Network I/O speedups
46     o) Various cleanups and bugfixes
47     o) Support for client SSL
48     o) Support for services (contrib/m_services.c)
49     o) IP cloaking module (contrib/ip_cloaking.c)
50     o) Native win32 build
51    
52     --------------------------------------------------------------------------------
53    
54 lusky 311 This is a beta version of ircd-hybrid-7.3.
55 adx 30
56     NOTE: This is still BETA code. Run it at your own risk. By running this
57     code you assume FULL responsibility for any problems it may cause. We do
58     NOT recommend that you run BETA code on production IRC networks such
59     as EFnet.
60    
61     BUGS: Major bugs in this release are listed in BUGS
62    
63     BUG REPORTS: If you run this code and encounter problems, you must report
64     the bug in one of the following ways:
65     a) By EMAIL to bugs@ircd-hybrid.org.
66     b) On http://forum.ircd-hybrid.org/
67     Please include a gdb backtrace and a copy of your setup.h, defaults.h, and
68     ircd.conf with any report (with passwords and other sensitive
69     information masked).
70    
71     DISCUSSION: There is a mailing list for discussion of hybrid issues,
72     including betas. To subscribe, use this link:
73     https://lists.ircd-hybrid.org/mailman/listinfo/hybrid
74     This is the proper place to discuss new features, bugs, etc. Posting here
75     is much more likely to get something done than ranting on #TZ.
76     You can also use Hybrid forums at http://forum.ircd-hybrid.org/
77    
78     TESTING: This code is under active development, and a lot changes from beta
79     to beta. As the user of this code, we request that you help us test things
80     which have changed recently, and which would benefeit from being tested
81     much as possible.
82    
83    
84     Questions/comments directed to bugs@ircd-hybrid.org
85    
86     Please read doc/whats-new.txt for information about what is in this release
87    
88     Other files recommended for reading: BUGS, README.FIRST, INSTALL
89    
90     --------------------------------------------------------------------------------
91 knight 31 $Id$

Properties

Name Value
svn:eol-style native
svn:keywords Id Revision