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