ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.0.x/NEWS
Revision: 1686
Committed: Wed Dec 19 20:31:45 2012 UTC (11 years, 3 months ago) by michael
File size: 5919 byte(s)
Log Message:
- Update NEWS

File Contents

# Content
1 -- ircd-hybrid-8.0.2 Release Notes
2 o) Minor updates to the build system
3 o) Fixed broken --enable-assert configure switch
4 o) Fixed bug where timed events stopped from working if the system's
5 clock is running backwards
6 o) STATS q|Q now shows how many times a resv{} block has been matched
7
8
9 -- ircd-hybrid-8.0.1 Release Notes
10 o) Fixed broken CIDR support for CHALLENGE based irc operator logins
11 o) Fixed class limits not properly applying to oper{} blocks
12 o) Fixed possible TBURST desynchronization with services
13 o) Fixed TBURST sending server's name to clients if it's a hidden server
14
15
16 -- ircd-hybrid-8.0.0 Release Notes
17 o) Fixed an off-by-one with spoofs. Spoofs are now also checked for
18 invalid characters
19 o) Removed general::use_whois_actually configuration directive. This is
20 now enabled by default
21 o) Minor SQUIT handling fixes
22 o) Fixed bancache not being updated on CHGHOST/CHGIDENT
23
24
25 -- ircd-hybrid-8rc1 Release Notes
26 o) Removed general::client_flood configuration option and added the
27 new 'recvq' configuration directive to class{} blocks.
28 The max size of a receive queue can be seen in "STATS Y"
29 for each class
30 o) Allow the '[' and ']' characters in server description
31
32
33 -- ircd-hybrid-8beta3 Release Notes
34 o) Fixed wrong syntax in several language files
35 o) Removed &localchannels
36 o) PRIVMSG to opers@some.server is no longer supported
37 o) Fixed bug that could lead to topic desynchronization
38 o) Removed serverhide::disable_hidden configuration option
39 o) Dropped ircd-hybrid-6 GLINE compatibility mode
40 o) Removed use_invex, use_except and use_knock configuration options.
41 These features are now enabled by default
42
43
44 -- ircd-hybrid-8beta2 Release Notes
45 o) channel::disable_fake_channels now also disables ascii 29 (mIRC italic)
46 when set to yes
47 o) Added channel::max_chans_per_oper configuration directive. The old way
48 was to let operators join three times the amount of max_chans_per_user
49 o) Replaced MODLOAD, MODUNLOAD, MODRELOAD, MODLIST and MODRESTART commands
50 with the new MODULE command which can be fed with the LOAD, UNLOAD, RELOAD
51 and LIST parameters.
52 MODRESTART has been entirely removed. Use "MODULE RELOAD *" to reload
53 all modules
54 o) Added back server notice when a client tries to obtain a reserved nick name
55 o) Removed OMOTD module
56 o) Added 'set' to operator privilege flags. Gives access to the "SET" command
57 o) Improved TS6 support
58 o) Channel keys/passwords are now case sensitive
59
60
61 -- ircd-hybrid-8beta1 Release Notes
62 o) Implemented full services support, including but not limited to the
63 following changes:
64 - Added SVSNICK, and SVSMODE command handlers
65 - Added service stamps to NICK/UID messages
66 - Added SVS to server capabilities (CAPAB). SVS capable servers can
67 deal with extended NICK/UID messages that contain service IDs/stamps.
68 - Changed rejected client notices to go to new usermode +j. These
69 previously used usermode +r.
70 - Added usermode +r (registered nick) and channelmode +r (registered channel)
71 - Added usermode +R (only registered clients may send a private message)
72 - Added channelmode +R (only registered clients may join that channel)
73 - Various services shortcuts have been added (/NS, /CS, /NICKSERV, /CHANSERV, etc.)
74 - Added services{} block to ircd.conf
75 - Added services_name directive to general{} block
76 - Added GLOBOPS mainly for services compatibility, but can be used by operators, too
77 o) Removed RKLINE and RXLINE commands. Regular expression based bans should
78 only be added via ircd.conf
79 o) Added 'globops', 'restart', 'dline', 'undline' and 'module' operator
80 privilege flags. Read doc/example.conf for further explanation of what
81 these flags control
82 o) Removed Idle-time klines
83 o) Cleaned up modules API. Old modules won't work anymore
84 o) Removed general::burst_away configuration directive. AWAY bursts are now
85 controlled via connect::flags explicitly
86 o) Introduced new logging subsystem including log rotation based on
87 file sizes. Log timestamp format is ISO8601 now
88 o) Added support for remote D-lines
89 o) Added usermode +H which is basically a replacement for the hidden_admin and
90 hidden_oper operator flags. With usermode +H, irc operator status can now
91 be hidden even on remote servers
92 o) Added CIDR support for operator{} blocks
93 o) Removed the servlink program. ircd-hybrid can now make use of
94 SSL/TLS for inter-server communication.
95 NOTE: compressed server links are of course still available, but a SSL/TLS
96 connection is required, as compression is now handled via OpenSSL
97 o) Removed 'ssl_server_protocol' configuration directive and
98 added 'ssl_client_method' and 'ssl_server_method' instead.
99 Both of these options can now be changed at runtime
100 o) Oper login IDs are no longer limited to NICKLEN*2
101 o) Removed channel::burst_topicwho configuration option. Topicsetters are
102 now sent by default
103 o) "STATS Y|y" now reports CIDR limits as well
104 o) Added m_webirc.c to contrib/
105 o) Overall code cleanup and speed improvements
106
107 --------------------------------------------------------------------------------
108
109 BUGS: Major bugs in this release are listed in BUGS
110
111 BUG REPORTS: If you run this code and encounter problems, you must report
112 the bug by EMAIL to bugs@ircd-hybrid.org
113 Please include a gdb backtrace and a copy of your config.h and
114 ircd.conf with any report (with passwords and other sensitive
115 information masked).
116
117 DISCUSSION: There is a mailing list for discussion of hybrid issues,
118 including betas. To subscribe, use this link:
119 https://lists.ircd-hybrid.org/mailman/listinfo/hybrid
120 This is the proper place to discuss new features, bugs, etc. Posting here
121 is much more likely to get something done than ranting on #TZ.
122
123 Questions/comments directed to bugs@ircd-hybrid.org
124
125 Other files recommended for reading: BUGS, README, INSTALL
126
127 --------------------------------------------------------------------------------
128 $Id$

Properties

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