]> jfr.im git - solanum.git/blame - NEWS
Document PRIVS command in sgml.
[solanum.git] / NEWS
CommitLineData
aa218c5b 1This is charybdis 3.0.0, Copyright (c) 2005-2008 Charybdis team.
212380e3
AC
2See LICENSE for licensing details (GPL v2).
3
aa218c5b
VY
4-- charybdis-3.0.0
5
509090fe
JT
6- Port the IRCd to libratbox, which has improved our portability and allows
7 us to reuse low-level code instead of maintaining our own.
8- Change configuration of maximum number of clients to ircd-ratbox 3 way.
9- Add adminwall from ircd-ratbox, as an extension.
10- Add client and server-to-server SSL, read example.conf for setup.
11- Replace servlink with ssld (also for ziplinks).
12- A new extban, $z, has been added for ssl users (extensions/extb_ssl.so).
7f9626ff 13- A new compatibility channel mode, +R, has been added, it sets
509090fe
JT
14 +q/-q $~a (extensions/chm_operonly_compat.so). This is similar to
15 the +R seen in ircd-seven.
ce56b91d 16- A new compatibility channel mode, +S, has been added, it sets
509090fe 17 +b/-b $~z (extensions/chm_sslonly_compat.so).
7f9626ff 18- A new compatibility channel mode, +O, has been added, it sets
509090fe
JT
19 +iI/-iI $o (extensions/chm_operonly_compat.so).
20- Add remote D:lines. Note that these are not enabled by default.
21- Remove EFnet-style G:lines. Noone appears to use these.
22- Remove idle time checking (auto disconnecting users idle too long).
23- Display a notice to clients when the IRCd is shut down using SIGTERM.
24- Some error messages have been clarified to enhance usability.
25- Close the link to servers that send invalid nicks (e.g. nicklen mismatches).
26 Formerly the users were killed from the network.
27- Enable topicburst by default in connect{}.
28- Fix a potential desync which can happen with oper override.
29- Remove "deopped" flag (TS5 legacy).
30- Use 127.0.0.1 as nameserver if none can be found in /etc/resolv.conf.
31- Only accept 127.0.0.x as a dnsbl listing.
32- Change cloaking module (same as 2.2.1, different from 2.2.0).
33- Make some more server notices about failed remote connect attempts
34 network wide.
35- Make some server notices about flooders and TS delta network wide.
36- Remove redundant "<server> had been connected for <time>" server notice.
37- Add resv oper privilege to control /resv, /unresv and cmode +L and +P,
38 enabled by default.
39- Add mass_notice oper privilege to control global notices and /wallops,
40 enabled by default.
41- Rework unkline/undline/unxline/unresv so they show the exact item removed
42 and do not rehash bans.
43- Show opers a list of recently (<24hrs) split servers in /map.
44- Add /privs command, shows effective privileges of a client.
aa218c5b 45
55da5539
AC
46-- charybdis-2.2.0
47
f32e30dd 48- The I/O code has been reworked, file descriptor metadata is stored in a
f7b60293 49 hashtable and the maximum number of clients can now be set in ircd.conf.
0b15df83
JT
50- Improve error checking and error messages for kline/dline/xline/resv files.
51- Allow kline ipv6:address, unkline some.host and unkline ipv6:address
52 without *@.
53- Add accountability (wallops, log) to OKICK extension.
54- Add opernick to OPME/OMODE/OJOIN log messages.
55- Add use_forward option, allows disabling cmode +fFQ and umode +Q.
56- Add keyword substitution to DNSBL reasons, making it possible to show
57 things like the user's IP address in the reason.
58- Use sendto_one_notice() more.
59- Server notices about kills now include the victim's nick!user@host instead
60 of just nick.
61- Include real hostname in Closing Link message for unknown connections
62 that have sent USER, in particular banned users.
63- Add some documentation about the SASL client protocol.
64- Change spambot, flooder and jupe joiner notices from host to orighost.
65- Remove the last remains of server hostmasking (this made it possible to
66 have multiple servers with similar names appear as a single server).
67- Keep bitmasks of modularized umodes reserved forever to the letter,
68 avoiding problems when reloading umode modules in a different order.
69- Fix -logfile.
70- Update to the new revision (v8) of the TS6 spec, this fixes problems with
0af87e57
JT
71 joins reversing certain mode changes crossing them. This interoperates
72 with older versions.
0b15df83
JT
73- Put "End of Channel Quiet List" at the end of +q lists.
74- Fix invisible count getting desynched from reality if the act of opering
75 up sets -i or +i.
76- Don't leak auth{} spoofed IP addresses in +f notices.
77- Shorten quit/part/kick reasons to avoid quit reasons overflowing the
78 client exiting server notice (from TOPICLEN to 260).
79- Fix some cases where 10 char usernames lose their final character.
80- Move username check after xline and dnsbl checks, so it will not complain
81 to opers about clients who are xlined or blacklisted anyway (both of
82 which silently reject).
83- Remove invite_ops_only config option, forcing it to YES.
84- Allow /invite (but not invex) to override +r, +l, +j in addition to +i.
f7b60293
JT
85- Add several new extensions, such as createoperonly.
86- Merge whois notice extensions into one and move it from snomask +y to +W.
0b15df83 87
212380e3
AC
88-- charybdis-2.1.2
89
90- Fix bug that could cause all hostmangled users to be exempted when a
91 single ban exception existed on a channel.
92- Tweak \s code a little.
93- Add a minor clarification to the SGML docs.
94- Avoid truncation in ip_cloaking (by removing components on the other side).
95 Note that this may cause channel +bqeI modes set on such very long hosts
96 to no longer match.
97
98-- charybdis-2.1.1
99
100- Search the shortest list (user's/channel's) when looking up channel
101 memberships.
102- Make the SID-collision notice look right under all conditions.
103- Move kills from services from +s to +k snomask.
104- When no_tilde is present on an auth{} block, check the non-tilde version
105 of the user@host against k:lines as well.
106- Put full reason in the SQUIT reason when a server is rejected for
107 insufficient parameters being passed to a command.
108- Don't redirect users to an existing domain, irc.fi.
109- Improve communication of servlink-related error messages.
110
111-- charybdis-2.1.0
112
7f9626ff 113- Our official website is now http://www.ircd-charybdis.org/.
212380e3
AC
114- Make RPL_ISUPPORT (005 numeric) modularizable.
115- Also do forwarding if the channel limit (+l) is exceeded.
116- Don't count opers on service{} servers in /lusers.
117- Allow servers to send to @#chan and +#chan.
118- Allow +S clients (services) to send to channels and @/+ channels always.
119- Allow normal match() on IP address also in /masktrace.
120- Add new testmask from ratbox 2.2. Allows matches on nick, ip and gecos
121 in addition to user and host, and is fully analogous to masktrace.
122 The numeric has changed from 724 to 727 and fields in it have changed.
123- Show IP addresses to opers in /whowas.
124- Add extb_extgecos extban option ($x:nick!user@host#gecos), from sorcery
125 modules.
126- Add extb_canjoin extban option ($j:#channel), matches if the user is banned
127 from the other channel.
128- Allow opers to /who based on realhost.
129- Allow opers to /masktrace, /testmask based on realhost.
130- Add general::operspy_dont_care_user_info, limits operspy accountability to
131 channel-related information.
132- Make host mangling more reliable.
133- Prevent ban evasion by enabling/disabling host mangling.
134- Add EUID, sends real host and services account in the same command as other
135 user information.
136- Make it possible to send CHGHOST without ENCAP (fixes problems with old
137 services).
138- Allow service{} servers to manipulate the nick delay table (for "nickserv
139 enforcement", aka SVSHOLD).
140- Send server notices about connections initiated by remote opers network wide.
141- Fix too early truncation of JOIN channel list.
142- Make the newconf system available to modules.
143- Add /stats s to the hurt module to list active hurts.
144- Add general::servicestring, shown in /whois for opered services (+oS).
145- Show real host/IP behind dynamic spoof in /whois to the user themselves
146 and opers.
147- Document option to disable nick delay.
148- Improve logging of server connections.
149- Clean up handling of hostnames in connect blocks.
150- Remove support for resolving ip6.int, people should be using ip6.arpa.
151- Unbreak --disable-balloc (useful for debugging with tools like valgrind).
152- Make Solaris 10 I/O ports code compile.
153- Add WEBIRC module to allow showing the real host/IP of CGI:IRC users.
154- Comment out blacklist{} block in example confs, as AHBL requires
155 notification before use.
156- Fix some bugs relating to the resolver.
157
158-- charybdis-2.0.0
159
160- Replace ADNS with a new smaller resolver from ircu and hybrid.
161- Make services shortcuts (/chanserv etc) configurable in ircd.conf.
162- Add extban: extensible +bqeI matching via modules. Syntax is
163 $<type>[:<data>]. By default no modules are loaded.
164- Add DNS blacklist checking.
165- Change operator{} block user@host from host to orighost. This means that
166 services/+h spoofs do not work in operator{} blocks; auth{} spoofs still
167 work. Check your operator{} blocks!
168- Split contrib/ into extensions/ and unsupported/.
169- Change CHGHOST do show the change to all other clients on common channels
170 with quit/join/mode.
171- Add /rehash nickdelay to clear out the nickdelay tables.
172- Glines are now disabled in the example confs.
173- Show more error messages on stderr.
174- Add OMODE command to extensions/ for easier oper mode hacking.
175- Add HURT system to extensions/; this shuns clients matching certain host/ip
176 unless and until they identify to services. Mainly intended for SorceryNet.
177- Show SASL success and failure counts in /stats t.
178- Allow more frequent autoconnects to servers.
179- Messaging services by nickname no longer uses target change slots.
180- Only accept SASL from servers in a service{} block.
181- New auth{} flag need_sasl to reject users who haven't done SASL
182 authentication.
183- Expand blah.blah and blah:blah to *!*@... instead of ...!*@* for bans
184- Don't allow opers to fake locops/operwall to +w.
185- Documentation updates.
186- Many bugfixes.
187
188-- charybdis-1.1.0
189
190- Implement SAFELIST.
191- Incorporate ircu's match() algorithm.
192- Improve usermode modularization.
193- Seperate server notices into a seperate snomask, freeing up many
194 usermodes to be used.
195- Add support for SIGNON originating from Hyperion2.
196- Modularize many server notices into seperate modules.
197- Add hooks for can_join and can_create_channel.
198- Add support for SASL authentication.
199- Add introduce_user hook for adding new messages when a user is bursted.
200- Move a large part of the ircd into libcharybdis.
201- Don't complain "unknown user mode" if a user tries to unset
202 a mode they do not have access to.
203- Update our challenge specification to the challenge implementation in
204 ratbox 2.2 for interoperability.
205- Make +f notices network-wide (local host, global host,
206 global user@host, local class), other notices tied to +f remain local.
207- Allow ENCAP REALHOST outside of netburst.
208- Add general::global_snotices option to make server notices be
209 network-wide or not.
210- Add sno_farconnect.c to contrib, provides farconnect support.
211 Could be useful for BOPM.
212- Add sno_routing.c which displays information about netsplits, netjoins
213 and the clients affected by them.
214- Add CHANTRACE and TRACEMASK commands from ratbox 3.0
215- Use IsOperAdmin() instead of IsAdmin() when sending admin-only messages,
216 that way hidden admins get them too.
217- Add m_error to core_module_table, somehow it was missing.
218- Correct a format string bug that occurs when a read error is
219 received.
220- Add some logging in places where we drop servers and only notify
221 server operators.
222- Track hostmask limits based on a client's original host, if
223 available.
224- Move HIDE_SPOOF_IPS into the general {} block in ircd.conf
225
226-- charybdis-1.0.3
227
228- Fix /invite UID leak. (Found by logiclrd@EFnet.)
229- Incorporate ratbox bugfixes for the MONITOR system.
230- Made show_ip() less braindead.
231- Show real errno if we fail to connect to a server.
232- Don't disclose server IP's when a connection fails.
233- Do not show the channels a service is sitting in.
234- Reverted the aline code from hybrid-7.2
235- Make sure TS6 services are recognized properly if connected remotely.
236- Tweak something in services support for cyrix boxes.
237
238-- charybdis-1.0.2
239
240- Fix propagation of an empty SJOIN (permanant channels).
241- Fix an exploit involving a malformed /trace request.
242- Don't display a blank RPL_WHOISCHANNELS in a remote whois request.
243- Allow modules to provide new usermodes.
244- On a nickname collision, change the collided nick to their unique ID,
245 if general::collision_fnc is enabled in the config.
246- Don't allow UID lookups in /monitor + and /monitor s
247- Fix a garbage issue with channel mode +j.
248- Apply proper capability flags to the proper server in me_gcap().
249- Use find_named_person() instead of find_person() in a nick collision.
250- Prevent UID disclosure in cmode setting.
251- Prevent UID disclosure to remote clients in /kick.
252- Do not allow users to query via /whois <server> <UID>.
253- Don't allow local users to use UID's in local usermode changes.
254- Propagate +q lists on netjunction.
255- Clear +q lists on a lowerTS SJOIN.
256- Ported a generic k/d/x-line parser from hybrid-7.2 which resulted in
257 duplicate code reduction.
258- Fix linebuf raw code to not truncate lines longer than 512 bytes;
259 improves ziplink reliability on net junction.
260- Use find_named_person() vs find_person() in services alias code.
261- Fix issue where channel forwarding token can be lost on net junction.
262- Fix empty channel desync issues involving +P.
263- Remove unused non-ENCAP CHGHOST support.
264- Use TS6 form for SQUIT wallops.
265- Propagate nickname changes for remote clients in TS6 form if possible,
266 even if sent in TS5 format.
267- Only clear oper_only_umodes for local clients on deoper.
268
269-- charybdis-1.0.1
270
271- Display logged in status on non-local clients too.
272- Documentation updates
273- Fix a bug with forward target authorization.
274- Fix a bug with mode propagation (+Q/+F).
275- Change ERR_NOSUCHNICK to ERR_SERVICESOFFLINE in services aliases.
276- Add remote rehashing.
277- Document service { } blocks (u:lines on ircu).
278- Document identify_service and identify_command in reference.conf.
279
280-- charybdis-1.0
281- Implement channel mode +L for channel list limit exemptions.
282- Implement channel mode +P primarily as a status mode, permanant
283 channel -- this is usually enforced via services registrations.
284- Change behaviour of /stats p: now displays all staff members instead
285 of local ones only.
286- Make oper_list global, add local_oper_list for local traffic.
287- Strip control codes from parts and quits.
288- Add channel mode +c which strips control codes from messages sent to
289 the channel.
290- Add channel mode +g which enables free use of the /invite command.
291- Add channel mode +z which sends rejected messages to channel ops.
292 Could be useful for Q&A sessions or other similar events.
293- Add channel quietmasks. These are recommended over the use of channel
294 bans used to remove a user's ability to participate in the channel.
295- Add channel join throttling mode, +j. Used to throttle channel join
296 traffic, i.e. join/part flood attacks. Syntax: +j <joins>:<timeslice>
297- Improvements to channel_modes(), from shadowircd -- allows for
298 better construction of the mode string.
299- Use the undernet throttle notice instead of bancache message when
300 dealing with rejected clients. (stolen from ircu2.10.12)
301- Add channel forwarding, via channel mode +f, behaves similarly to
302 dancer-ircd version.
303- Update example.conf to reflect AthemeNET changes. Original ratbox
304 config is now reference.conf.
305- Services account names are now tracked globally.
306- Add channel mode +Q which disables the effects of channel forwarding
307 on a temporary basis.
308- Add channel mode +F which allows anybody to disable forwarding target
309 authorisation, voluntarily on their channels.
310- Make wallops behave like normal wallops.
311- Add services aliases: /ns, /cs, /os, /nickserv, /chanserv, /operserv.
312- Add simple hack that enables use of server password for automatic
313 identify.
314
315-- ircd-ratbox-2.1.5+datadrain
316- fix a buffer overflow and an unterminated buffer when TS6 forces us
317 to remove bans
318- fix potential junk SJOIN generation when splitting it into multiple
319 lines
320- make servlink check for an uncompressed ERROR
321- change NICKLEN to 15.
322- change TOPICLEN to 390.
323- force services extensions to be enabled always
324- change patchlevel.h to get it's information from 'configure'
325- add m_chghost.c, ghetto rigged hostcloaking module, using elite ENCAP
326 technique
327
328-- ircd-ratbox-2.1.4
329- fix minor time bug which occurs on december 31st
330- dont drop a servers link when we get a malformed WHOIS
331- disallow commas in channel keys
332- fix compile problem with abort_list
333- fix build on darwin
334- fix compilation with gcc4
335- userhost was only allowing 4 targets instead of 5
336- invalidate channel ban cache on nickchange
337- add TARGMAX to 005, detailing maximum targets for messages
338- fix counting of clients on accept list when adding users
339- use ID instead of name when bursting SJOIN to TS6 servers
340- lower id in struct User, which was one byte bigger than it needs to be
341
342-- ircd-ratbox-2.1.3
343- removed sendq_eob as it just doesnt work on efnet
344- dont allow MONITOR from an unregistered client
345- add some uniqueness into the auth process for bopm
346- fix resvs to check whether target server is us properly
347- fix a core in cidr channel ban matching
348- raise max temptime to a year
349- fix cores when we receive extra params to NICK/UID
350- remove no_oper_resvs, add resv_exempt auth flag
351- fix flattened links
352- clean up the accept code, and dont clear a users own list of accepted
353 clients on nickchange
354- non-efnet:
355 - make services {}; blocks be displayed on stats U
356 - make services {}; blocks apply on rehash, you must now have only ONE
357 service {}; block, but you may have multiple name=""; entries within.
358 - only show services logged in info for local clients
359
360-- ircd-ratbox-2.1.2
361- fix missing end comment tag in example confs
362- fix display problem with unauthorised conn notice
363- remove some unused defines from INFO
364- fix tabs for spaces in some helpfiles
365- add in missing links_delay conf option
366- fix cores under amd64
367- disallow bans beginning with ':' over BMASK
368- disallow bans with a space in chm_ban()
369- stop counting hidden opers in stats p count output
370- match() params of remote unresv were inverted, causing it to never match
371- fix possibility of clients setting blank keys
372- fix UID problems with trace
373- raise default topiclen to 160
374- add in forced nick change for ratbox-services, when compiled with
375 --enable-services
376
377-- ircd-ratbox-2.1.1
378- remove an 005 token to hack around the parser bug
379- exempt users messaging themselves from target change
380- disallow messaging towards UIDs
381- add in doc/tgchange.txt
382- move stats L back to RPL_STATSLINKINFO
383- fix some minor auth problems
384- properly store ipv6 ips when we're compiled for v4 only
385- fix propagation of xline/resv
386- sync remote kline reasons with form used for local klines
387
388-- ircd-ratbox-2.1.0
389- no changes
390
391-- ircd-ratbox-2.1.0beta2
392- fix a few compile warnings
393- added multi-prefix clicap, for showing "@+" in NAMES/WHO replies
394- remove split_delay, make split servers now work on how many servers have
395 issued EOB, rather than how many exist.
396- server-side notify lists. See doc/monitor.txt
397- fix undline core
398- remove an unwanted space from beginning of second 005
399- fix a potential core with the patricia when removing classes
400- when we're handling global NAMES, dont output channels whose users are all
401 invisible
402
403-- ircd-ratbox-2.1.0beta1
404- No release notes, see doc/whats-new-2.1.txt
405
406--------------------------------------------------------------------------------
407
408BUGS: Major bugs in this release are listed in BUGS
409
410BUG REPORTS: If you run this code and encounter problems, you must report
91132813
JT
411via IRC to irc.atheme.org, #charybdis. For specific bugs you can use
412http://bugs-meta.atheme.org/ (Charybdis project).
212380e3
AC
413
414Please include a gdb backtrace and keep the core file, binaries and
415modules in case the developers need them.
416
417Other files recommended for reading: BUGS, README.FIRST, INSTALL
418
419--------------------------------------------------------------------------------
f7b60293 420$Id: NEWS 3496 2007-05-30 10:22:01Z jilles $
212380e3 421