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