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