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