]> jfr.im git - solanum.git/blame - NEWS
Add first cut at NEWS for 3.4.
[solanum.git] / NEWS
CommitLineData
2080c943 1This is charybdis 3.4-devel, Copyright (c) 2005-2010 Charybdis team.
212380e3
AC
2See LICENSE for licensing details (GPL v2).
3
2080c943
JT
4-- charybdis-3.4-devel
5
6server protocol
7- Allow overriding opers (with the new extension) to op themselves on channels.
8- Allow RSFNC to change a nickname's capitalization only.
9- Add channel ban forwarding <mask>$<channel> much like ircd-seven. Local use
10 of this is controlled by the channel::use_forward config option.
11- Add ENCAP TGINFO to propagate IP addresses that exceeded target change
12 limits (these get a lower limit when they reconnect).
13user
14- Consider bogus CTCP ACTION messages (without action text) CTCP (for
15 cmode +C).
16- Send ERR_TOOMANYCHANNELS for each channel join that fails due to channel
17 limits.
18- Add account-notify client capability to notify clients about logins and
19 logouts of users in common channels. See doc/account-notify.txt.
20- Add extended-join client capability to add account name and ircname to JOIN.
21- Add topic TS and channel TS constraints for /LIST (T<, T>, C<, C>
22 parameters as in some other servers).
23- Disallow wildcarded nicknames in "hunted" parameters like /stats and /motd.
24- Disallow mIRC italics in channel names when disable_fake_channels.
25- Add AUTHENTICATE EXTERNAL support, allows SASL authentication using a
26 certificate fingerprint.
27- Allow channel::kick_on_split_riding to protect channels with mlocked keys.
28- The NICKLEN token in 005 now only specifies the maximum usable nick length.
29 The MAXNICKLEN token specifies the maximum nick length any user can have.
30- Disallow $ in usernames as this may cause problems with ban forwarding.
31- Add an error message (numeric 743) if a ban mask is invalid.
32- Extract the underlying IPv4 address from 6to4 and Teredo IPv6 addresses.
33 Show it in a remote /whois and check channel bans, quiets, D:lines and
34 K:lines against it. Note that ban exceptions and auth{} blocks are not
35 checked.
36- Allow normal users to perform /privs on themselves, showing some privileges
37 from the auth{} block.
38- Add away-notify client capability, see doc/away-notify.txt.
39- Add rate limit for high-bandwidth commands, in particular /who <channel>.
40- Rate limit /away to help avoid flooding via away-notify.
41- Apply colour stripping (cmode +c) and CTCP checking (cmode +C) to messages
42 to @/+ channel as well.
43- Channel mode +c (and other places that disallow colour codes) now also strip
44 ASCII 4 (a different kind of colour code).
45oper
46- Add operspy for /list.
47- Add a server notice to snomask +b if a user exceeds target change limits.
48- Add missing server notice for kills from RSFNC and SVSLOGIN.
49- Add /stats C to show information about dynamically loaded server
50 capabilities.
51config
52- Add support for linking using SSL certificate fingerprints as the link
53 credential rather than the traditional password pair.
54- Add m_roleplay extension, provides various roleplay commands.
55- Add override extension, umode +p oper override for opers with oper:override
56 permission, with accountability notices and timeout. Note that opers cannot
57 op themselves if there are older servers on the network.
58- Add channel::disable_local_channels config option.
59- Add support for IPv6 DNSBLs. A new "type" option specifies the IP version(s)
60 for which each DNSBL should be checked.
61- Make flood control settings configurable by those who know exactly what they
62 are doing.
63- Add serverinfo::nicklen config option to limit the nick length for local
64 users. Different values of this option do not break the server protocol.
65- Add extb_usermode extension, $m:+-<modes> extban matching against umodes.
66- Extend extb_oper extension to allow matching against oper privileges.
67- Add m_remove extension, /remove command as in ircd-seven.
68- Add general::away_interval to allow configuring /away rate limiting.
69- Add listener::defer_accept to delay accepting a connection until the client
70 sends data. This depends on kernel support. It may break BOPM checking.
71misc
72- In mkpasswd, default to SHA512-based crypt instead of MD5-based crypt.
73- Add --with-custom-branding and --with-custom-version configure options to
74 help forks/patchsets distinguish themselves.
75- Change version control from Mercurial to GIT.
76- Ensure SIGHUP and SIGINT keep working after a SIGINT restart.
77- Add --enable-fhs-paths configure option to allow installing into a more
78 FHS-like hierarchy.
79
8a419c60
SB
80-- charybdis-3.3.0
81
82server protocol
83- Add new BAN command, for propagated network-wide bans (K/X:lines and RESVs).
84 These will burst to new servers as they are introduced, and will stay in sync
85 across the whole network (new BAN capab).
86- Add new MLOCK command, to implement ircd-side channel mode locks. This allows
87 services to send out a list of mode letters for a given channel which may not
88 be changed, preventing mode fights between services and client bots (new MLOCK
89 capab).
90user
91- New RPL_QUIETLIST(728) and RPL_ENDOFQUIETLIST(729) numerics are used for the
92 quiet (+q) list, instead of overloading the ban list numerics.
93- Users may no longer change the topic of a -t channel if they cannot send to
94 it.
95- Add help for EXTBAN, describing the syntax of extended bans in general, as
96 well as the most common types.
97- Changed AWAY messages are now propagated to other servers. Previously, AWAY
98 was only propagated when the user was not already away.
99- Channel mode +c (and other places that disallow colour codes) now also strip
100 ASCII 29 (mIRC 7 italics).
101- Add auto-accept for user mode +g (callerid): Messaging a user while set +g
102 will automatically add them to your accept list.
a48f183c
AC
103- Add target change for channels. It applies to unopped, unvoiced and unopered
104 users. This has the effect of stopping spambots which join, message and part
105 many channels at a time.
106- Show RPL_WHOISLOGGEDIN in /whowas as well as in /whois entries. This adds at
107 most an additional 0.5MB of memory usage.
8a419c60
SB
108oper
109config
110- Add general::use_propagated_bans to switch the new BAN system on or off.
111- Add general::default_ident_timeout, to control the timeout for identd (auth)
112 connections.
a48f183c
AC
113- Add channel::channel_target_change to switch the new channel target change limits
114 on or off.
8a419c60
SB
115- Fix class::number_per_ident so that it also applies to connections without
116 identd.
a48f183c 117- Change the example sslport option to 6697, which is more standard than 9999.
8a419c60
SB
118misc
119- The custom channel mode API has been rewritten, allowing these modules to work
120 correctly when reloaded, or loaded from the config file.
121- The EFNet RBL is now recommended, instead of DroneBL.
122- Remove the unsupported modules directory.
123- Numerous bug fixes and code cleanups.
a48f183c 124- In mkpasswd, default to MD5 crypt instead of insecure DES.
8a419c60 125
1c5683de
JT
126-- charybdis-3.2.0
127
128server protocol
129- Apply +z to messages blocked by +b and +q as well. (new EOPMOD capab)
130- Add new topic command ETB, allowing services to set topic+setter+ts always.
131 (new EOPMOD capab)
132- The slash ('/') character is now allowed in spoofs.
133user
134- Add can_kick hook, based on the ircd-seven one.
135- Add cmode +C (no CTCP) from ircd-seven.
136- Flood checking has been reworked.
137- Fix op-moderate (cmode +z) for channel names with '@'.
138- Add CERTFP support, allowing users to connect with an SSL client
139 certificate and propagating the certificate fingerprint to other servers.
140 Services packages can use this to identify users based on client
141 certificates.
142- Maintain the list of recently used targets (for the target change
143 anti-spam system) in most-recently-used order, overwriting the least
144 recently used target with a new one. This should be friendlier to users
145 without giving spambots anything.
146- Do not require target change slots for replying to the last five users to
147 send a private message, notice or invite.
148- Apply target change restrictions to /invite.
149- Apply umode +g/+R restrictions to /invite, with the difference that
150 instead of sending "<user> is messaging you" the invite is let through
151 since that is just as noisy.
152oper
153- Add /rehash throttles to clear throttling.
154- Send all server notices resulting from a remote /rehash to the oper.
155- '\s' for space is now part of the matching, not a substitution at xline
156 time, fixing various issues with it.
157- Display o:line "nickname" in oper-up server notices.
158- Fix sendq exceeded snotes for servers.
159- SCAN UMODES: default list-max to 500, like a global WHO.
160- Ignore directory names in MODRELOAD to avoid crashing if it is a core
161 module and the path is incorrect.
087a8399 162- Tweaks to spambot checks.
1c5683de
JT
163config
164- Add channel::only_ascii_channels config option to restrict channel names
165 to printable ascii only.
166- Add channel::resv_forcepart, forcibly parts local users on channel RESV,
167 default enabled.
168misc
169- New mkpasswd from ircd-ratbox.
170- Check more system calls for errors and handle the errors.
171- Various ssld/libratbox bugfixes from ircd-ratbox. [some MERGED]
172- Fix fd passing on FreeBSD/amd64 and possibly Solaris/sparc. [MERGED]
173- Various documentation improvements. [some MERGED]
174- Fix some crash issues. [MERGED]
175- Add bandb from ircd-ratbox, which stores permanent dlines/klines/xlines/resvs
176 in an sqlite database instead of a flatfile and does the storage in a
b47da224
JT
177 helper process. Use bin/bantool -i to import your old bans into the
178 database.
1c5683de 179
38423900
JT
180-- charybdis-3.1.0
181
182- Remove TS5 support. No TS5 servers are permitted in a network with
183 charybdis 3.1.0 or newer, except jupes.
07d86ced
JT
184- Replace oper flags by privilege sets (privsets). This adds an extra
185 level of indirection between oper flags and operator blocks. /stats O
186 (capital O) shows the configured privsets.
38423900
JT
187- Update libratbox and ssld from upstream and use it better.
188- Add auth_user to auth{}. This allows specifying a username:password instead
189 of just a password in PASS, so that a fixed user@host is not necessary
190 for a specific auth{} block.
191- Add need_ssl to auth{} and operator{}. This makes these blocks reject
192 the user if not connected via SSL.
193- Allow modules to provide simple channel modes without parameter.
194- Remove restrictions on CNAME in the resolver.
195- Make the resolver remember nonresponsive nameservers.
196- Move nick collision notices from +s to +k.
197- Add additional information to various server notices about server
198 connections.
07d86ced
JT
199- Show throttle information in /stats t.
200- Show rejectcache and throttle information in /testline.
201- Show oper reason in /testline.
202- Allow opers to see other users' umodes with /mode <nick>.
7714f92a 203- SCAN UMODES GLOBAL NO-LIST MASK <mask> is no longer an operspy command.
38423900
JT
204- Also apply floodcount to messages to remote clients (except services).
205- Remove user@server messages to local users. Sending such messages to
206 remote servers is still possible, for securely messaging pseudoservers
207 whether service{}'ed or not. The special oper-only syntax opers@server
208 remains as well.
209- Allow /list on a named +p channel. A full /list already included +p channels.
210- Add operspy /topic.
27cdbd27 211- For remote rehashes, send error messages to the requesting oper as well.
c029a164
JT
212- Disable autoconnect for a server with excessive TS delta.
213- Disallow invites to juped channels.
27cdbd27 214- Warn about certain duplicate and redundant auth blocks.
38423900
JT
215- Make PRIVMSG/NOTICE behave as CPRIVMSG/CNOTICE automatically if possible.
216- Allow +z messages from outside if a channel is -n.
217- Allow coloured part reasons in -c channels.
218- Add ircu-like WHOX support. This allows requesting specific information
219 in /who and allows obtaining services login name for all users in a
220 channel. XChat/Conspire use WHOX to update away status more efficiently.
07d86ced
JT
221- Allow opers and shide_exempt users to see hopcounts even if flatten_links
222 is on.
38423900
JT
223- Rework ip_cloaking.
224- Add the IP address to userlog, as in ircd-ratbox 3.0.
225- Split cidr_bitlen into cidr_ipv4_bitlen and cidr_ipv6_bitlen.
07d86ced
JT
226- Allow using ziplinks with SSL connections. This is not as efficient as
227 using OpenSSL's built in compression, but also works with older versions
228 of OpenSSL.
c029a164
JT
229- Fix an off by one error with zipstats processing, which could overwrite
230 a variable with NULL causing a crash on some systems.
38423900 231- Document some extensions in charybdis-oper-guide.
07d86ced 232- Add more server protocol documentation.
27cdbd27
JT
233- Add m_sendbans extension, SENDBANS command to propagate xlines and resvs
234 manually.
235- Add chm_sslonly extension, cmode +S for SSL/TLS only channels.
3ecb8b06 236- Add chm_operonly extension, cmode +O for IRCop only channels.
27cdbd27 237- Add chm_adminonly extension, cmode +A for server admin only channels.
38423900
JT
238- Various code cleanups.
239
240-- charybdis-3.0.4
241
242- Fix a crash on certain recent versions of Ubuntu.
243- Allow 127.x.y.z for DNSBL replies instead of just 127.0.0.x.
244- Various documentation improvements.
245
246-- charybdis-3.0.3
247
248- Fix IPv6 D:lines
249- Fix rejectcache and unknown_count.
250- Fix genssl.sh.
251- Fix ident for SSL/TLS connections.
252- Fix SSL/TLS bugs for servers with more than about 100 connections.
253- Small bugfixes.
254
255-- charybdis-3.0.2
256
257- Improve OLIST extension error messages.
258- Improve some kline error checking.
259- Avoid timing out clients if we are still waiting for a DNSBL lookup.
260- Fix resolver hangs with epoll.
261- Fix compilation without zlib.
262
d99faa42
JT
263-- charybdis-3.0.1
264
265- Fix occasional hung clients with kqueue.
266- Fix a rare ssld crash.
267- Fix a bug that could cause incorrect connect failure reasons to be
268 reported.
c75eb8da 269- Make the IRCd work on MacOS X again.
d99faa42 270
aa218c5b
VY
271-- charybdis-3.0.0
272
509090fe
JT
273- Port the IRCd to libratbox, which has improved our portability and allows
274 us to reuse low-level code instead of maintaining our own.
275- Change configuration of maximum number of clients to ircd-ratbox 3 way.
276- Add adminwall from ircd-ratbox, as an extension.
277- Add client and server-to-server SSL, read example.conf for setup.
278- Replace servlink with ssld (also for ziplinks).
279- A new extban, $z, has been added for ssl users (extensions/extb_ssl.so).
7f9626ff 280- A new compatibility channel mode, +R, has been added, it sets
509090fe
JT
281 +q/-q $~a (extensions/chm_operonly_compat.so). This is similar to
282 the +R seen in ircd-seven.
ce56b91d 283- A new compatibility channel mode, +S, has been added, it sets
509090fe 284 +b/-b $~z (extensions/chm_sslonly_compat.so).
7f9626ff 285- A new compatibility channel mode, +O, has been added, it sets
509090fe
JT
286 +iI/-iI $o (extensions/chm_operonly_compat.so).
287- Add remote D:lines. Note that these are not enabled by default.
288- Remove EFnet-style G:lines. Noone appears to use these.
289- Remove idle time checking (auto disconnecting users idle too long).
290- Display a notice to clients when the IRCd is shut down using SIGTERM.
291- Some error messages have been clarified to enhance usability.
292- Close the link to servers that send invalid nicks (e.g. nicklen mismatches).
293 Formerly the users were killed from the network.
294- Enable topicburst by default in connect{}.
295- Fix a potential desync which can happen with oper override.
296- Remove "deopped" flag (TS5 legacy).
297- Use 127.0.0.1 as nameserver if none can be found in /etc/resolv.conf.
298- Only accept 127.0.0.x as a dnsbl listing.
299- Change cloaking module (same as 2.2.1, different from 2.2.0).
300- Make some more server notices about failed remote connect attempts
301 network wide.
302- Make some server notices about flooders and TS delta network wide.
303- Remove redundant "<server> had been connected for <time>" server notice.
304- Add resv oper privilege to control /resv, /unresv and cmode +L and +P,
305 enabled by default.
306- Add mass_notice oper privilege to control global notices and /wallops,
307 enabled by default.
308- Rework unkline/undline/unxline/unresv so they show the exact item removed
309 and do not rehash bans.
310- Show opers a list of recently (<24hrs) split servers in /map.
311- Add /privs command, shows effective privileges of a client.
aa218c5b 312
55da5539
AC
313-- charybdis-2.2.0
314
f32e30dd 315- The I/O code has been reworked, file descriptor metadata is stored in a
f7b60293 316 hashtable and the maximum number of clients can now be set in ircd.conf.
0b15df83
JT
317- Improve error checking and error messages for kline/dline/xline/resv files.
318- Allow kline ipv6:address, unkline some.host and unkline ipv6:address
319 without *@.
320- Add accountability (wallops, log) to OKICK extension.
321- Add opernick to OPME/OMODE/OJOIN log messages.
322- Add use_forward option, allows disabling cmode +fFQ and umode +Q.
323- Add keyword substitution to DNSBL reasons, making it possible to show
324 things like the user's IP address in the reason.
325- Use sendto_one_notice() more.
326- Server notices about kills now include the victim's nick!user@host instead
327 of just nick.
328- Include real hostname in Closing Link message for unknown connections
329 that have sent USER, in particular banned users.
330- Add some documentation about the SASL client protocol.
331- Change spambot, flooder and jupe joiner notices from host to orighost.
332- Remove the last remains of server hostmasking (this made it possible to
333 have multiple servers with similar names appear as a single server).
334- Keep bitmasks of modularized umodes reserved forever to the letter,
335 avoiding problems when reloading umode modules in a different order.
336- Fix -logfile.
337- Update to the new revision (v8) of the TS6 spec, this fixes problems with
0af87e57
JT
338 joins reversing certain mode changes crossing them. This interoperates
339 with older versions.
0b15df83
JT
340- Put "End of Channel Quiet List" at the end of +q lists.
341- Fix invisible count getting desynched from reality if the act of opering
342 up sets -i or +i.
343- Don't leak auth{} spoofed IP addresses in +f notices.
344- Shorten quit/part/kick reasons to avoid quit reasons overflowing the
345 client exiting server notice (from TOPICLEN to 260).
346- Fix some cases where 10 char usernames lose their final character.
347- Move username check after xline and dnsbl checks, so it will not complain
348 to opers about clients who are xlined or blacklisted anyway (both of
349 which silently reject).
350- Remove invite_ops_only config option, forcing it to YES.
351- Allow /invite (but not invex) to override +r, +l, +j in addition to +i.
f7b60293
JT
352- Add several new extensions, such as createoperonly.
353- Merge whois notice extensions into one and move it from snomask +y to +W.
0b15df83 354
212380e3
AC
355-- charybdis-2.1.2
356
357- Fix bug that could cause all hostmangled users to be exempted when a
358 single ban exception existed on a channel.
359- Tweak \s code a little.
360- Add a minor clarification to the SGML docs.
361- Avoid truncation in ip_cloaking (by removing components on the other side).
362 Note that this may cause channel +bqeI modes set on such very long hosts
363 to no longer match.
364
365-- charybdis-2.1.1
366
367- Search the shortest list (user's/channel's) when looking up channel
368 memberships.
369- Make the SID-collision notice look right under all conditions.
370- Move kills from services from +s to +k snomask.
371- When no_tilde is present on an auth{} block, check the non-tilde version
372 of the user@host against k:lines as well.
373- Put full reason in the SQUIT reason when a server is rejected for
374 insufficient parameters being passed to a command.
375- Don't redirect users to an existing domain, irc.fi.
376- Improve communication of servlink-related error messages.
377
378-- charybdis-2.1.0
379
7f9626ff 380- Our official website is now http://www.ircd-charybdis.org/.
212380e3
AC
381- Make RPL_ISUPPORT (005 numeric) modularizable.
382- Also do forwarding if the channel limit (+l) is exceeded.
383- Don't count opers on service{} servers in /lusers.
384- Allow servers to send to @#chan and +#chan.
385- Allow +S clients (services) to send to channels and @/+ channels always.
386- Allow normal match() on IP address also in /masktrace.
387- Add new testmask from ratbox 2.2. Allows matches on nick, ip and gecos
388 in addition to user and host, and is fully analogous to masktrace.
389 The numeric has changed from 724 to 727 and fields in it have changed.
390- Show IP addresses to opers in /whowas.
391- Add extb_extgecos extban option ($x:nick!user@host#gecos), from sorcery
392 modules.
393- Add extb_canjoin extban option ($j:#channel), matches if the user is banned
394 from the other channel.
395- Allow opers to /who based on realhost.
396- Allow opers to /masktrace, /testmask based on realhost.
397- Add general::operspy_dont_care_user_info, limits operspy accountability to
398 channel-related information.
399- Make host mangling more reliable.
400- Prevent ban evasion by enabling/disabling host mangling.
401- Add EUID, sends real host and services account in the same command as other
402 user information.
403- Make it possible to send CHGHOST without ENCAP (fixes problems with old
404 services).
405- Allow service{} servers to manipulate the nick delay table (for "nickserv
406 enforcement", aka SVSHOLD).
407- Send server notices about connections initiated by remote opers network wide.
408- Fix too early truncation of JOIN channel list.
409- Make the newconf system available to modules.
410- Add /stats s to the hurt module to list active hurts.
411- Add general::servicestring, shown in /whois for opered services (+oS).
412- Show real host/IP behind dynamic spoof in /whois to the user themselves
413 and opers.
414- Document option to disable nick delay.
415- Improve logging of server connections.
416- Clean up handling of hostnames in connect blocks.
417- Remove support for resolving ip6.int, people should be using ip6.arpa.
418- Unbreak --disable-balloc (useful for debugging with tools like valgrind).
419- Make Solaris 10 I/O ports code compile.
420- Add WEBIRC module to allow showing the real host/IP of CGI:IRC users.
421- Comment out blacklist{} block in example confs, as AHBL requires
422 notification before use.
423- Fix some bugs relating to the resolver.
424
425-- charybdis-2.0.0
426
427- Replace ADNS with a new smaller resolver from ircu and hybrid.
428- Make services shortcuts (/chanserv etc) configurable in ircd.conf.
429- Add extban: extensible +bqeI matching via modules. Syntax is
430 $<type>[:<data>]. By default no modules are loaded.
431- Add DNS blacklist checking.
432- Change operator{} block user@host from host to orighost. This means that
433 services/+h spoofs do not work in operator{} blocks; auth{} spoofs still
434 work. Check your operator{} blocks!
435- Split contrib/ into extensions/ and unsupported/.
436- Change CHGHOST do show the change to all other clients on common channels
437 with quit/join/mode.
438- Add /rehash nickdelay to clear out the nickdelay tables.
439- Glines are now disabled in the example confs.
440- Show more error messages on stderr.
441- Add OMODE command to extensions/ for easier oper mode hacking.
442- Add HURT system to extensions/; this shuns clients matching certain host/ip
443 unless and until they identify to services. Mainly intended for SorceryNet.
444- Show SASL success and failure counts in /stats t.
445- Allow more frequent autoconnects to servers.
446- Messaging services by nickname no longer uses target change slots.
447- Only accept SASL from servers in a service{} block.
448- New auth{} flag need_sasl to reject users who haven't done SASL
449 authentication.
450- Expand blah.blah and blah:blah to *!*@... instead of ...!*@* for bans
451- Don't allow opers to fake locops/operwall to +w.
452- Documentation updates.
453- Many bugfixes.
454
455-- charybdis-1.1.0
456
457- Implement SAFELIST.
458- Incorporate ircu's match() algorithm.
459- Improve usermode modularization.
460- Seperate server notices into a seperate snomask, freeing up many
461 usermodes to be used.
462- Add support for SIGNON originating from Hyperion2.
463- Modularize many server notices into seperate modules.
464- Add hooks for can_join and can_create_channel.
465- Add support for SASL authentication.
466- Add introduce_user hook for adding new messages when a user is bursted.
467- Move a large part of the ircd into libcharybdis.
468- Don't complain "unknown user mode" if a user tries to unset
469 a mode they do not have access to.
470- Update our challenge specification to the challenge implementation in
471 ratbox 2.2 for interoperability.
472- Make +f notices network-wide (local host, global host,
473 global user@host, local class), other notices tied to +f remain local.
474- Allow ENCAP REALHOST outside of netburst.
475- Add general::global_snotices option to make server notices be
476 network-wide or not.
477- Add sno_farconnect.c to contrib, provides farconnect support.
478 Could be useful for BOPM.
479- Add sno_routing.c which displays information about netsplits, netjoins
480 and the clients affected by them.
481- Add CHANTRACE and TRACEMASK commands from ratbox 3.0
482- Use IsOperAdmin() instead of IsAdmin() when sending admin-only messages,
483 that way hidden admins get them too.
484- Add m_error to core_module_table, somehow it was missing.
485- Correct a format string bug that occurs when a read error is
486 received.
487- Add some logging in places where we drop servers and only notify
488 server operators.
489- Track hostmask limits based on a client's original host, if
490 available.
491- Move HIDE_SPOOF_IPS into the general {} block in ircd.conf
492
493-- charybdis-1.0.3
494
495- Fix /invite UID leak. (Found by logiclrd@EFnet.)
496- Incorporate ratbox bugfixes for the MONITOR system.
497- Made show_ip() less braindead.
498- Show real errno if we fail to connect to a server.
499- Don't disclose server IP's when a connection fails.
500- Do not show the channels a service is sitting in.
501- Reverted the aline code from hybrid-7.2
502- Make sure TS6 services are recognized properly if connected remotely.
503- Tweak something in services support for cyrix boxes.
504
505-- charybdis-1.0.2
506
507- Fix propagation of an empty SJOIN (permanant channels).
508- Fix an exploit involving a malformed /trace request.
509- Don't display a blank RPL_WHOISCHANNELS in a remote whois request.
510- Allow modules to provide new usermodes.
511- On a nickname collision, change the collided nick to their unique ID,
512 if general::collision_fnc is enabled in the config.
513- Don't allow UID lookups in /monitor + and /monitor s
514- Fix a garbage issue with channel mode +j.
515- Apply proper capability flags to the proper server in me_gcap().
516- Use find_named_person() instead of find_person() in a nick collision.
517- Prevent UID disclosure in cmode setting.
518- Prevent UID disclosure to remote clients in /kick.
519- Do not allow users to query via /whois <server> <UID>.
520- Don't allow local users to use UID's in local usermode changes.
521- Propagate +q lists on netjunction.
522- Clear +q lists on a lowerTS SJOIN.
523- Ported a generic k/d/x-line parser from hybrid-7.2 which resulted in
524 duplicate code reduction.
525- Fix linebuf raw code to not truncate lines longer than 512 bytes;
526 improves ziplink reliability on net junction.
527- Use find_named_person() vs find_person() in services alias code.
528- Fix issue where channel forwarding token can be lost on net junction.
529- Fix empty channel desync issues involving +P.
530- Remove unused non-ENCAP CHGHOST support.
531- Use TS6 form for SQUIT wallops.
532- Propagate nickname changes for remote clients in TS6 form if possible,
533 even if sent in TS5 format.
534- Only clear oper_only_umodes for local clients on deoper.
535
536-- charybdis-1.0.1
537
538- Display logged in status on non-local clients too.
539- Documentation updates
540- Fix a bug with forward target authorization.
541- Fix a bug with mode propagation (+Q/+F).
542- Change ERR_NOSUCHNICK to ERR_SERVICESOFFLINE in services aliases.
543- Add remote rehashing.
544- Document service { } blocks (u:lines on ircu).
545- Document identify_service and identify_command in reference.conf.
546
547-- charybdis-1.0
548- Implement channel mode +L for channel list limit exemptions.
549- Implement channel mode +P primarily as a status mode, permanant
550 channel -- this is usually enforced via services registrations.
551- Change behaviour of /stats p: now displays all staff members instead
552 of local ones only.
553- Make oper_list global, add local_oper_list for local traffic.
554- Strip control codes from parts and quits.
555- Add channel mode +c which strips control codes from messages sent to
556 the channel.
557- Add channel mode +g which enables free use of the /invite command.
558- Add channel mode +z which sends rejected messages to channel ops.
559 Could be useful for Q&A sessions or other similar events.
560- Add channel quietmasks. These are recommended over the use of channel
561 bans used to remove a user's ability to participate in the channel.
562- Add channel join throttling mode, +j. Used to throttle channel join
563 traffic, i.e. join/part flood attacks. Syntax: +j <joins>:<timeslice>
564- Improvements to channel_modes(), from shadowircd -- allows for
565 better construction of the mode string.
566- Use the undernet throttle notice instead of bancache message when
567 dealing with rejected clients. (stolen from ircu2.10.12)
568- Add channel forwarding, via channel mode +f, behaves similarly to
569 dancer-ircd version.
570- Update example.conf to reflect AthemeNET changes. Original ratbox
571 config is now reference.conf.
572- Services account names are now tracked globally.
573- Add channel mode +Q which disables the effects of channel forwarding
574 on a temporary basis.
575- Add channel mode +F which allows anybody to disable forwarding target
576 authorisation, voluntarily on their channels.
577- Make wallops behave like normal wallops.
578- Add services aliases: /ns, /cs, /os, /nickserv, /chanserv, /operserv.
579- Add simple hack that enables use of server password for automatic
580 identify.
581
582-- ircd-ratbox-2.1.5+datadrain
583- fix a buffer overflow and an unterminated buffer when TS6 forces us
584 to remove bans
585- fix potential junk SJOIN generation when splitting it into multiple
586 lines
587- make servlink check for an uncompressed ERROR
588- change NICKLEN to 15.
589- change TOPICLEN to 390.
590- force services extensions to be enabled always
591- change patchlevel.h to get it's information from 'configure'
592- add m_chghost.c, ghetto rigged hostcloaking module, using elite ENCAP
593 technique
594
595-- ircd-ratbox-2.1.4
596- fix minor time bug which occurs on december 31st
597- dont drop a servers link when we get a malformed WHOIS
598- disallow commas in channel keys
599- fix compile problem with abort_list
600- fix build on darwin
601- fix compilation with gcc4
602- userhost was only allowing 4 targets instead of 5
603- invalidate channel ban cache on nickchange
604- add TARGMAX to 005, detailing maximum targets for messages
605- fix counting of clients on accept list when adding users
606- use ID instead of name when bursting SJOIN to TS6 servers
607- lower id in struct User, which was one byte bigger than it needs to be
608
609-- ircd-ratbox-2.1.3
610- removed sendq_eob as it just doesnt work on efnet
611- dont allow MONITOR from an unregistered client
612- add some uniqueness into the auth process for bopm
613- fix resvs to check whether target server is us properly
614- fix a core in cidr channel ban matching
615- raise max temptime to a year
616- fix cores when we receive extra params to NICK/UID
617- remove no_oper_resvs, add resv_exempt auth flag
618- fix flattened links
619- clean up the accept code, and dont clear a users own list of accepted
620 clients on nickchange
621- non-efnet:
622 - make services {}; blocks be displayed on stats U
623 - make services {}; blocks apply on rehash, you must now have only ONE
624 service {}; block, but you may have multiple name=""; entries within.
625 - only show services logged in info for local clients
626
627-- ircd-ratbox-2.1.2
628- fix missing end comment tag in example confs
629- fix display problem with unauthorised conn notice
630- remove some unused defines from INFO
631- fix tabs for spaces in some helpfiles
632- add in missing links_delay conf option
633- fix cores under amd64
634- disallow bans beginning with ':' over BMASK
635- disallow bans with a space in chm_ban()
636- stop counting hidden opers in stats p count output
637- match() params of remote unresv were inverted, causing it to never match
638- fix possibility of clients setting blank keys
639- fix UID problems with trace
640- raise default topiclen to 160
641- add in forced nick change for ratbox-services, when compiled with
642 --enable-services
643
644-- ircd-ratbox-2.1.1
645- remove an 005 token to hack around the parser bug
646- exempt users messaging themselves from target change
647- disallow messaging towards UIDs
648- add in doc/tgchange.txt
649- move stats L back to RPL_STATSLINKINFO
650- fix some minor auth problems
651- properly store ipv6 ips when we're compiled for v4 only
652- fix propagation of xline/resv
653- sync remote kline reasons with form used for local klines
654
655-- ircd-ratbox-2.1.0
656- no changes
657
658-- ircd-ratbox-2.1.0beta2
659- fix a few compile warnings
660- added multi-prefix clicap, for showing "@+" in NAMES/WHO replies
661- remove split_delay, make split servers now work on how many servers have
662 issued EOB, rather than how many exist.
663- server-side notify lists. See doc/monitor.txt
664- fix undline core
665- remove an unwanted space from beginning of second 005
666- fix a potential core with the patricia when removing classes
667- when we're handling global NAMES, dont output channels whose users are all
668 invisible
669
670-- ircd-ratbox-2.1.0beta1
671- No release notes, see doc/whats-new-2.1.txt
672
673--------------------------------------------------------------------------------
674
675BUGS: Major bugs in this release are listed in BUGS
676
677BUG REPORTS: If you run this code and encounter problems, you must report
91132813
JT
678via IRC to irc.atheme.org, #charybdis. For specific bugs you can use
679http://bugs-meta.atheme.org/ (Charybdis project).
212380e3
AC
680
681Please include a gdb backtrace and keep the core file, binaries and
682modules in case the developers need them.
683
684Other files recommended for reading: BUGS, README.FIRST, INSTALL
685
686--------------------------------------------------------------------------------
f7b60293 687$Id: NEWS 3496 2007-05-30 10:22:01Z jilles $
212380e3 688