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