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