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