ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/releases/8.1.0beta4/NEWS
Revision: 1988
Committed: Thu May 9 14:27:04 2013 UTC (13 years, 2 months ago) by michael
File size: 11436 byte(s)
Log Message:
RELEASE TAG 8.1.0beta4

File Contents

# Content
1 -- ircd-hybrid-8.1.0beta4 Release Notes
2 o) Implemented channel mode +M. Clients that haven't identified their
3 name with NickServ may not speak in a channel that has this mode set
4 o) Fixed weird idletimes shown in /trace
5 o) Added 'nononreg' (+R) to general::oper_umodes
6 o) Added user mode +F (can see remote client connect/exit notices)
7
8
9 -- ircd-hybrid-8.1.0beta3 Release Notes
10 o) PCRE support has been dropped
11 o) "STATS o" now shows how many times an oper{} block has been used.
12 Similar to STATS x|q"
13 o) Implemented channel mode +c. Known from other ircds, this mode basically
14 prevents users from sending messages including control codes to a channel
15 that has this mode set
16 o) Fixed bug where bans were not checked against non-channel members when
17 sending messages to a channel
18 o) Removed channel::quiet_on_ban configuration option. This feature is
19 now enabled by default
20
21
22 -- ircd-hybrid-8.1.0beta2 Release Notes
23 o) Fixed broken compile with libGeoIP disabled
24 o) Code cleanups; working towards stabilization and improved performance
25 o) Changed RPL_WELCOME to comply with rfc2812
26 o) Removed operflag 'nick_changes'. Operators can now set +n at will
27 o) Fixed shared{} blocks not working as expected
28 o) Fixed spoofs not working as expected
29
30
31 -- ircd-hybrid-8.1.0beta1 Release Notes
32 ########################################################################
33 o) IMPORTANT: name/channel entries can't be stacked any longer within
34 a single resv{} block. Each entry now requires its own resv{} block.
35 Read doc/reference.conf for more details
36 #######################################################################
37 o) Added resv::exempt configuration option. Exempt can be either a
38 ISO 3166 alpha-2 two letter country code, or a nick!user@host mask.
39 CIDR is supported
40 o) Removed channel::restrict_channels configuration option
41 o) Preliminary libGeoIP support. Currently only used for exempt entries
42 in resv{} blocks
43 o) Improved WEBIRC authentication; added 'webirc' to auth::flags.
44 A "webirc." spoof is now no longer required
45 o) Implemented new memory pool allocator which basically is based upon Tor's
46 mempool allocator for Tor cells
47 o) Major code cleanups
48 o) Implemented new binary database storage for X-,D-,K-,G-Lines and RESVs.
49 Temporary bans are now stored as well and will persist after a reboot
50 o) Channel based resv{} blocks may now contain wildcards
51 o) NICK/JOIN now shows the actual reason of reserved nick-/channelnames
52 o) contrib/ and its content has been removed from the tree
53 o) Added serverhide::hide_services configuration option
54 o) Added 'nononreg' (+R) to oper::umodes and general::oper_only_modes
55 o) Added support for "away-notify" client capability
56
57
58 -- ircd-hybrid-8.0.8 Release Notes
59 o) "STATS s" now shows configured services{} blocks as well
60 o) Fixed compile warnings, minor code cleanups and optimizations
61 o) Increased nickname history length to 32768
62 o) Unidentified/unregistered nicks may not speak in +R channels
63
64
65 -- ircd-hybrid-8.0.7 Release Notes
66 o) Services may now set a channel topic without joining the channel first
67 o) Fixed bug where /whois would send empty sockhost information on TS5
68 servers
69 o) Remote server connection and split notices now go to new usermode +e.
70 These previously used usermode +x.
71 o) Services may now change the host of a specific user
72 via "SVSMODE <timestamp> <target> +x <hostname>"
73
74
75 -- ircd-hybrid-8.0.6 Release Notes
76 o) Fix bug where idle time sometimes is 0 even if the client didn't
77 send any private message
78 o) Fixed possible core in try_parse_v4_netmask()
79
80
81 -- ircd-hybrid-8.0.5 Release Notes
82 ########################################################################
83 o) IMPORTANT: nick and topic lengths are now configurable via ircd.conf.
84 A max_nick_length, as well as a max_topic_length configuration option
85 can now be found in the serverinfo{} block
86 ########################################################################
87 o) Fixed build on GNU/Hurd as reported by Dominic Hargreaves
88 o) Fixed log files not getting reopened after /rehash
89 o) Improved logging of configuration file issues
90 o) ircd.pid has been accidentally saved in /var instead of /var/run
91 o) Linux RT signal support for notification of socket events has been dropped
92 o) Fixed "STATS Y|y" sometimes sending weird sendq/recvq values
93 o) INFO now also shows configured values of 'disable_fake_channels',
94 and 'stats_e_disabled'
95 o) m_webirc.c is now officially supported, and has been moved from contrib/
96 to modules/
97 o) /whois, /stats p, and /trace may now show fake idle times depending on
98 how the new class::min_idle and class::max_idle configuration directives
99 have been configured. This feature basically works in the same
100 way as it does in csircd
101 o) The configuration parser now does support 'year' and 'month' units
102
103
104 -- ircd-hybrid-8.0.4 Release Notes
105 o) Fixed possible core on USERHOST/ISON with optimization enabled
106 o) Fixed bug where can_flood sometimes didn't work as expected
107
108
109 -- ircd-hybrid-8.0.3 Release Notes
110 o) Fixed core on UNDLINE
111 o) XLINE/KLINE/RESV/DLINE/SQUIT and KILL now have the same default reason
112 if a reason hasn't been specified
113
114
115 -- ircd-hybrid-8.0.2 Release Notes
116 o) Minor updates to the build system
117 o) Fixed broken --enable-assert configure switch
118 o) Fixed bug where timed events stopped from working if the system's
119 clock is running backwards
120 o) STATS q|Q now shows how many times a resv{} block has been matched
121 o) Fixed contributed WEBIRC module
122 o) IRC operators may now again see server generated nick rejection notices
123
124
125 -- ircd-hybrid-8.0.1 Release Notes
126 o) Fixed broken CIDR support for CHALLENGE based irc operator logins
127 o) Fixed class limits not properly applying to oper{} blocks
128 o) Fixed possible TBURST desynchronization with services
129 o) Fixed TBURST sending server's name to clients if it's a hidden server
130
131
132 -- ircd-hybrid-8.0.0 Release Notes
133 o) Fixed possible TBURST desynchronization with services
134 o) Fixed TBURST sending server's name to clients if it's a hidden server
135
136 -- ircd-hybrid-8.0.0 Release Notes
137 o) Fixed an off-by-one with spoofs. Spoofs are now also checked for
138 invalid characters
139 o) Removed general::use_whois_actually configuration directive. This is
140 now enabled by default
141 o) Minor SQUIT handling fixes
142 o) Fixed bancache not being updated on CHGHOST/CHGIDENT
143
144
145 -- ircd-hybrid-8rc1 Release Notes
146 o) Removed general::client_flood configuration option and added the
147 new 'recvq' configuration directive to class{} blocks.
148 The max size of a receive queue can be seen in "STATS Y"
149 for each class
150 o) Allow the '[' and ']' characters in server description
151
152
153 -- ircd-hybrid-8beta3 Release Notes
154 o) Fixed wrong syntax in several language files
155 o) Removed &localchannels
156 o) PRIVMSG to opers@some.server is no longer supported
157 o) Fixed bug that could lead to topic desynchronization
158 o) Removed serverhide::disable_hidden configuration option
159 o) Dropped ircd-hybrid-6 GLINE compatibility mode
160 o) Removed use_invex, use_except and use_knock configuration options.
161 These features are now enabled by default
162
163
164 -- ircd-hybrid-8beta2 Release Notes
165 o) channel::disable_fake_channels now also disables ascii 29 (mIRC italic)
166 when set to yes
167 o) Added channel::max_chans_per_oper configuration directive. The old way
168 was to let operators join three times the amount of max_chans_per_user
169 o) Replaced MODLOAD, MODUNLOAD, MODRELOAD, MODLIST and MODRESTART commands
170 with the new MODULE command which can be fed with the LOAD, UNLOAD, RELOAD
171 and LIST parameters.
172 MODRESTART has been entirely removed. Use "MODULE RELOAD *" to reload
173 all modules
174 o) Added back server notice when a client tries to obtain a reserved nick name
175 o) Removed OMOTD module
176 o) Added 'set' to operator privilege flags. Gives access to the "SET" command
177 o) Improved TS6 support
178 o) Channel keys/passwords are now case sensitive
179
180
181 -- ircd-hybrid-8beta1 Release Notes
182 o) Implemented full services support, including but not limited to the
183 following changes:
184 - Added SVSNICK, and SVSMODE command handlers
185 - Added service stamps to NICK/UID messages
186 - Added SVS to server capabilities (CAPAB). SVS capable servers can
187 deal with extended NICK/UID messages that contain service IDs/stamps.
188 - Changed rejected client notices to go to new usermode +j. These
189 previously used usermode +r.
190 - Added usermode +r (registered nick) and channelmode +r (registered channel)
191 - Added usermode +R (only registered clients may send a private message)
192 - Added channelmode +R (only registered clients may join that channel)
193 - Various services shortcuts have been added (/NS, /CS, /NICKSERV, /CHANSERV, etc.)
194 - Added services{} block to ircd.conf
195 - Added services_name directive to general{} block
196 - Added GLOBOPS mainly for services compatibility, but can be used by operators, too
197 o) Removed RKLINE and RXLINE commands. Regular expression based bans should
198 only be added via ircd.conf
199 o) Added 'globops', 'restart', 'dline', 'undline' and 'module' operator
200 privilege flags. Read doc/reference.conf for further explanation of what
201 these flags control
202 o) Removed Idle-time klines
203 o) Cleaned up modules API. Old modules won't work anymore
204 o) Removed general::burst_away configuration directive. AWAY bursts are now
205 controlled via connect::flags explicitly
206 o) Introduced new logging subsystem including log rotation based on
207 file sizes. Log timestamp format is ISO8601 now
208 o) Added support for remote D-lines
209 o) Added usermode +H which is basically a replacement for the hidden_admin and
210 hidden_oper operator flags. With usermode +H, irc operator status can now
211 be hidden even on remote servers
212 o) Added CIDR support for operator{} blocks
213 o) Removed the servlink program. ircd-hybrid can now make use of
214 SSL/TLS for inter-server communication.
215 NOTE: compressed server links are of course still available, but a SSL/TLS
216 connection is required, as compression is now handled via OpenSSL
217 o) Removed 'ssl_server_protocol' configuration directive and
218 added 'ssl_client_method' and 'ssl_server_method' instead.
219 Both of these options can now be changed at runtime
220 o) Oper login IDs are no longer limited to NICKLEN*2
221 o) Removed channel::burst_topicwho configuration option. Topicsetters are
222 now sent by default
223 o) "STATS Y|y" now reports CIDR limits as well
224 o) Added m_webirc.c to contrib/
225 o) Overall code cleanup and speed improvements
226
227 --------------------------------------------------------------------------------
228
229 This is still BETA code. Run it at your own risk. By running this
230 code you assume FULL responsibility for any problems it may cause.
231 We do NOT recommend that you run BETA code on production IRC networks
232 such as EFnet.
233
234 BUG REPORTS: If you run this code and encounter problems, you must report
235 the bug by EMAIL to bugs@ircd-hybrid.org
236 Please include a gdb backtrace and a copy of your config.h and
237 ircd.conf with any report (with passwords and other sensitive
238 information masked).
239
240 DISCUSSION: There is a mailing list for discussion of hybrid issues,
241 including betas. To subscribe, use this link:
242 https://lists.ircd-hybrid.org/mailman/listinfo/hybrid
243 This is the proper place to discuss new features, bugs, etc.
244
245 Questions/comments directed to bugs@ircd-hybrid.org
246
247 Other files recommended for reading: README, INSTALL
248
249 --------------------------------------------------------------------------------
250 $Id$

Properties

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