ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/RELNOTES
Revision: 548
Committed: Thu Apr 20 07:26:01 2006 UTC (17 years, 11 months ago) by michael
File size: 4020 byte(s)
Log Message:
- Updated RELNOTES and example.efnet.conf

File Contents

# Content
1 -- ircd-hybrid-7.2.2 RELNOTES
2 o) Fixed broken FORCEJOIN
3 o) Added missing documentation for connect::vhost
4
5
6 -- ircd-hybrid-7.2.1 RELNOTES
7 o) Fixed build on SRV4
8 o) Fixed problem where ircd would disconnect all SSL connections
9 o) Added initial CAP support. Additional documentation can be found
10 in doc/technical
11 o) Speeded up command parsing
12 o) Fixed occasional core dump on UN*LINE
13 o) Fixed bug where particular clients would always receive
14 "Load is temporarily too heavy" message
15 o) Improved memory consumption, i.e. memory consumption has
16 been reduced for remote clients
17 o) Fixed possible core in case default_cipher_preference directive isn't set
18 o) Fixed "CHANSERV INVITE" bug with anope services
19 o) Updated example configuration files to reflect new topicburst flags
20 directive in connect{} blocks
21 o) Fixed core if using the operator{} 'umodes' directive
22 o) Don't allow shared k-lines to be set without a valid reason
23 o) Improved channel ban match processing. This also fixes CIDR bans
24
25
26 -- ircd-hybrid-7.2.0 RELNOTES
27 o) Fixed broken operwall = yes;
28 o) Added 'umode' directive to oper{}. List of modes to get on /OPER.
29 o) Fixed a WHOIS bug
30 o) Fixed bug where we would increase Count.invisi even
31 if invisible_on_connect is turned off
32 o) Removed invite_ops_only, controlled by paranoid (+p) now
33 o) Better DDoS protection
34 o) Fixed va_list bug on amd64
35 o) Fixed /dev/poll
36
37
38 -- ircd-hybrid-7.2rc1 RELNOTES
39 o) ircd can dynamically change all its client/fd limits at runtime
40 o) Added epoll as the primary I/O engine under Linux
41 o) Local channels will not show up in remote /WHOIS
42 o) Added hidden_name which allows customized hidden server names
43 o) Added restrict_channels to define a static channel set
44 o) Added --disable-gline-voting to disable G-Line votes
45 for small networks or people who don't want it.
46 o) Allow accumulating more ip= entries in an exempt{} block
47 o) Various improvements and bugfixes
48 o) Make win32 build usable
49 o) Fixed ban caching bug
50 o) Cosmetical fixes to TIME
51 o) Get "KLINE nick" to work with clients that have a spoof
52 o) Fixed RESV/XLINE bug in conjunction with names that include escaped
53 characters such as \*, \?, \#.
54
55
56 -- ircd-hybrid-7.2beta1 RELNOTES
57 o) Usermode +G, like +g, but allow messaging from people on common channels
58 o) Usermode +D - "deaf", don't receive channel messages
59 o) RXLINE and RKLINE - commands for setting regexp K/X lines
60 o) Join flood is now detected and reported to +b opers
61 o) Re-added REJECT_HOLD - lock clients for a while before throwing away
62 o) ping_warning, a class{} option to notify opers before "Ping timeout"
63 o) New hooking system, modularised: usermodes, iauth, message filtering etc.
64 o) Network I/O speedups
65 o) Various cleanups and bugfixes
66 o) Support for client SSL
67 o) Support for services (contrib/m_services.c)
68 o) IP cloaking module (contrib/ip_cloaking.c)
69 o) Native win32 build
70
71 --------------------------------------------------------------------------------
72
73 BUGS: Major bugs in this release are listed in BUGS
74
75 BUG REPORTS: If you run this code and encounter problems, you must report
76 the bug in one of the following ways:
77 a) By EMAIL to bugs@ircd-hybrid.org.
78 b) On http://forum.ircd-hybrid.org/
79 Please include a gdb backtrace and a copy of your setup.h, defaults.h, and
80 ircd.conf with any report (with passwords and other sensitive
81 information masked).
82
83 DISCUSSION: There is a mailing list for discussion of hybrid issues,
84 including betas. To subscribe, use this link:
85 https://lists.ircd-hybrid.org/mailman/listinfo/hybrid
86 This is the proper place to discuss new features, bugs, etc. Posting here
87 is much more likely to get something done than ranting on #TZ.
88 You can also use Hybrid forums at http://forum.ircd-hybrid.org/
89
90 Questions/comments directed to bugs@ircd-hybrid.org
91
92 Please read doc/whats-new.txt for information about what is in this release
93
94 Other files recommended for reading: BUGS, README.FIRST, INSTALL
95
96 --------------------------------------------------------------------------------
97 $Id$

Properties

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