source: doc/CHANGES @ 21d09ac

Last change on this file since 21d09ac was 21d09ac, checked in by Wilmer van der Gaast <wilmer@…>, at 2005-11-09T01:02:05Z

Forgot to modify CHANGES again, and removed some more debugging code we don't
need anymore (and didn't want to have in a release in the first place...)

  • Property mode set to 100644
File size: 24.5 KB
Line 
1Version 1.0:
2- Removed some crashy debugging code.
3- QUIT command now works before logging in. (Mainly an RFC-compliancy fix.)
4
5Finished ...
6
7Version 0.99:
8- Fixed memory initialization bug in OSCAR module that caused crashes on
9  closing the connection.
10- Most likely fixed the bug that caused BitlBee to use 100% CPU time in
11  some situations.
12- Outgoing MSN typing notifications are now understood correctly by the
13  orignal MS Mac/Windows clients (again).
14- Added "account add $protocol" to the documentation, got rid of a lot
15  of over-markup (i.e. overuse of bold-tags), reviewed some other parts.
16- Small changes to help.xsl to fix small flaws in the help.txt formatting.
17- Messaging yourself now doesn't make irssi or mIRC crash anymore.
18
19Finished 3 Nov 2005
20
21Version 0.93:
22- &quot; is now correctly converted to " instead of '.
23- Code cleanup in OSCAR module.
24- Some changes for better RFC-compliancy.
25- It's now possible to specify an alternate Jabber server.
26- bitlbee_save() now also checks the return value of fclose(), which might
27  solve more problems with lost account data.
28- Fixed a file descriptor leak in bitlbee.c.
29- Signedness fixes (mainly to keep GCC4 happy).
30- Away messages are now sent correctly to most ICQ clients.
31- BitlBee knows now which connection sends HTML, so it will strip HTML
32  automatically, "set html strip" is no longer necessary. Also, outgoing HTML
33  is escaped correctly.
34- info-command works for AIM-connections too now.
35- /notices to users will be sent as auto-away replies.
36- Messages about a connection now also mention a handle, for people who have
37  multiple accounts in use of the same protocol.
38- Examples are back in help.txt.
39
40Finished 31 Oct 2005
41
42Version 0.92:
43- Fixed some formatting issues with the help.txt XSL-sheet.
44- Moved the polling of the IRC connections to glib instead of a separate
45  select().
46- Added ctags generation to the Makefiles.
47- Sending a CTCP TYPING message to a user in your buddy list now sends a
48  typing notification to that person, if the protocol supports it. You
49  probably want to write/use a script for your IRC client to do this.
50- A dash is no longer considered a lowercase underscore in nicknames.
51- CTCP's to buddies no longer alter their private/non-private state.
52- Clean shutdown (with saving settings) on SIGTERM.
53- Fixed a crash on connecting to unreachable Jabber/SSL servers.
54- On ICQ, offline messages are now requested after receiving the buddy
55  list. This should get rid of the "Message from unknown OSCAR handle"
56  messages on login.
57- The linked list of buddies/nicks is now always sorted, which makes the
58  blist output a bit more useful.
59- Fixed a crash on renaming NickServ. (There's no reason to do this, but
60  still crashing isn't really how BitlBee should tell you that. ;-)
61- Now the message about the "new" ICQ server-side buddy lists is only
62  displayed when the server-side list is still empty.
63- The Yahoo! markup language stripper is now less likely to strip things
64  that shouldn't be stripped.
65- Working around a shortcoming in the Yahoo! cleanup code that didn't
66  cause any serious problems in previous versions, but got pretty nasty
67  (100% CPU time usage) now with everything in the glib main loop.
68- Fixed a bug in http_encode that might have caused buffer overflows
69  (although not likely to be exploitable) when trying to encode strings
70  with non-ASCII characters.
71- Fixed AIM screenname handling on ICQ connections.
72- When blocking someone, the MSN module now closes the conversation you're
73  having with him/her (if any) so he/she can't continue talking to you
74  (for as long as the conversation lasts).
75- Away messages are only sent when messaging someone outside the control
76  channel. (And now also when the user is offline instead of just away.)
77- Moved charset conversion in serv_buddy_rename() to the right place so
78  bogus changes are always detected now.
79- iso8859-1 is now the default charset because -15 caused some problems
80  and because -1 is enough for most people anyway.
81- Fixed crashes on attempting to add a buddy (or do other things) on
82  connections that are still initializing.
83- Added support for server-side notifies using the WATCH command.
84- IRC_MAX_ARGS is dead, at least for IRC commands.
85- Fixed a bug that made BitlBee crash on failing fresh MSN switchboard
86  connections.
87- Fixed an invisibility bug in the MSN code that handled transfers to
88  other servers in the middle of a session.
89- Newline stripping added to prevent newline-in-friendlyname attacks.
90  (Which allowed remote people to make BitlBee send raw custom IRC lines.)
91
92Finished 23 Feb 2005
93
94Version 0.91:
95- Full support for ICQ server-side contact lists!
96  NOTE: BitlBee now ignores your client-side contact list. If you want to
97        import your ICQ contact list, use the import_buddies command.
98- Added the import_buddies command for upgrading purposes.
99- Added support for OpenSSL.
100- Fixed one major problem with the daemon mode by getting rid of the global
101  IRC structure.
102- Documentation fixes. help.txt is now generated from XML. Also updated the
103  installation manual.
104- Made the quickstart up-to-date. (By Elizabeth Krumbach)
105- Some bitlbeed additions. (By Marcus Dennis)
106- info-command support for Jabber, MSN, Yahoo! and a more verbose info-reply
107  for ICQ. (By Frank Thieme)
108- Support for Jabber over SSL.
109- nick_get() appends a _ on duplicates instead of chopping off the last
110  character.
111- Got rid of an unused piece of code that caused crashes.
112  (oscar.c:gaim_parse_clientauto)
113- When splitting long messages into 450-char chunks, BitlBee now tries not
114  to cut off in the middle of a line.
115- Added a warning when the user specifies an unknown OSCAR server.
116- Removed GLib 2.x dependency, BitlBee will work with GLib 1.x again.
117- Improved strip_html(), now less likely to strip non-HTML things.
118- An invalid account-command will now display an error message.
119- Fixed a bug that caused crashes when /CTCP'ing a groupchat channel.
120- Hopefully better Unicode/non-ASCII support for ICQ.
121- Fixed MSN connection crash on non-ASCII characters in screenname.
122- Added some missing charset conversion calls. (serv_got_crap,
123  serv_buddy_rename)
124- "account off" without extra arguments now logs off all connections.
125- Fixed a crash-bug on disconnecting Yahoo! connections before they're fully
126  connected.
127- Fixed a bug in helpfile handling which sometimes caused crashes in daemon
128  mode.
129- block and allow commands work with just a nick as an argument again.
130- Working around a crash on some probably invalid Yahoo! packets.
131- Fixed a possible double free() on shutdown in irc_free().
132- Talking to ICQ people on AIM and vice versa and talking to people with
133  @mac.com accounts now possible.
134- Low ASCII chars are now stripped from away-messages so the Jabber module
135  won't barf on BitchX and lame-script away messages anymore.
136
137Finished 25 Sep 2004
138
139Version 0.90a:
140- Fixed the Yahoo! authentication code.
141
142Finished 28 Jun 2004
143
144Version 0.90:
145- A complete rewrite of the MSN module. This gives BitlBee the following
146  new features/improvements:
147  * You can now start groupchats with MSN people without having to send them
148    a bogus message first.
149  * People who are in your MSN block/allow list, but not in your contact
150    list, shouldn't show up in your BitlBee buddy lists anymore.
151  * Passport authentication shouldn't lock up the whole program for a couple
152    of seconds anymore. Additionally, it should also work behind proxies now.
153  * Better recognition of incoming file transfers; they're now recognized
154    when coming from non-English MS Messenger clients too.
155  * Fixed a problem with MSN passwords with non-alphanumeric characters.
156  * Mail notification support (also for Yahoo!)...
157  * Parsing of maintenance messages (ie "Server is going down in x minutes").
158  * Hopefully more stability.
159- Changes in the OSCAR module:
160  * Better reading of ICQ-away-states.
161  * Lots of cleanups.
162- Yahoo! module:
163  * Fixed authentication on 64-bit machines. (Patch from Matt Rogers)
164  * Better stripping of markup tags.
165- Lots of cleanup in all IM-modules.
166- Added support for using libnss instead of libgnutls.
167- Reverse hostname lookups work on IPv6 sockets too now. (And don't crash
168  the program anymore.)
169- Fixed a little problem with identifying right after registering a nick.
170- Restored complete proxy support and added a proxy setting to the conffile.
171- BitlBee can now tell you when people in your buddy list change their
172  "friendly name".
173- Instead of an account number, you can also specify the protocol name or
174  (part of) the username as an account identification with commands like
175  "account on", "add", etc.
176- BitlBee remembers what connection a question (i.e. authorization request)
177  belongs to and cleans it up when the connection goes down; this fixes
178  (one of) the last known crash bugs.
179- Plus some other changes in question management. (The query_order setting
180  is one of them. The default behaviour changed a bit, for more information
181  please read "help set query_order".)
182- Also fixed a memory management bug in the question code which caused some
183  crashes.
184- Optimized some nick handling functions and added a hash of all the users
185  to speed up user_find() a bit (especially good for people with large
186  buddy and notify lists).
187- Lots of changes for the Win32 port (see http://jelmer.vernstok.nl/).
188- Added the drop-command.
189- Fixed small problem with versions of sed which don't support the +
190  "operator" (the BSD version, for example, even though the operator is
191  documented properly in the re_format manpage...).
192- Added the default_target setting.
193- Added a CenterICQ2BitlBee conversion script.
194- Put back the evaluator for "set charset" (which got lost somewhere between
195  0.84 and 0.85), so an incorrect charset will be rejected again.
196- ISON now (A) gives one single reply and (B) also replies when none of the
197  persons asked for are on-line.
198- Using GConv instead of iconv now.
199- Incoming messages larger than 450 characters are now split into parts
200  before sending them to the user.
201- Fixed a bug in irc_exec() which could crash the program when some commands
202  were called with too little arguments.
203- Fixed a dumb NULL pointer dereference in the JOIN command.
204- Added rate limiting to bitlbeed. (Against server hammering)
205- Added handling of CTCP PINGs (yet another self-ping used by some IRC
206  clients...)
207- Added bitlbee_tab_completion.pl.
208- Removed the vCard handling code from Jabber because it's (A) not used and
209  (B) had a possible format string vulnerability.
210- Got rid of strcpy() in account.c. (Thanks to NETRIC for reporting these two
211  problems.)
212- ISO8859-15 is now the default charset.
213
214Finished 21 May 2004
215
216Version 0.85a:
217- Fixed an authentication problem with logging into some MSN accounts.
218- Removed a non-critical warning message from the ICQ servers when logging
219  in with an empty contact list.
220- Fixed reading the [defaults] section of bitlbee.conf.
221- The last newline in outgoing messages when using the buddy_sendbuffer is
222  now removed correctly.
223- Yahoo! colour/font tag stripping now actually works.
224- Fixed compilation on *BSD and some Linux architectures.
225
226Finished 24 Mar 2004
227
228Version 0.85:
229- Users can specify alternate configuration files/directories at runtime
230  now.
231- Rename now doesn't choke on name changes with only case changes anymore.
232- Imported the daemon patch into the main source tree. The daemon mode is
233  still experimental, this just eases maintenance. This daemon patch brings
234  a lot of features, including (as the name says) a real daemon mode and
235  also buffering of the data sent to the user, and flood protection.
236- Strips font and colour codes from Yahoo! messages.
237- Support for groupchats on Yahoo!
238- Fixed removing Yahoo! buddies from a different group than "Buddies".
239- Jabber presence packets with error messages are interpreted correctly now.
240  (They used to be parsed as a signin.)
241- bitlbee_save() checks return values from fprintf() and writes to tempfiles
242  first to make sure no old files get lost when there's a write error.
243- ICQ buddies are added all at once instead of once at a time. This should
244  solve problems with huge buddy lists.
245- Made the client pinging timings configurable. (Without requiring
246  recompilation)
247- MSN and Yahoo flag the connection as "wants_to_die" when they're logged
248  off because of a concurrent login. This means reconnection will be disabled
249  on concurrent logins.
250- BitlBee can now buffer the messages sent to someone before they're actually
251  sent, and wait for a specified number of seconds for more lines to be added
252  to the buffer before the message will really be sent.
253- Renamed the reconnect_delay setting to auto_reconnect_delay.
254- Unknown settings aren't saved anymore.
255
256Finished 13 Mar 2004
257
258Version 0.84:
259- Removed the libsoup dependency.
260- Fixed AuthMode=Registered: It will now restore your accounts when
261  identifying.
262- Fixed Yahoo! support.
263- Fixed a little memory leak in user.c.
264- Fixed a security bug in unused code in proxy.c, only people who use
265  the HTTP proxy support and an untrusted proxy might need this. We
266  haven't done an emergency release for this fix because proxy support
267  is disabled by default.
268- Fixed some memory leaks in IM-code.
269
270Finished 13 Feb 2004
271
272Version 0.83:
273- Fixed a crash bug on connecting to unsupported accounts.
274- Fixed a problem with connecting to MSN accounts with empty buddy
275  lists.
276- Fixed another inifite-loop bug in nick_get() and added a piece
277  of code which detects the infinite loop and asks the user to send
278  a bug report.
279- Fixed iconv-Solaris linking issues.
280- Fixed all the problems with spaces in AIM screennames now, we hope.
281- Fixed a buffer overflow in the nick handling code. Buffers are
282  overflowed with static data (nulls), so we don't think it's exploitable.
283- Added server-client pinging, useful for remote servers.
284- Added the hostname setting.
285- Some bitlbeed changes.
286- Added a little part to the on-line quickstart about the settings and
287  other help topics, this hopefully answers a lot of FAQ's.
288- Fixed the signal handler to re-raise the signal after the handler quits.
289  This makes sure the default handler is called after our handler sends
290  the user a bye-message, so core dumps are created and the parent will
291  get more useful information back from wait().
292- Added support for ICQ URL messages.
293- Fixed strip_html() behaviour on unknown &entities;.
294- Fixed a possible problem with Yahoo!
295- Fixed a problem with logging into more than one MSN account at once.
296
297Finished 31 Dec 2003
298
299Version 0.82:
300- Fixed a little bug in nick.c which could cause a complete hang for
301  some tricky buddylists. (Thanks to Geert Hauwaerts for helping with
302  fixing this bug)
303- Fixed MSN support. (Lots of thanks to Wouter Paesen!)
304- Removed the old login/logout commands.
305- Added the qlist command.
306- Fixed a buffer overflow in the nick checking code. (Thanks to Jon
307  Åslund for pointing us at this problem)
308- Adds the add_private and add_channel options for set handle_unknown.
309- Some documentation updates.
310- Added two small utilities to encode/decode BitlCrypted files.
311
312Finished 31 Oct 2003
313
314Version 0.81a:
315- This version just fixes some small things we should've fixed before
316  releasing 0.81:
317- Fixed a small bug in the auto-reconnect cleanup code.
318- Fixed the Makefile: Now it doesn't just overwrite your etc files when
319  installing.
320- Fixed the Makefile: $prefix/etc/bitlbee/ is the default etcdir now.
321- Disabling MSN by default, now that it doesn't work. It'll be back on
322  as soon as we get the module working again.
323
324Finished 16 Oct 2003
325
326Version 0.81:
327- Added a configuration file.
328- Added support for the PASS command to restrict access to the daemon to
329  only the people who know this password.
330- Only allowing registered people to use the daemon is possible too.
331- In case you, at some time, need to check the currently running BitlBee
332  version, just CTCP-VERSION someone in the channel.
333- Added the auto_connect setting for people who don't want the program
334  to connect to IM-networks automatically.
335- Extended the blist command.
336- Applied the auto-reconnect patch from G-Lite.
337- Applied the iconv patch from Yuri Pimenov.
338- Imported the MSN-friendlyname patch from Wouter Paesen.
339- Away-message aliasing code now just parses the beginning of the string,
340  not the whole string. This allows you to have a more descriptive away
341  message like "Busy - Fixing bugs in BitlBee" and all the IM connections
342  will have a busy-like away-state.
343- Added some information about away states to the help system.
344- MSN file transfers aren't silently ignored anymore.
345- Integrated the Yahoo protocol fix from Cerulean Studios (Trillian).
346  (Thanks to Tony Perrie!)
347- Made all protocol plugins optional. (Patch from Andrej Kacian/Ticho)
348
349Finished 15 Oct 2003
350
351Version 0.80:
352- Fixed a very stupid bug in the MSN away-state reading.
353- nick_cmp() now actually works, RFC-compliant.
354- Fixed and cleaned up the away-state handling, there were some very
355  weird things in the original Gaim code base which broke this completely
356  all the time.
357- The daemon prevents you from using root/NickServ as your nick now,
358  previous versions crashed on that.
359- At last ... GROUP CHAT SUPPORT! :-D
360- People who are *not* away get mode +v in #bitlbee now, so you can see
361  in /names who's away and who's not.
362- Crashing BitlBee by using the NICKSERV command without any arguments
363  is impossible now.
364- Added some notes about Darwin/OSX portability.
365- Separated connections from accounts. This means restoring a lost
366  connection can be done using a simple "account on <number>" command.
367  See "help account" for more information.
368  *** For now this won't cause problems when upgrading because the login
369  command still exists (as an alias for "account add"). This alias will
370  not stay forever, though.
371- irc_process() now makes sure it reads the whole available buffer before
372  executing the commands. Previous versions were very bad at handling
373  long floods from non-floodprotected clients. The code is still not
374  perfect, but good enough for local links.
375- Allow/Deny questions from msn.c now also mention your own screenname.
376  This is useful for people who run two (or even more) MSN accounts in
377  one BitlBee.
378- Fixed a little bug in the helpfile-changed-check code.
379- A little trick in "make install" makes sure the help function in running
380  sessions doesn't break while upgrading.
381- Added a nifty (and editable) MOTD.
382- Added IRIX to the compatibility list.
383- Added support for Cygwin.
384- Better HTML-stripping, it also handles &entities; correctly now.
385- Fixed some problems to make it compile on Solaris.
386- Added support for messages from Miranda/Mac ICQ. (Code port from Gaim 0.59)
387- Fixed the crash problem when removing yahoo buddies.
388- Added the handle_unknown setting.
389- Did some editing on a few docs.
390- Added a FAQ.
391- Added the daemon-patch by Maurits Dijkstra which adds stand-alone daemon
392  support to BitlBee.
393- Jabber now doesn't barf on high ASCII characters in away messages anymore.
394  (Thanks to Christian Häggström <chm@c00.info>)
395
396Finished 24 Jun 2003
397
398Version 0.74a:
399- The music-festivals-are-bad-for-your-mind release.
400- This one actually contains the fix for the bug 0.74 claimed to have.
401
402Finished 11 Jun 2003
403
404Version 0.74:
405- Fixed a security leak, where using a / in the nickname causes the saved
406  settings and account information to be stored in undesirable places.
407
408Finished 10 Jun 2003
409
410Version 0.73:
411- Fixed the unable-to-remove-icq-users (actually users from any *local*
412  contact list) bug.
413- Fixed away bug in aim protocol.
414- Fixed the 'statistics' under the blist command output.
415- Removed the commands from the XML documentation because they're 'on-line'
416  already.
417- Added some signal handling; ignoring SIGPIPE should als get rid of some
418  crashes (for some weird reason this has to be done). Also, crashes because
419  of things like segfaults are a bit more verbose now. ;-)
420- Changed the select() timeout in main(), this might improve some latencies.
421  (At leasts it speeds up signing on (especially for ICQ) a lot!)
422- Made the own-QUIT messages more compliant, probably.
423- Fixed some memory-bugs, thanks to valgrind.
424- irc_write() now checks the write() return value, and tries to send the rest
425  of the string, if it could not write it completely the first time.
426- Hostname lookups also work on NetBSD now.
427  (Thanks to David.Edmondson*sun*com (hi spambot))
428- At last, a new protocol. Welcome to ... YAHOO!
429- Documentation and code cleanup. Somehow the helpfile documented register
430  and identify twice, now that's what I call over-documenting.. :-/
431- Added the rename command to the helpfile, somehow I forgot that one.
432- Been a bit pedantic about compiler warnings. They're all dead now.
433- Fixed a small Makefile problem which gave an error when a clean tree was
434  "made distclean"
435- Fixed a (possible) memory leak in nogaim.c:proto_away()
436- Fixed the way proto_away() calls proto_away_alias_find(), now it gives
437  the *whole* list of away states
438- proto_away() doesn't give a NULL message anymore because AIM didn't like
439  that
440- Got rid of the last goto in my code (without ruining the code)
441- Created a more samba-like compiling process (without the complete command
442  lines, just a simple echo)
443- "help set ops" works now too, without quoting the "set ops"
444- Trying to log in with a protocol without a prpl (ICQ and TOC, for example)
445  made previous versions crash
446
447Finished 13 Apr 2003
448
449Version 0.72:
450- Updated the documentation.
451- Improved the MSN friendlyname code. (Although it doesn't seem to be perfect
452  yet..)
453- info-command added to get more information about ICQ users.
454- blist-command added to get a complete buddy list.
455- Fixed a bug which broke the AIM code when adding a screenname with a space
456  in it.
457- Added the NS alias for the NICKSERV command (Tony Vroon).
458- Fixed the USERHOST command implementation (Tony Vroon).
459- /me from IM-networks is now converted to a CTCP ACTION correctly.
460- Added an utils/ directory with some misc toys and handy things.
461- Added a /notice to the on_typing event. Don't use it though, the /notice
462  flood will just be a big annoyance. ;-)
463- Some people like root and themself to be ops, some don't. Now it's
464  configurable. (set ops)
465- Now the umode stuff actually works. Next step: Use those modes... (How?)
466
467Finished 19 Dec 2002
468
469Version 0.71:
470- Fixed the help command output layout (alignment)
471- Added a sample xinetd file
472- Cleaned up, 0.70 released with a build-stamp and DEADJOE file (oops)..
473- Messages can be sent like '<user>, <message>' in the control channel now,
474  instead of just '<user>: <message>'
475- Added a debug setting boolean: Set it to true for some debugging crap
476  which used to be on by default..
477- Changed the /whois reply: In the server section you now see the
478  connection this user belongs to.
479- Added some root/permission checks.
480- configure script works correctly when the terminating / is forgotten for
481  a directory.
482- Fixed format string bug in protocols/oscar/meta.c (Hmm, what's the use of
483  that file?)
484- Added '#include "crypting.h"' to commands.c to get rid of stupid warnings
485- Fixed crash-bug (SIGSEGV when adding an @-less contact to MSN/Jabber)
486- Added to_char setting
487- Fixed bug in set.c: It ignored the new value returned by the evaluator
488  :-(
489- Removed protocol tag from 'hostname' in user hostmask because this info
490  is in /whois' server section now
491- Added the GPL. Somehow 0.7 released without a COPYING file.. :-/
492- Enhanced the root_command() parser, you can 'quote' "arguments" now so
493  arguments can be strings with spaces
494- Debugging versions have True as the default value for set debug
495- NICKSERV is now an alternative for PRIVMSG root. This does not affect
496  functionality of current NICKSERV commands, but does allow people to just
497  do identify <pass> in channel.
498- NICKSERV REGISTER now doesn't try to log you in (to check if the user
499  exists) but checks for the existence of the user-configuration files.
500- NICKSERV SET password now works (as does set password in channel). This
501  makes changing your password possible.
502- NICKSERV password now stored in irc_t.
503- ./configure now only bugs you about possible problems with strip if it's
504  actually going to strip (wooohoooo! _sexy_ :)
505- Fixed a load of warnings in oscar.c, irc.c, nick.c and set.c
506- Split up root_command() into a version which eats raw strings and one
507  which eats split strings
508- New help system: Help available for most (all?) commands, all read from
509  an external help-file.
510- Changed the maximum message length in irc_usermsg() from IRC_MAX_LINE to
511  1024 (for loooong help messages..).
512- Only allow user to set supported umodes.
513- Fixed a memory leak in crypting.c (Thanks to Erik Hensema.)
514- Added a send_handler callback to user_t. Needed for the following entry:
515- Added the NickServ user as a root-clone.
516- Disabled tcpd by default because it's just a PITA for a lot of systems
517  and because you can use /usr/sbin/tcpd as well.
518- The root user can be renamed now.
519
520Finished 16 Sep 2002
Note: See TracBrowser for help on using the repository browser.