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