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