source: doc/CHANGES @ ef6c6a7

Last change on this file since ef6c6a7 was ef6c6a7, checked in by Wilmer van der Gaast <wilmer@…>, at 2005-11-15T23:22:48Z

And an updated CHANGES file. :-) And never mind about superscript in [18]. :-)

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