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