]> jfr.im git - irc/rqf/shadowircd.git/blob - NEWS
3e6239f8aa58641f0e893e32805a16032cc882d6
[irc/rqf/shadowircd.git] / NEWS
1 This is charybdis 3.1, Copyright (c) 2005-2009 Charybdis team.
2 See LICENSE for licensing details (GPL v2).
3
4 -- charybdis-3.1.0
5
6 - Remove TS5 support. No TS5 servers are permitted in a network with
7 charybdis 3.1.0 or newer, except jupes.
8 - Replace oper flags by privilege sets (privsets). This adds an extra
9 level of indirection between oper flags and operator blocks. /stats O
10 (capital O) shows the configured privsets.
11 - Update libratbox and ssld from upstream and use it better.
12 - Add auth_user to auth{}. This allows specifying a username:password instead
13 of just a password in PASS, so that a fixed user@host is not necessary
14 for a specific auth{} block.
15 - Add need_ssl to auth{} and operator{}. This makes these blocks reject
16 the user if not connected via SSL.
17 - Allow modules to provide simple channel modes without parameter.
18 - Remove restrictions on CNAME in the resolver.
19 - Make the resolver remember nonresponsive nameservers.
20 - Move nick collision notices from +s to +k.
21 - Add additional information to various server notices about server
22 connections.
23 - Show throttle information in /stats t.
24 - Show rejectcache and throttle information in /testline.
25 - Show oper reason in /testline.
26 - Allow opers to see other users' umodes with /mode <nick>.
27 - Make SCAN UMODES GLOBAL NO-LIST MASK <mask> no longer an operspy command.
28 - Also apply floodcount to messages to remote clients (except services).
29 - Remove user@server messages to local users. Sending such messages to
30 remote servers is still possible, for securely messaging pseudoservers
31 whether service{}'ed or not. The special oper-only syntax opers@server
32 remains as well.
33 - Allow /list on a named +p channel. A full /list already included +p channels.
34 - Add operspy /topic.
35 - Make PRIVMSG/NOTICE behave as CPRIVMSG/CNOTICE automatically if possible.
36 - Allow +z messages from outside if a channel is -n.
37 - Allow coloured part reasons in -c channels.
38 - Add ircu-like WHOX support. This allows requesting specific information
39 in /who and allows obtaining services login name for all users in a
40 channel. XChat/Conspire use WHOX to update away status more efficiently.
41 - Allow opers and shide_exempt users to see hopcounts even if flatten_links
42 is on.
43 - Rework ip_cloaking.
44 - Add the IP address to userlog, as in ircd-ratbox 3.0.
45 - Split cidr_bitlen into cidr_ipv4_bitlen and cidr_ipv6_bitlen.
46 - Allow using ziplinks with SSL connections. This is not as efficient as
47 using OpenSSL's built in compression, but also works with older versions
48 of OpenSSL.
49 - Document some extensions in charybdis-oper-guide.
50 - Add more server protocol documentation.
51 - Various new extensions.
52 - Various code cleanups.
53
54 -- charybdis-3.0.4
55
56 - Fix a crash on certain recent versions of Ubuntu.
57 - Allow 127.x.y.z for DNSBL replies instead of just 127.0.0.x.
58 - Various documentation improvements.
59
60 -- charybdis-3.0.3
61
62 - Fix IPv6 D:lines
63 - Fix rejectcache and unknown_count.
64 - Fix genssl.sh.
65 - Fix ident for SSL/TLS connections.
66 - Fix SSL/TLS bugs for servers with more than about 100 connections.
67 - Small bugfixes.
68
69 -- charybdis-3.0.2
70
71 - Improve OLIST extension error messages.
72 - Improve some kline error checking.
73 - Avoid timing out clients if we are still waiting for a DNSBL lookup.
74 - Fix resolver hangs with epoll.
75 - Fix compilation without zlib.
76
77 -- charybdis-3.0.1
78
79 - Fix occasional hung clients with kqueue.
80 - Fix a rare ssld crash.
81 - Fix a bug that could cause incorrect connect failure reasons to be
82 reported.
83 - Make the IRCd work on MacOS X again.
84
85 -- charybdis-3.0.0
86
87 - Port the IRCd to libratbox, which has improved our portability and allows
88 us to reuse low-level code instead of maintaining our own.
89 - Change configuration of maximum number of clients to ircd-ratbox 3 way.
90 - Add adminwall from ircd-ratbox, as an extension.
91 - Add client and server-to-server SSL, read example.conf for setup.
92 - Replace servlink with ssld (also for ziplinks).
93 - A new extban, $z, has been added for ssl users (extensions/extb_ssl.so).
94 - A new compatibility channel mode, +R, has been added, it sets
95 +q/-q $~a (extensions/chm_operonly_compat.so). This is similar to
96 the +R seen in ircd-seven.
97 - A new compatibility channel mode, +S, has been added, it sets
98 +b/-b $~z (extensions/chm_sslonly_compat.so).
99 - A new compatibility channel mode, +O, has been added, it sets
100 +iI/-iI $o (extensions/chm_operonly_compat.so).
101 - Add remote D:lines. Note that these are not enabled by default.
102 - Remove EFnet-style G:lines. Noone appears to use these.
103 - Remove idle time checking (auto disconnecting users idle too long).
104 - Display a notice to clients when the IRCd is shut down using SIGTERM.
105 - Some error messages have been clarified to enhance usability.
106 - Close the link to servers that send invalid nicks (e.g. nicklen mismatches).
107 Formerly the users were killed from the network.
108 - Enable topicburst by default in connect{}.
109 - Fix a potential desync which can happen with oper override.
110 - Remove "deopped" flag (TS5 legacy).
111 - Use 127.0.0.1 as nameserver if none can be found in /etc/resolv.conf.
112 - Only accept 127.0.0.x as a dnsbl listing.
113 - Change cloaking module (same as 2.2.1, different from 2.2.0).
114 - Make some more server notices about failed remote connect attempts
115 network wide.
116 - Make some server notices about flooders and TS delta network wide.
117 - Remove redundant "<server> had been connected for <time>" server notice.
118 - Add resv oper privilege to control /resv, /unresv and cmode +L and +P,
119 enabled by default.
120 - Add mass_notice oper privilege to control global notices and /wallops,
121 enabled by default.
122 - Rework unkline/undline/unxline/unresv so they show the exact item removed
123 and do not rehash bans.
124 - Show opers a list of recently (<24hrs) split servers in /map.
125 - Add /privs command, shows effective privileges of a client.
126
127 -- charybdis-2.2.0
128
129 - The I/O code has been reworked, file descriptor metadata is stored in a
130 hashtable and the maximum number of clients can now be set in ircd.conf.
131 - Improve error checking and error messages for kline/dline/xline/resv files.
132 - Allow kline ipv6:address, unkline some.host and unkline ipv6:address
133 without *@.
134 - Add accountability (wallops, log) to OKICK extension.
135 - Add opernick to OPME/OMODE/OJOIN log messages.
136 - Add use_forward option, allows disabling cmode +fFQ and umode +Q.
137 - Add keyword substitution to DNSBL reasons, making it possible to show
138 things like the user's IP address in the reason.
139 - Use sendto_one_notice() more.
140 - Server notices about kills now include the victim's nick!user@host instead
141 of just nick.
142 - Include real hostname in Closing Link message for unknown connections
143 that have sent USER, in particular banned users.
144 - Add some documentation about the SASL client protocol.
145 - Change spambot, flooder and jupe joiner notices from host to orighost.
146 - Remove the last remains of server hostmasking (this made it possible to
147 have multiple servers with similar names appear as a single server).
148 - Keep bitmasks of modularized umodes reserved forever to the letter,
149 avoiding problems when reloading umode modules in a different order.
150 - Fix -logfile.
151 - Update to the new revision (v8) of the TS6 spec, this fixes problems with
152 joins reversing certain mode changes crossing them. This interoperates
153 with older versions.
154 - Put "End of Channel Quiet List" at the end of +q lists.
155 - Fix invisible count getting desynched from reality if the act of opering
156 up sets -i or +i.
157 - Don't leak auth{} spoofed IP addresses in +f notices.
158 - Shorten quit/part/kick reasons to avoid quit reasons overflowing the
159 client exiting server notice (from TOPICLEN to 260).
160 - Fix some cases where 10 char usernames lose their final character.
161 - Move username check after xline and dnsbl checks, so it will not complain
162 to opers about clients who are xlined or blacklisted anyway (both of
163 which silently reject).
164 - Remove invite_ops_only config option, forcing it to YES.
165 - Allow /invite (but not invex) to override +r, +l, +j in addition to +i.
166 - Add several new extensions, such as createoperonly.
167 - Merge whois notice extensions into one and move it from snomask +y to +W.
168
169 -- charybdis-2.1.2
170
171 - Fix bug that could cause all hostmangled users to be exempted when a
172 single ban exception existed on a channel.
173 - Tweak \s code a little.
174 - Add a minor clarification to the SGML docs.
175 - Avoid truncation in ip_cloaking (by removing components on the other side).
176 Note that this may cause channel +bqeI modes set on such very long hosts
177 to no longer match.
178
179 -- charybdis-2.1.1
180
181 - Search the shortest list (user's/channel's) when looking up channel
182 memberships.
183 - Make the SID-collision notice look right under all conditions.
184 - Move kills from services from +s to +k snomask.
185 - When no_tilde is present on an auth{} block, check the non-tilde version
186 of the user@host against k:lines as well.
187 - Put full reason in the SQUIT reason when a server is rejected for
188 insufficient parameters being passed to a command.
189 - Don't redirect users to an existing domain, irc.fi.
190 - Improve communication of servlink-related error messages.
191
192 -- charybdis-2.1.0
193
194 - Our official website is now http://www.ircd-charybdis.org/.
195 - Make RPL_ISUPPORT (005 numeric) modularizable.
196 - Also do forwarding if the channel limit (+l) is exceeded.
197 - Don't count opers on service{} servers in /lusers.
198 - Allow servers to send to @#chan and +#chan.
199 - Allow +S clients (services) to send to channels and @/+ channels always.
200 - Allow normal match() on IP address also in /masktrace.
201 - Add new testmask from ratbox 2.2. Allows matches on nick, ip and gecos
202 in addition to user and host, and is fully analogous to masktrace.
203 The numeric has changed from 724 to 727 and fields in it have changed.
204 - Show IP addresses to opers in /whowas.
205 - Add extb_extgecos extban option ($x:nick!user@host#gecos), from sorcery
206 modules.
207 - Add extb_canjoin extban option ($j:#channel), matches if the user is banned
208 from the other channel.
209 - Allow opers to /who based on realhost.
210 - Allow opers to /masktrace, /testmask based on realhost.
211 - Add general::operspy_dont_care_user_info, limits operspy accountability to
212 channel-related information.
213 - Make host mangling more reliable.
214 - Prevent ban evasion by enabling/disabling host mangling.
215 - Add EUID, sends real host and services account in the same command as other
216 user information.
217 - Make it possible to send CHGHOST without ENCAP (fixes problems with old
218 services).
219 - Allow service{} servers to manipulate the nick delay table (for "nickserv
220 enforcement", aka SVSHOLD).
221 - Send server notices about connections initiated by remote opers network wide.
222 - Fix too early truncation of JOIN channel list.
223 - Make the newconf system available to modules.
224 - Add /stats s to the hurt module to list active hurts.
225 - Add general::servicestring, shown in /whois for opered services (+oS).
226 - Show real host/IP behind dynamic spoof in /whois to the user themselves
227 and opers.
228 - Document option to disable nick delay.
229 - Improve logging of server connections.
230 - Clean up handling of hostnames in connect blocks.
231 - Remove support for resolving ip6.int, people should be using ip6.arpa.
232 - Unbreak --disable-balloc (useful for debugging with tools like valgrind).
233 - Make Solaris 10 I/O ports code compile.
234 - Add WEBIRC module to allow showing the real host/IP of CGI:IRC users.
235 - Comment out blacklist{} block in example confs, as AHBL requires
236 notification before use.
237 - Fix some bugs relating to the resolver.
238
239 -- charybdis-2.0.0
240
241 - Replace ADNS with a new smaller resolver from ircu and hybrid.
242 - Make services shortcuts (/chanserv etc) configurable in ircd.conf.
243 - Add extban: extensible +bqeI matching via modules. Syntax is
244 $<type>[:<data>]. By default no modules are loaded.
245 - Add DNS blacklist checking.
246 - Change operator{} block user@host from host to orighost. This means that
247 services/+h spoofs do not work in operator{} blocks; auth{} spoofs still
248 work. Check your operator{} blocks!
249 - Split contrib/ into extensions/ and unsupported/.
250 - Change CHGHOST do show the change to all other clients on common channels
251 with quit/join/mode.
252 - Add /rehash nickdelay to clear out the nickdelay tables.
253 - Glines are now disabled in the example confs.
254 - Show more error messages on stderr.
255 - Add OMODE command to extensions/ for easier oper mode hacking.
256 - Add HURT system to extensions/; this shuns clients matching certain host/ip
257 unless and until they identify to services. Mainly intended for SorceryNet.
258 - Show SASL success and failure counts in /stats t.
259 - Allow more frequent autoconnects to servers.
260 - Messaging services by nickname no longer uses target change slots.
261 - Only accept SASL from servers in a service{} block.
262 - New auth{} flag need_sasl to reject users who haven't done SASL
263 authentication.
264 - Expand blah.blah and blah:blah to *!*@... instead of ...!*@* for bans
265 - Don't allow opers to fake locops/operwall to +w.
266 - Documentation updates.
267 - Many bugfixes.
268
269 -- charybdis-1.1.0
270
271 - Implement SAFELIST.
272 - Incorporate ircu's match() algorithm.
273 - Improve usermode modularization.
274 - Seperate server notices into a seperate snomask, freeing up many
275 usermodes to be used.
276 - Add support for SIGNON originating from Hyperion2.
277 - Modularize many server notices into seperate modules.
278 - Add hooks for can_join and can_create_channel.
279 - Add support for SASL authentication.
280 - Add introduce_user hook for adding new messages when a user is bursted.
281 - Move a large part of the ircd into libcharybdis.
282 - Don't complain "unknown user mode" if a user tries to unset
283 a mode they do not have access to.
284 - Update our challenge specification to the challenge implementation in
285 ratbox 2.2 for interoperability.
286 - Make +f notices network-wide (local host, global host,
287 global user@host, local class), other notices tied to +f remain local.
288 - Allow ENCAP REALHOST outside of netburst.
289 - Add general::global_snotices option to make server notices be
290 network-wide or not.
291 - Add sno_farconnect.c to contrib, provides farconnect support.
292 Could be useful for BOPM.
293 - Add sno_routing.c which displays information about netsplits, netjoins
294 and the clients affected by them.
295 - Add CHANTRACE and TRACEMASK commands from ratbox 3.0
296 - Use IsOperAdmin() instead of IsAdmin() when sending admin-only messages,
297 that way hidden admins get them too.
298 - Add m_error to core_module_table, somehow it was missing.
299 - Correct a format string bug that occurs when a read error is
300 received.
301 - Add some logging in places where we drop servers and only notify
302 server operators.
303 - Track hostmask limits based on a client's original host, if
304 available.
305 - Move HIDE_SPOOF_IPS into the general {} block in ircd.conf
306
307 -- charybdis-1.0.3
308
309 - Fix /invite UID leak. (Found by logiclrd@EFnet.)
310 - Incorporate ratbox bugfixes for the MONITOR system.
311 - Made show_ip() less braindead.
312 - Show real errno if we fail to connect to a server.
313 - Don't disclose server IP's when a connection fails.
314 - Do not show the channels a service is sitting in.
315 - Reverted the aline code from hybrid-7.2
316 - Make sure TS6 services are recognized properly if connected remotely.
317 - Tweak something in services support for cyrix boxes.
318
319 -- charybdis-1.0.2
320
321 - Fix propagation of an empty SJOIN (permanant channels).
322 - Fix an exploit involving a malformed /trace request.
323 - Don't display a blank RPL_WHOISCHANNELS in a remote whois request.
324 - Allow modules to provide new usermodes.
325 - On a nickname collision, change the collided nick to their unique ID,
326 if general::collision_fnc is enabled in the config.
327 - Don't allow UID lookups in /monitor + and /monitor s
328 - Fix a garbage issue with channel mode +j.
329 - Apply proper capability flags to the proper server in me_gcap().
330 - Use find_named_person() instead of find_person() in a nick collision.
331 - Prevent UID disclosure in cmode setting.
332 - Prevent UID disclosure to remote clients in /kick.
333 - Do not allow users to query via /whois <server> <UID>.
334 - Don't allow local users to use UID's in local usermode changes.
335 - Propagate +q lists on netjunction.
336 - Clear +q lists on a lowerTS SJOIN.
337 - Ported a generic k/d/x-line parser from hybrid-7.2 which resulted in
338 duplicate code reduction.
339 - Fix linebuf raw code to not truncate lines longer than 512 bytes;
340 improves ziplink reliability on net junction.
341 - Use find_named_person() vs find_person() in services alias code.
342 - Fix issue where channel forwarding token can be lost on net junction.
343 - Fix empty channel desync issues involving +P.
344 - Remove unused non-ENCAP CHGHOST support.
345 - Use TS6 form for SQUIT wallops.
346 - Propagate nickname changes for remote clients in TS6 form if possible,
347 even if sent in TS5 format.
348 - Only clear oper_only_umodes for local clients on deoper.
349
350 -- charybdis-1.0.1
351
352 - Display logged in status on non-local clients too.
353 - Documentation updates
354 - Fix a bug with forward target authorization.
355 - Fix a bug with mode propagation (+Q/+F).
356 - Change ERR_NOSUCHNICK to ERR_SERVICESOFFLINE in services aliases.
357 - Add remote rehashing.
358 - Document service { } blocks (u:lines on ircu).
359 - Document identify_service and identify_command in reference.conf.
360
361 -- charybdis-1.0
362 - Implement channel mode +L for channel list limit exemptions.
363 - Implement channel mode +P primarily as a status mode, permanant
364 channel -- this is usually enforced via services registrations.
365 - Change behaviour of /stats p: now displays all staff members instead
366 of local ones only.
367 - Make oper_list global, add local_oper_list for local traffic.
368 - Strip control codes from parts and quits.
369 - Add channel mode +c which strips control codes from messages sent to
370 the channel.
371 - Add channel mode +g which enables free use of the /invite command.
372 - Add channel mode +z which sends rejected messages to channel ops.
373 Could be useful for Q&A sessions or other similar events.
374 - Add channel quietmasks. These are recommended over the use of channel
375 bans used to remove a user's ability to participate in the channel.
376 - Add channel join throttling mode, +j. Used to throttle channel join
377 traffic, i.e. join/part flood attacks. Syntax: +j <joins>:<timeslice>
378 - Improvements to channel_modes(), from shadowircd -- allows for
379 better construction of the mode string.
380 - Use the undernet throttle notice instead of bancache message when
381 dealing with rejected clients. (stolen from ircu2.10.12)
382 - Add channel forwarding, via channel mode +f, behaves similarly to
383 dancer-ircd version.
384 - Update example.conf to reflect AthemeNET changes. Original ratbox
385 config is now reference.conf.
386 - Services account names are now tracked globally.
387 - Add channel mode +Q which disables the effects of channel forwarding
388 on a temporary basis.
389 - Add channel mode +F which allows anybody to disable forwarding target
390 authorisation, voluntarily on their channels.
391 - Make wallops behave like normal wallops.
392 - Add services aliases: /ns, /cs, /os, /nickserv, /chanserv, /operserv.
393 - Add simple hack that enables use of server password for automatic
394 identify.
395
396 -- ircd-ratbox-2.1.5+datadrain
397 - fix a buffer overflow and an unterminated buffer when TS6 forces us
398 to remove bans
399 - fix potential junk SJOIN generation when splitting it into multiple
400 lines
401 - make servlink check for an uncompressed ERROR
402 - change NICKLEN to 15.
403 - change TOPICLEN to 390.
404 - force services extensions to be enabled always
405 - change patchlevel.h to get it's information from 'configure'
406 - add m_chghost.c, ghetto rigged hostcloaking module, using elite ENCAP
407 technique
408
409 -- ircd-ratbox-2.1.4
410 - fix minor time bug which occurs on december 31st
411 - dont drop a servers link when we get a malformed WHOIS
412 - disallow commas in channel keys
413 - fix compile problem with abort_list
414 - fix build on darwin
415 - fix compilation with gcc4
416 - userhost was only allowing 4 targets instead of 5
417 - invalidate channel ban cache on nickchange
418 - add TARGMAX to 005, detailing maximum targets for messages
419 - fix counting of clients on accept list when adding users
420 - use ID instead of name when bursting SJOIN to TS6 servers
421 - lower id in struct User, which was one byte bigger than it needs to be
422
423 -- ircd-ratbox-2.1.3
424 - removed sendq_eob as it just doesnt work on efnet
425 - dont allow MONITOR from an unregistered client
426 - add some uniqueness into the auth process for bopm
427 - fix resvs to check whether target server is us properly
428 - fix a core in cidr channel ban matching
429 - raise max temptime to a year
430 - fix cores when we receive extra params to NICK/UID
431 - remove no_oper_resvs, add resv_exempt auth flag
432 - fix flattened links
433 - clean up the accept code, and dont clear a users own list of accepted
434 clients on nickchange
435 - non-efnet:
436 - make services {}; blocks be displayed on stats U
437 - make services {}; blocks apply on rehash, you must now have only ONE
438 service {}; block, but you may have multiple name=""; entries within.
439 - only show services logged in info for local clients
440
441 -- ircd-ratbox-2.1.2
442 - fix missing end comment tag in example confs
443 - fix display problem with unauthorised conn notice
444 - remove some unused defines from INFO
445 - fix tabs for spaces in some helpfiles
446 - add in missing links_delay conf option
447 - fix cores under amd64
448 - disallow bans beginning with ':' over BMASK
449 - disallow bans with a space in chm_ban()
450 - stop counting hidden opers in stats p count output
451 - match() params of remote unresv were inverted, causing it to never match
452 - fix possibility of clients setting blank keys
453 - fix UID problems with trace
454 - raise default topiclen to 160
455 - add in forced nick change for ratbox-services, when compiled with
456 --enable-services
457
458 -- ircd-ratbox-2.1.1
459 - remove an 005 token to hack around the parser bug
460 - exempt users messaging themselves from target change
461 - disallow messaging towards UIDs
462 - add in doc/tgchange.txt
463 - move stats L back to RPL_STATSLINKINFO
464 - fix some minor auth problems
465 - properly store ipv6 ips when we're compiled for v4 only
466 - fix propagation of xline/resv
467 - sync remote kline reasons with form used for local klines
468
469 -- ircd-ratbox-2.1.0
470 - no changes
471
472 -- ircd-ratbox-2.1.0beta2
473 - fix a few compile warnings
474 - added multi-prefix clicap, for showing "@+" in NAMES/WHO replies
475 - remove split_delay, make split servers now work on how many servers have
476 issued EOB, rather than how many exist.
477 - server-side notify lists. See doc/monitor.txt
478 - fix undline core
479 - remove an unwanted space from beginning of second 005
480 - fix a potential core with the patricia when removing classes
481 - when we're handling global NAMES, dont output channels whose users are all
482 invisible
483
484 -- ircd-ratbox-2.1.0beta1
485 - No release notes, see doc/whats-new-2.1.txt
486
487 --------------------------------------------------------------------------------
488
489 BUGS: Major bugs in this release are listed in BUGS
490
491 BUG REPORTS: If you run this code and encounter problems, you must report
492 via IRC to irc.atheme.org, #charybdis. For specific bugs you can use
493 http://bugs-meta.atheme.org/ (Charybdis project).
494
495 Please include a gdb backtrace and keep the core file, binaries and
496 modules in case the developers need them.
497
498 Other files recommended for reading: BUGS, README.FIRST, INSTALL
499
500 --------------------------------------------------------------------------------
501 $Id: NEWS 3496 2007-05-30 10:22:01Z jilles $
502