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