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