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