source: doc/CHANGES @ 7c5a3be5

Last change on this file since 7c5a3be5 was 7c5a3be5, checked in by Wilmer van der Gaast <wilmer@…>, at 2010-10-22T00:28:52Z

There. BitlBee 3.0, it was about time. :-)

  • Property mode set to 100644
File size: 45.3 KB
Line 
1This ChangeLog mostly lists changes relevant to users. A full log can be
2found in the bzr commit logs, for example you can try:
3
4http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on
5
6Version 3.0
7- Important: This version drops backward compatibility with the file format
8  used for user settings in versions before 1.2. If you're upgrading from
9  very old BitlBee versions (like 1.0.x), you'll have to recreate your
10  BitlBee account - or use an 1.2.x BitlBee once to do the conversion.
11- Rewrote the IRC core, which brings:
12  * Support for multiple (control) channels, so you can have one channel per
13    buddy group, per IM account/protocol, or for example a &offline with all
14    offline contacts. See "help channels" for information on how to use this.
15  * You can also leave and rejoin all channels. Being in &bitlbee is no
16    longer required.
17  * Now you can start groupchats by just joining a new channel and inviting
18    contacts. (The "chat with" command still works as well.)
19  * You can change your nickname, whenever you want.
20  * Root commands:
21    + To hopefully resolve confusion about the "account set" syntax, the
22      ordering was changed slightly: "account set acc/setting value"
23      becomes "account acc set setting value". Obviously the same order
24      should now be used for other account subcommands.
25    + Shortcuts: Instead of "account list" you can say "acc li".
26  * /whois shows idle/login times of your contacts when available.
27  * paste_buffer (previously known as buddy_sendbuffer) now works for chats
28    as well.
29  * The nick_source setting was replaced with a nick_format setting, which
30    looks more or less like a format string, and lets you tweak how nicknames
31    for contacts are generated in more detail. It also tries to convert non-
32    ASCII characters (i.e. accents) properly.
33  * A per-channel show_users setting lets you configure exactly which kinds
34    of contacts (online/away/offline) should show up in a channel and what
35    modes (none/voice/etc) they should have. Like show_offline, but together
36    with other new features it can for example create an &offline channel
37    with just offline contacts.
38  * If you connect (and identify) to a BitlBee server you're already
39    connected to, you can take over the existing session instead of starting
40    a new one.
41  * More correct validation of channel names: They can contain pretty much
42    any character, unlike nicknames.
43- Support for using libpurple instead of BitlBee's built-in IM protocol
44  modules. This can be enabled by passing --purple=1 to the configure script.
45  * This adds support for many more IM protocols to BitlBee.
46  * And new functionality to existing protocols.
47  * This is and will always be optional and using it on public servers is
48    *not* recommended. It should be pretty stable, but costs more RAM/etc.
49  * Switching to libpurple should be pretty transparent. See "help purple"
50    for a list of supported protocols (works only in libpurple-enabled
51    binaries).
52- Rewritten MSN module, implementing MSNP15 instead of the old MSNP8:
53  * MSNP8 support from MSN was getting pretty unreliable. There were issues
54    with remembering display names and adding contacts/auth requests (or
55    even contacts silently getting blocked!). This upgrade should fix all
56    of that.
57  * Support for sending offline messages.
58  * Support for setting and reading status messages.
59- Integrated the bitlbee-otr branch in a mostly non-intrusive way. Since
60  this is not end-to-end it should *not* be enabled on public servers.
61  Distro packagers are requested to offer OTR as a separately installable
62  plugin. (Compile with --otr=plugin) Please do not enable it by default as
63  there is no easy way to disable OTR once the plugin is loaded/built in.
64- Support for file transfers, in and out. /DCC SEND a file to a contact and
65  it becomes a file transfer, and incoming file transfers become /DCC SENDs
66  to you. Note that this is mostly useful when combined with libpurple, as
67  only the Jabber native protocol module currently supports file transfers.
68- Updated Yahoo! module to be in sync again with libyahoo2. This mostly
69  fixes issues with authorization requests.
70- Show if a contact is mobile or not. See "help set mobile_is_away".
71- Easier handling of XMPP chatroom invitations.
72- The chatroom mode of the Twitter module is now enabled by default, since
73  this was by far the most popular. To disable it, see "help set mode".
74- Added some Twitter-specific commands that can only be used in the Twitter
75  window. Most important addition: Retweets. See "help set commands".
76- Removed some ancient account/nick migration scripts and added one for
77  easier switching from Pidgin and other libpurple-based clients to BitlBee.
78- Many bug fixes in both the core and IM modules, small feature enhancements
79  and other minor changes.
80
81Finished 22 Oct 2010
82
83Version 1.2.8:
84- Now always using the AIM-style authentication method for OSCAR connections,
85  even when connecting to ICQ. This solves login issues some people were
86  having. (If you have problems, try changing the old_icq_auth setting.)
87- Twitter:
88  * Allow changing the Twitter API base URL so the module can also be used
89    for identi.ca or any other compatible network.
90  * Fetch the full list of Twitter contacts instead of slowly adding all
91    contacts as they post a message.
92  * Fixed message length counting.
93  * Allow following/unfollowing people using the usual add/remove commands.
94  * Better error reporting.
95- Added a user_agent setting to the Jabber module to get around artificial
96  client restrictions.
97- Allow nick changes (although only before register/identify).
98- Some more minor bugfixes/etc.
99
100Finished 4 Jul 2010
101
102Version 1.2.7:
103- Fixed problems with MSN Messenger authentication. ("Could not parse
104  Passport server response")
105- Fixed broken typing notifications when talking to GTalk contacts.
106- Fixed an issue with non-anonymous Jabber chatrooms polluting the nick
107  namespace, sometimes generating odd warning messages.
108- Restored ability to start groupchats on ICQ.
109- Added show_offline setting that will also show offline contacts in the
110  control channel.
111- OAuth support for Twitter: This means the module will keep working after
112  June (this also changes "via API" under your tweets into "via BitlBee").
113
114Finished 15 May 2010
115
116Version 1.2.6a:
117- Fixed a typo that renders the Twitter groupchat mode unusable. A last-
118  minute change that came a few minutes late.
119
120Finished 19 Apr 2010
121
122Version 1.2.6:
123- Native (very basic) support for Twitter, implemented by Geert Mulders.
124  Currently supported are posting tweets, reading the ones of people you
125  follow, and sending (not yet receiving!) direct messages.
126- Fixed format of status messages in /WHOIS to improve IRC client
127  compatibility.
128- Show timestamps of offline messages/channel backlogs.
129- Allow saving MSN display names locally since sometimes this stuff breaks
130  server-side. (Use the local_display_name per-account setting.)
131- Suppress empty "Headline:" messages for certain new XMPP broadcast
132  messages.
133- Better handling of XMPP contacts with multiple resources on-line. Default
134  behaviour now is to write to wherever the last message came from, or to
135  the bare JID (usually becomes a broadcast) if there wasn't any recent msg.
136- Added a switchboard_keepalives setting which should solve some issues with
137  talking to offline MSN contacts. (Although full support for offline
138  messages is not ready yet!)
139- The usual misc. bug fixes.
140
141Finished 19 Apr 2010
142
143Version 1.2.5:
144- Many bug fixes, including a fix for MSN login issues, Jabber login timing
145  issues, Yahoo! crashes at login time with huge contact lists,
146- Avoid linking in a static version of libresolv now that glibc has all
147  relevant functions available in the dynamic version.
148- Improved away state code and added the ability to set (non-away) status
149  messages using "set status" (also possible per account) and see them in
150  blist and /whois output.
151- Added a post-1.2 equivalent of encode/decode to quickly encrypt/decrypt
152  passwords in a way that BitlBee can read them.
153- Allow using the full name for generating nicknames, instead of just the
154  handle. This is especially useful when using the Facebook XMPP server.
155- Auto reconnect is now enabled by default since all protocols can properly
156  detect cases where auto reconnect should be avoided (i.e. concurrent
157  logins).
158- Changed the default resource_select setting which should reduce message
159  routing issues on Jabber (i.e. messages going someone's phone instead of
160  the main client).
161
162Finished 17 Mar 2010
163
164Version 1.2.4:
165- Most important change (and main reason for releasing now): Upgraded Yahoo!
166  module to a newer version to get it working again.
167- join_chat command replaced with the much better chat command:
168  * Similar to how account replaced login/slist/logout. Add a chatroom once,
169    then just /join it like any other room. Also automatic joining at login
170    time is now possible.
171  * Note that the old way of starting groupchats (/join #nickname) is now
172    also deprecated, use "chat with" instead.
173  * See "help chat" and "help chat add" for more information.
174- Rewrote bitlbee.conf parser to be less dumb.
175- Fixed compatibility (hopefully) with AIM mobile messages, certain kinds
176  of Google Talk chatrooms.
177- Fixed numerous stability/reliability bugs over the last year.
178
179Finished 17 Oct 2009
180
181Version 1.2.3:
182- Fixed one more flaw similar to the previous hijacking bug, caused by incon-
183  sistent handling of the USTATUS_IDENTIFIED state. All code touching these
184  variables was reviewed and should be correct now.
185
186Finished 7 Sep 2008
187
188Version 1.2.2:
189- Security bugfix: It was possible to hijack accounts (without gaining access
190  to the old account, it's simply an overwrite)
191- Some more stability improvements.
192- Fixed bug where people with non-lowercase nicks couldn't drop their account.
193- Easier upgrades of non-forking daemon mode servers (using the DEAF
194  command).
195- Can be cross-compiled for Win32 now! (No support for SSL yet though, which
196  makes it less useful for now.)
197- Exponential backoff on auto-reconnect.
198- Changing passwords gives less confusing feedback ("password is empty") now.
199
200Finished 26 Aug 2008
201
202Version 1.2.1:
203- Fixed proxy support.
204- Fixed stalling issues while connecting to Jabber when using the OpenSSL
205  module.
206- Fixed problem with GLib and ForkDaemon where processes didn't die when
207  the client disconnects.
208- Fixed handling of "set charset none". (Which pretty much breaks the account
209  completely in 1.2.)
210- You can now automatically identify yourself to BitlBee by setting a server
211  password in your IRC client.
212- Compatible with all crazy kinds of line endings that clients can send.
213- Changed root nicknames are now saved.
214- Added ClientInterface setting to bind() outgoing connections to a specific
215  network interface.
216- Support for receiving Jabber chatroom invitations.
217- Relaxed port restriction of the Jabber module: added ports 80 and 443.
218- Preserving case in Jabber resources of buddies, since these should
219  officially be treated as case sensitive.
220- Fully stripping spaces from AIM screennames, this didn't happen completely
221  which severly breaks the IRC protocol.
222- Removed all the yellow tape around daemon mode, it's pretty mature by now:
223  testing.bitlbee.org serves all (~30) SSL users from one daemon mode
224  process without any serious stability issues.
225- Fixed GLib <2.6 compatibility issue.
226- Misc. memory leak/crash fixes.
227
228Finished 24 Jun 2008
229
230Version 1.2:
231- Added ForkDaemon mode next to the existing Daemon- and inetd modes. With
232  ForkDaemon you can run BitlBee as a stand-alone daemon and every connection
233  will run in its own process. No more need to configure inetd, and still you
234  don't get the stability problems BitlBee unfortunately still has in ordinary
235  (one-process) daemon mode.
236- Added inter-process/connection communication. This made it possible to
237  implement some IRC operator features like WALLOPs, KILL, DIE, REHASH and
238  more.
239- Added hooks for using libevent instead of GLib for event handling. This
240  should improve scalability, although this won't really be useful yet because
241  the one-process daemon mode is not reliable enough.
242- BitlBee now makes the buddy quits when doing "account off" look like a
243  netsplit. Modern IRC clients show this in a different, more compact way.
244  (This can be disabled if your client doesn't support this.)
245- GLib 1.x compatibility was dropped. BitlBee now requires GLib 2.4 or newer.
246  This allows us to use more GLib features (like the XML parser). By now GLib
247  1.x is so old that supporting it really isn't necessary anymore.
248- Many, many, MANY little changes, improvements, fixes. Using non-blocking
249  I/O as much as possible, replaced the Gaim (0.59, IOW heavily outdated)
250  API, fixed lots of little bugs (including bugs that affected daemon mode
251  stability). See the bzr logs for more information.
252- One of the user-visible changes from the API change: You can finally see
253  all away states/messages properly.
254- Added units tests. Test coverage is very minimal for now.
255- Better charset handling: Everything is just converted from/to UTF-8 right
256  in the IRC core, and charset mismatches are detected (if possible) and the
257  user is asked to resolve this before continuing. Also, UTF-8 is the default
258  setting now, since that's how the world seems to work these days.
259- One can now keep hashed passwords in bitlbee.conf instead of the cleartext
260  version.
261- Most important change: New file format for user data (accounts, nicks and
262  settings). Migration to the new format should happen transparently,
263  BitlBee will read the old files and once you quit/save it will save in the
264  new format. It is recommended to delete the old files (BitlBee doesn't do
265  this automatically, it will just ignore them) since they won't be used
266  anymore (and since the old file format is a security risk). Some advantages
267  of this file format switch:
268  * Safer format, since the identify-password is now salted before generating
269    a checksum. This way one can't use MD5 reverse lookup databases to crack
270    passwords. Also, the IM-account passwords are encrypted using RC4 instead
271    of the simple obfuscation scheme which BitlBee used so far.
272  * Easier to extend than the previous format (at least the .nicks format was
273    horribly limited).
274  * Nicknames for buddies are now saved per-account instead of per-protocol.
275    So far having one buddy on multiple accounts of the same protocol was a
276    problem because the nicks generated for the two "instances" of this buddy
277    were very unpredictable.
278    NOTE: This also means that "account del" removes not just the account,
279    BUT ALSO ALL NICKNAMES! If you're changing IM accounts and don't want to
280    lose the nicknames, you can now use "account set" to change the username
281    and password for the existing connection.
282  * Per-account settings (see the new "account set" command).
283- A brand new Jabber module. Besides the major code cleanup, it also has
284  has these new features:
285  * Pretty complete XMPP support: RFC3920, RFC3921 plus a number of XEPs
286    including XEP45, XEP73 and XEP85. (See http://www.xmpp.org/ for what all
287    these things mean exactly.) Privacy lists are not supported for obvious
288    reasons.
289  * This complete support also includes TLS and SASL support and SRV record
290    lookup. This means that specifying a server tag for connections should
291    (almost) never be necessary anymore, BitlBee can find the server and can
292    automatically convert plaintext connections to TLS-encrypted ones.
293  * XEP45: Jabber chatroom support!
294  * XEP85 means typing notifications. The older XEP22 (still used by some
295    clients including Gaim <2.0) is not supported.
296  * Better handling of buddies who have more than one resource on-line. As
297    long as one resource is on-line (and visible), BitlBee will show this.
298    (The previous module didn't keep track of resources and sent an offline
299    event as soon as any resource disappears.)
300  * You can now set your resource priority.
301  * The info command now gives away state/message information for all
302    resources available for that buddy. (Of course this only works if the
303    buddy is in your contact list.)
304  * An XML console (add xmlconsole to your contact list or see "help set
305    xmlconsole" if you want it permanently).
306- The Yahoo! module now says it supports YMSG protocol version 12, which will
307  hopefully keep the Yahoo module working after 2008-04-02 (when Yahoo! is
308  dropping support for version 6.x of their client).
309- MSN switchboard handling changes. Hopefully less messages will get lost now,
310  although things are still not perfect.
311
312Finished 17 Mar 2008
313
314Version 1.0.4:
315- Removed sethostent(), which causes problems for many people, especially on
316  *BSD. This is basically the reason for this release.
317- "allow" command actually displays the allow list, not the block list.
318- Yahoo away state/msg fix.
319- Don't display "Gender: Male" by default if nothing's filled in (OSCAR
320  "info" command)
321- Fixed account cleanup (possible infinite loop) in irc_free().
322- Fixed configdir error message to not always display the compile-time
323  setting.
324
325Finished 20 Aug 2007
326
327Version 1.0.3:
328- Fixed ugliness in block/allow list commands (still not perfect though, the
329  list is empty or not up-to-date for most protocols).
330- OSCAR module doesn't send the ICQ web-aware flag anymore, which seems to
331  get rid of a lot of ICQ spam.
332- added show_got_added(), BitlBee asks you, after authorizing someone, if you
333  want to add him/her to your list too.
334- add -tmp, mainly convenient if you want to talk to people who are not in
335  your list.
336- Fixed ISON command, should work better with irssi now.
337- Fixed compilation with tcc.
338- Fixed xinetd-file.
339- Misc. (crash)bug fixes, including one in the root command parsing that
340  caused mysterious error messages sometimes.
341
342Finished 24 Jun 2006 (Happy 4th birthday, BitlBee!)
343
344Version 1.0.2:
345- Pieces of code cleanup, fixes for possible problems in error checking.
346- Fixed an auto-reconnect cleanup problem that caused crashes in daemon mode.
347- /AWAY in daemon mode now doesn't set the away state for every connection
348  anymore.
349- Fixed a crash-bug on empty help subjects.
350- Jabber now correctly sets the current away state when connecting.
351- Added Invisible and Hidden to the away state alias list, invisible mode
352  should be pretty usable now.
353- Fixed handling of iconv(): It's now done for everything that goes between
354  BitlBee and the IRC client, instead of doing it (almost) every time
355  something goes to or come from the IM-modules. Should've thought about
356  that before. :-)
357- When cleaning up MSN switchboards with unsent msgs, it now also says which
358  contact those messages were meant for.
359- You can now use the block and allow commands to see your current block/
360  allow list.
361
362Finished 1 Apr 2006
363
364Version 1.0.1:
365- Support for AIM groupchats.
366- Improved typing notification support for at least AIM.
367- BitlBee sends a 005 reply when logging in, this informs modern IRC clients
368  of some of BitlBee's capabilities. This might also solve problems some
369  people were having with the new control channel name.
370- MSN switchboards are now properly reset when talking to a person who is
371  offline. This fixes problems with messages to MSN people that sometimes
372  didn't arrive.
373- Fixed one of the problems that made BitlBee show online Jabber people as
374  offline.
375- Fixed problems with commas in MSN passwords.
376- Added some consts for read-only data, which should make the BitlBee per-
377  process memory footprint a bit smaller.
378- Other bits of code cleanup.
379
380Finished 14 Jan 2006
381
382Version 1.0:
383- Removed some crashy debugging code.
384- QUIT command now works before logging in. (Mainly an RFC-compliancy fix.)
385- Hopefully slightly clearer handling of buddy add requests.
386- set buddy_sendbuffer_delay now also supports milisecond precision.
387- Renamed #bitlbee to &bitlbee to avoid confusion with the channel on OFTC.
388- Reviewed the xinetd file and installation instructions.
389- HTML stripping is configurable again.
390- Quit messages (at least on crashes) should appear again.
391- Cleaned up some unnecessary code in the Jabber module, and implemented
392  handlers for headline messages (which allows you to use RSS-to-Jabber
393  gateways).
394- Lowered the line splitting limit a bit to fix data loss issues.
395- The $proto($handle) format used for messages specific to one IM-connection
396  now only include the ($handle) part when there's more than one $proto-
397  connection.
398- Fix for a crash-bug on broken Jabber/SSL connections.
399- Incoming typing notifications now also come in as CTCP TYPING messages, for
400  better consistency. Don't forget to update your scripts!
401- AIM typing notifications are supported now.
402- Jabber module only accepts ports 5220-5229 now, to prevent people from
403  abusing it as a port scanner. We aren't aware of any Jabber server that
404  runs on other ports than those. If you are, please warn us.
405- Send flood protection can't be enabled anymore. It was disabled by default
406  for a good reason for some time already, but some package maintainers
407  turned it back on while it's way too unreliable and trigger-happy to be
408  used.
409- Removed TODO file, the current to-do list is always in the on-line bug
410  tracking system.
411- Fixed a potential DoS bug in input handling.
412
413Finished 4 Dec 2005
414
415Version 0.99:
416- Fixed memory initialization bug in OSCAR module that caused crashes on
417  closing the connection.
418- Most likely fixed the bug that caused BitlBee to use 100% CPU time in
419  some situations.
420- Outgoing MSN typing notifications are now understood correctly by the
421  orignal MS Mac/Windows clients (again).
422- Added "account add $protocol" to the documentation, got rid of a lot
423  of over-markup (i.e. overuse of bold-tags), reviewed some other parts.
424- Small changes to help.xsl to fix small flaws in the help.txt formatting.
425- Messaging yourself now doesn't make irssi or mIRC crash anymore.
426
427Finished 3 Nov 2005
428
429Version 0.93:
430- &quot; is now correctly converted to " instead of '.
431- Code cleanup in OSCAR module.
432- Some changes for better RFC-compliancy.
433- It's now possible to specify an alternate Jabber server.
434- bitlbee_save() now also checks the return value of fclose(), which might
435  solve more problems with lost account data.
436- Fixed a file descriptor leak in bitlbee.c.
437- Signedness fixes (mainly to keep GCC4 happy).
438- Away messages are now sent correctly to most ICQ clients.
439- BitlBee knows now which connection sends HTML, so it will strip HTML
440  automatically, "set html strip" is no longer necessary. Also, outgoing HTML
441  is escaped correctly.
442- info-command works for AIM-connections too now.
443- /notices to users will be sent as auto-away replies.
444- Messages about a connection now also mention a handle, for people who have
445  multiple accounts in use of the same protocol.
446- Examples are back in help.txt.
447
448Finished 31 Oct 2005
449
450Version 0.92:
451- Fixed some formatting issues with the help.txt XSL-sheet.
452- Moved the polling of the IRC connections to glib instead of a separate
453  select().
454- Added ctags generation to the Makefiles.
455- Sending a CTCP TYPING message to a user in your buddy list now sends a
456  typing notification to that person, if the protocol supports it. You
457  probably want to write/use a script for your IRC client to do this.
458- A dash is no longer considered a lowercase underscore in nicknames.
459- CTCP's to buddies no longer alter their private/non-private state.
460- Clean shutdown (with saving settings) on SIGTERM.
461- Fixed a crash on connecting to unreachable Jabber/SSL servers.
462- On ICQ, offline messages are now requested after receiving the buddy
463  list. This should get rid of the "Message from unknown OSCAR handle"
464  messages on login.
465- The linked list of buddies/nicks is now always sorted, which makes the
466  blist output a bit more useful.
467- Fixed a crash on renaming NickServ. (There's no reason to do this, but
468  still crashing isn't really how BitlBee should tell you that. ;-)
469- Now the message about the "new" ICQ server-side buddy lists is only
470  displayed when the server-side list is still empty.
471- The Yahoo! markup language stripper is now less likely to strip things
472  that shouldn't be stripped.
473- Working around a shortcoming in the Yahoo! cleanup code that didn't
474  cause any serious problems in previous versions, but got pretty nasty
475  (100% CPU time usage) now with everything in the glib main loop.
476- Fixed a bug in http_encode that might have caused buffer overflows
477  (although not likely to be exploitable) when trying to encode strings
478  with non-ASCII characters.
479- Fixed AIM screenname handling on ICQ connections.
480- When blocking someone, the MSN module now closes the conversation you're
481  having with him/her (if any) so he/she can't continue talking to you
482  (for as long as the conversation lasts).
483- Away messages are only sent when messaging someone outside the control
484  channel. (And now also when the user is offline instead of just away.)
485- Moved charset conversion in serv_buddy_rename() to the right place so
486  bogus changes are always detected now.
487- iso8859-1 is now the default charset because -15 caused some problems
488  and because -1 is enough for most people anyway.
489- Fixed crashes on attempting to add a buddy (or do other things) on
490  connections that are still initializing.
491- Added support for server-side notifies using the WATCH command.
492- IRC_MAX_ARGS is dead, at least for IRC commands.
493- Fixed a bug that made BitlBee crash on failing fresh MSN switchboard
494  connections.
495- Fixed an invisibility bug in the MSN code that handled transfers to
496  other servers in the middle of a session.
497- Newline stripping added to prevent newline-in-friendlyname attacks.
498  (Which allowed remote people to make BitlBee send raw custom IRC lines.)
499
500Finished 23 Feb 2005
501
502Version 0.91:
503- Full support for ICQ server-side contact lists!
504  NOTE: BitlBee now ignores your client-side contact list. If you want to
505        import your ICQ contact list, use the import_buddies command.
506- Added the import_buddies command for upgrading purposes.
507- Added support for OpenSSL.
508- Fixed one major problem with the daemon mode by getting rid of the global
509  IRC structure.
510- Documentation fixes. help.txt is now generated from XML. Also updated the
511  installation manual.
512- Made the quickstart up-to-date. (By Elizabeth Krumbach)
513- Some bitlbeed additions. (By Marcus Dennis)
514- info-command support for Jabber, MSN, Yahoo! and a more verbose info-reply
515  for ICQ. (By Frank Thieme)
516- Support for Jabber over SSL.
517- nick_get() appends a _ on duplicates instead of chopping off the last
518  character.
519- Got rid of an unused piece of code that caused crashes.
520  (oscar.c:gaim_parse_clientauto)
521- When splitting long messages into 450-char chunks, BitlBee now tries not
522  to cut off in the middle of a line.
523- Added a warning when the user specifies an unknown OSCAR server.
524- Removed GLib 2.x dependency, BitlBee will work with GLib 1.x again.
525- Improved strip_html(), now less likely to strip non-HTML things.
526- An invalid account-command will now display an error message.
527- Fixed a bug that caused crashes when /CTCP'ing a groupchat channel.
528- Hopefully better Unicode/non-ASCII support for ICQ.
529- Fixed MSN connection crash on non-ASCII characters in screenname.
530- Added some missing charset conversion calls. (serv_got_crap,
531  serv_buddy_rename)
532- "account off" without extra arguments now logs off all connections.
533- Fixed a crash-bug on disconnecting Yahoo! connections before they're fully
534  connected.
535- Fixed a bug in helpfile handling which sometimes caused crashes in daemon
536  mode.
537- block and allow commands work with just a nick as an argument again.
538- Working around a crash on some probably invalid Yahoo! packets.
539- Fixed a possible double free() on shutdown in irc_free().
540- Talking to ICQ people on AIM and vice versa and talking to people with
541  @mac.com accounts now possible.
542- Low ASCII chars are now stripped from away-messages so the Jabber module
543  won't barf on BitchX and lame-script away messages anymore.
544
545Finished 25 Sep 2004
546
547Version 0.90a:
548- Fixed the Yahoo! authentication code.
549
550Finished 28 Jun 2004
551
552Version 0.90:
553- A complete rewrite of the MSN module. This gives BitlBee the following
554  new features/improvements:
555  * You can now start groupchats with MSN people without having to send them
556    a bogus message first.
557  * People who are in your MSN block/allow list, but not in your contact
558    list, shouldn't show up in your BitlBee buddy lists anymore.
559  * Passport authentication shouldn't lock up the whole program for a couple
560    of seconds anymore. Additionally, it should also work behind proxies now.
561  * Better recognition of incoming file transfers; they're now recognized
562    when coming from non-English MS Messenger clients too.
563  * Fixed a problem with MSN passwords with non-alphanumeric characters.
564  * Mail notification support (also for Yahoo!)...
565  * Parsing of maintenance messages (ie "Server is going down in x minutes").
566  * Hopefully more stability.
567- Changes in the OSCAR module:
568  * Better reading of ICQ-away-states.
569  * Lots of cleanups.
570- Yahoo! module:
571  * Fixed authentication on 64-bit machines. (Patch from Matt Rogers)
572  * Better stripping of markup tags.
573- Lots of cleanup in all IM-modules.
574- Added support for using libnss instead of libgnutls.
575- Reverse hostname lookups work on IPv6 sockets too now. (And don't crash
576  the program anymore.)
577- Fixed a little problem with identifying right after registering a nick.
578- Restored complete proxy support and added a proxy setting to the conffile.
579- BitlBee can now tell you when people in your buddy list change their
580  "friendly name".
581- Instead of an account number, you can also specify the protocol name or
582  (part of) the username as an account identification with commands like
583  "account on", "add", etc.
584- BitlBee remembers what connection a question (i.e. authorization request)
585  belongs to and cleans it up when the connection goes down; this fixes
586  (one of) the last known crash bugs.
587- Plus some other changes in question management. (The query_order setting
588  is one of them. The default behaviour changed a bit, for more information
589  please read "help set query_order".)
590- Also fixed a memory management bug in the question code which caused some
591  crashes.
592- Optimized some nick handling functions and added a hash of all the users
593  to speed up user_find() a bit (especially good for people with large
594  buddy and notify lists).
595- Lots of changes for the Win32 port (see http://jelmer.vernstok.nl/).
596- Added the drop-command.
597- Fixed small problem with versions of sed which don't support the +
598  "operator" (the BSD version, for example, even though the operator is
599  documented properly in the re_format manpage...).
600- Added the default_target setting.
601- Added a CenterICQ2BitlBee conversion script.
602- Put back the evaluator for "set charset" (which got lost somewhere between
603  0.84 and 0.85), so an incorrect charset will be rejected again.
604- ISON now (A) gives one single reply and (B) also replies when none of the
605  persons asked for are on-line.
606- Using GConv instead of iconv now.
607- Incoming messages larger than 450 characters are now split into parts
608  before sending them to the user.
609- Fixed a bug in irc_exec() which could crash the program when some commands
610  were called with too little arguments.
611- Fixed a dumb NULL pointer dereference in the JOIN command.
612- Added rate limiting to bitlbeed. (Against server hammering)
613- Added handling of CTCP PINGs (yet another self-ping used by some IRC
614  clients...)
615- Added bitlbee_tab_completion.pl.
616- Removed the vCard handling code from Jabber because it's (A) not used and
617  (B) had a possible format string vulnerability.
618- Got rid of strcpy() in account.c. (Thanks to NETRIC for reporting these two
619  problems.)
620- ISO8859-15 is now the default charset.
621
622Finished 21 May 2004
623
624Version 0.85a:
625- Fixed an authentication problem with logging into some MSN accounts.
626- Removed a non-critical warning message from the ICQ servers when logging
627  in with an empty contact list.
628- Fixed reading the [defaults] section of bitlbee.conf.
629- The last newline in outgoing messages when using the buddy_sendbuffer is
630  now removed correctly.
631- Yahoo! colour/font tag stripping now actually works.
632- Fixed compilation on *BSD and some Linux architectures.
633
634Finished 24 Mar 2004
635
636Version 0.85:
637- Users can specify alternate configuration files/directories at runtime
638  now.
639- Rename now doesn't choke on name changes with only case changes anymore.
640- Imported the daemon patch into the main source tree. The daemon mode is
641  still experimental, this just eases maintenance. This daemon patch brings
642  a lot of features, including (as the name says) a real daemon mode and
643  also buffering of the data sent to the user, and flood protection.
644- Strips font and colour codes from Yahoo! messages.
645- Support for groupchats on Yahoo!
646- Fixed removing Yahoo! buddies from a different group than "Buddies".
647- Jabber presence packets with error messages are interpreted correctly now.
648  (They used to be parsed as a signin.)
649- bitlbee_save() checks return values from fprintf() and writes to tempfiles
650  first to make sure no old files get lost when there's a write error.
651- ICQ buddies are added all at once instead of once at a time. This should
652  solve problems with huge buddy lists.
653- Made the client pinging timings configurable. (Without requiring
654  recompilation)
655- MSN and Yahoo flag the connection as "wants_to_die" when they're logged
656  off because of a concurrent login. This means reconnection will be disabled
657  on concurrent logins.
658- BitlBee can now buffer the messages sent to someone before they're actually
659  sent, and wait for a specified number of seconds for more lines to be added
660  to the buffer before the message will really be sent.
661- Renamed the reconnect_delay setting to auto_reconnect_delay.
662- Unknown settings aren't saved anymore.
663
664Finished 13 Mar 2004
665
666Version 0.84:
667- Removed the libsoup dependency.
668- Fixed AuthMode=Registered: It will now restore your accounts when
669  identifying.
670- Fixed Yahoo! support.
671- Fixed a little memory leak in user.c.
672- Fixed a security bug in unused code in proxy.c, only people who use
673  the HTTP proxy support and an untrusted proxy might need this. We
674  haven't done an emergency release for this fix because proxy support
675  is disabled by default.
676- Fixed some memory leaks in IM-code.
677
678Finished 13 Feb 2004
679
680Version 0.83:
681- Fixed a crash bug on connecting to unsupported accounts.
682- Fixed a problem with connecting to MSN accounts with empty buddy
683  lists.
684- Fixed another inifite-loop bug in nick_get() and added a piece
685  of code which detects the infinite loop and asks the user to send
686  a bug report.
687- Fixed iconv-Solaris linking issues.
688- Fixed all the problems with spaces in AIM screennames now, we hope.
689- Fixed a buffer overflow in the nick handling code. Buffers are
690  overflowed with static data (nulls), so we don't think it's exploitable.
691- Added server-client pinging, useful for remote servers.
692- Added the hostname setting.
693- Some bitlbeed changes.
694- Added a little part to the on-line quickstart about the settings and
695  other help topics, this hopefully answers a lot of FAQ's.
696- Fixed the signal handler to re-raise the signal after the handler quits.
697  This makes sure the default handler is called after our handler sends
698  the user a bye-message, so core dumps are created and the parent will
699  get more useful information back from wait().
700- Added support for ICQ URL messages.
701- Fixed strip_html() behaviour on unknown &entities;.
702- Fixed a possible problem with Yahoo!
703- Fixed a problem with logging into more than one MSN account at once.
704
705Finished 31 Dec 2003
706
707Version 0.82:
708- Fixed a little bug in nick.c which could cause a complete hang for
709  some tricky buddylists. (Thanks to Geert Hauwaerts for helping with
710  fixing this bug)
711- Fixed MSN support. (Lots of thanks to Wouter Paesen!)
712- Removed the old login/logout commands.
713- Added the qlist command.
714- Fixed a buffer overflow in the nick checking code. (Thanks to Jon
715  Åslund for pointing us at this problem)
716- Adds the add_private and add_channel options for set handle_unknown.
717- Some documentation updates.
718- Added two small utilities to encode/decode BitlCrypted files.
719
720Finished 31 Oct 2003
721
722Version 0.81a:
723- This version just fixes some small things we should've fixed before
724  releasing 0.81:
725- Fixed a small bug in the auto-reconnect cleanup code.
726- Fixed the Makefile: Now it doesn't just overwrite your etc files when
727  installing.
728- Fixed the Makefile: $prefix/etc/bitlbee/ is the default etcdir now.
729- Disabling MSN by default, now that it doesn't work. It'll be back on
730  as soon as we get the module working again.
731
732Finished 16 Oct 2003
733
734Version 0.81:
735- Added a configuration file.
736- Added support for the PASS command to restrict access to the daemon to
737  only the people who know this password.
738- Only allowing registered people to use the daemon is possible too.
739- In case you, at some time, need to check the currently running BitlBee
740  version, just CTCP-VERSION someone in the channel.
741- Added the auto_connect setting for people who don't want the program
742  to connect to IM-networks automatically.
743- Extended the blist command.
744- Applied the auto-reconnect patch from G-Lite.
745- Applied the iconv patch from Yuri Pimenov.
746- Imported the MSN-friendlyname patch from Wouter Paesen.
747- Away-message aliasing code now just parses the beginning of the string,
748  not the whole string. This allows you to have a more descriptive away
749  message like "Busy - Fixing bugs in BitlBee" and all the IM connections
750  will have a busy-like away-state.
751- Added some information about away states to the help system.
752- MSN file transfers aren't silently ignored anymore.
753- Integrated the Yahoo protocol fix from Cerulean Studios (Trillian).
754  (Thanks to Tony Perrie!)
755- Made all protocol plugins optional. (Patch from Andrej Kacian/Ticho)
756
757Finished 15 Oct 2003
758
759Version 0.80:
760- Fixed a very stupid bug in the MSN away-state reading.
761- nick_cmp() now actually works, RFC-compliant.
762- Fixed and cleaned up the away-state handling, there were some very
763  weird things in the original Gaim code base which broke this completely
764  all the time.
765- The daemon prevents you from using root/NickServ as your nick now,
766  previous versions crashed on that.
767- At last ... GROUP CHAT SUPPORT! :-D
768- People who are *not* away get mode +v in #bitlbee now, so you can see
769  in /names who's away and who's not.
770- Crashing BitlBee by using the NICKSERV command without any arguments
771  is impossible now.
772- Added some notes about Darwin/OSX portability.
773- Separated connections from accounts. This means restoring a lost
774  connection can be done using a simple "account on <number>" command.
775  See "help account" for more information.
776  *** For now this won't cause problems when upgrading because the login
777  command still exists (as an alias for "account add"). This alias will
778  not stay forever, though.
779- irc_process() now makes sure it reads the whole available buffer before
780  executing the commands. Previous versions were very bad at handling
781  long floods from non-floodprotected clients. The code is still not
782  perfect, but good enough for local links.
783- Allow/Deny questions from msn.c now also mention your own screenname.
784  This is useful for people who run two (or even more) MSN accounts in
785  one BitlBee.
786- Fixed a little bug in the helpfile-changed-check code.
787- A little trick in "make install" makes sure the help function in running
788  sessions doesn't break while upgrading.
789- Added a nifty (and editable) MOTD.
790- Added IRIX to the compatibility list.
791- Added support for Cygwin.
792- Better HTML-stripping, it also handles &entities; correctly now.
793- Fixed some problems to make it compile on Solaris.
794- Added support for messages from Miranda/Mac ICQ. (Code port from Gaim 0.59)
795- Fixed the crash problem when removing yahoo buddies.
796- Added the handle_unknown setting.
797- Did some editing on a few docs.
798- Added a FAQ.
799- Added the daemon-patch by Maurits Dijkstra which adds stand-alone daemon
800  support to BitlBee.
801- Jabber now doesn't barf on high ASCII characters in away messages anymore.
802  (Thanks to Christian Häggström <chm@c00.info>)
803
804Finished 24 Jun 2003
805
806Version 0.74a:
807- The music-festivals-are-bad-for-your-mind release.
808- This one actually contains the fix for the bug 0.74 claimed to have.
809
810Finished 11 Jun 2003
811
812Version 0.74:
813- Fixed a security leak, where using a / in the nickname causes the saved
814  settings and account information to be stored in undesirable places.
815
816Finished 10 Jun 2003
817
818Version 0.73:
819- Fixed the unable-to-remove-icq-users (actually users from any *local*
820  contact list) bug.
821- Fixed away bug in aim protocol.
822- Fixed the 'statistics' under the blist command output.
823- Removed the commands from the XML documentation because they're 'on-line'
824  already.
825- Added some signal handling; ignoring SIGPIPE should als get rid of some
826  crashes (for some weird reason this has to be done). Also, crashes because
827  of things like segfaults are a bit more verbose now. ;-)
828- Changed the select() timeout in main(), this might improve some latencies.
829  (At leasts it speeds up signing on (especially for ICQ) a lot!)
830- Made the own-QUIT messages more compliant, probably.
831- Fixed some memory-bugs, thanks to valgrind.
832- irc_write() now checks the write() return value, and tries to send the rest
833  of the string, if it could not write it completely the first time.
834- Hostname lookups also work on NetBSD now.
835  (Thanks to David.Edmondson*sun*com (hi spambot))
836- At last, a new protocol. Welcome to ... YAHOO!
837- Documentation and code cleanup. Somehow the helpfile documented register
838  and identify twice, now that's what I call over-documenting.. :-/
839- Added the rename command to the helpfile, somehow I forgot that one.
840- Been a bit pedantic about compiler warnings. They're all dead now.
841- Fixed a small Makefile problem which gave an error when a clean tree was
842  "made distclean"
843- Fixed a (possible) memory leak in nogaim.c:proto_away()
844- Fixed the way proto_away() calls proto_away_alias_find(), now it gives
845  the *whole* list of away states
846- proto_away() doesn't give a NULL message anymore because AIM didn't like
847  that
848- Got rid of the last goto in my code (without ruining the code)
849- Created a more samba-like compiling process (without the complete command
850  lines, just a simple echo)
851- "help set ops" works now too, without quoting the "set ops"
852- Trying to log in with a protocol without a prpl (ICQ and TOC, for example)
853  made previous versions crash
854
855Finished 13 Apr 2003
856
857Version 0.72:
858- Updated the documentation.
859- Improved the MSN friendlyname code. (Although it doesn't seem to be perfect
860  yet..)
861- info-command added to get more information about ICQ users.
862- blist-command added to get a complete buddy list.
863- Fixed a bug which broke the AIM code when adding a screenname with a space
864  in it.
865- Added the NS alias for the NICKSERV command (Tony Vroon).
866- Fixed the USERHOST command implementation (Tony Vroon).
867- /me from IM-networks is now converted to a CTCP ACTION correctly.
868- Added an utils/ directory with some misc toys and handy things.
869- Added a /notice to the on_typing event. Don't use it though, the /notice
870  flood will just be a big annoyance. ;-)
871- Some people like root and themself to be ops, some don't. Now it's
872  configurable. (set ops)
873- Now the umode stuff actually works. Next step: Use those modes... (How?)
874
875Finished 19 Dec 2002
876
877Version 0.71:
878- Fixed the help command output layout (alignment)
879- Added a sample xinetd file
880- Cleaned up, 0.70 released with a build-stamp and DEADJOE file (oops)..
881- Messages can be sent like '<user>, <message>' in the control channel now,
882  instead of just '<user>: <message>'
883- Added a debug setting boolean: Set it to true for some debugging crap
884  which used to be on by default..
885- Changed the /whois reply: In the server section you now see the
886  connection this user belongs to.
887- Added some root/permission checks.
888- configure script works correctly when the terminating / is forgotten for
889  a directory.
890- Fixed format string bug in protocols/oscar/meta.c (Hmm, what's the use of
891  that file?)
892- Added '#include "crypting.h"' to commands.c to get rid of stupid warnings
893- Fixed crash-bug (SIGSEGV when adding an @-less contact to MSN/Jabber)
894- Added to_char setting
895- Fixed bug in set.c: It ignored the new value returned by the evaluator
896  :-(
897- Removed protocol tag from 'hostname' in user hostmask because this info
898  is in /whois' server section now
899- Added the GPL. Somehow 0.7 released without a COPYING file.. :-/
900- Enhanced the root_command() parser, you can 'quote' "arguments" now so
901  arguments can be strings with spaces
902- Debugging versions have True as the default value for set debug
903- NICKSERV is now an alternative for PRIVMSG root. This does not affect
904  functionality of current NICKSERV commands, but does allow people to just
905  do identify <pass> in channel.
906- NICKSERV REGISTER now doesn't try to log you in (to check if the user
907  exists) but checks for the existence of the user-configuration files.
908- NICKSERV SET password now works (as does set password in channel). This
909  makes changing your password possible.
910- NICKSERV password now stored in irc_t.
911- ./configure now only bugs you about possible problems with strip if it's
912  actually going to strip (wooohoooo! _sexy_ :)
913- Fixed a load of warnings in oscar.c, irc.c, nick.c and set.c
914- Split up root_command() into a version which eats raw strings and one
915  which eats split strings
916- New help system: Help available for most (all?) commands, all read from
917  an external help-file.
918- Changed the maximum message length in irc_usermsg() from IRC_MAX_LINE to
919  1024 (for loooong help messages..).
920- Only allow user to set supported umodes.
921- Fixed a memory leak in crypting.c (Thanks to Erik Hensema.)
922- Added a send_handler callback to user_t. Needed for the following entry:
923- Added the NickServ user as a root-clone.
924- Disabled tcpd by default because it's just a PITA for a lot of systems
925  and because you can use /usr/sbin/tcpd as well.
926- The root user can be renamed now.
927
928Finished 16 Sep 2002
Note: See TracBrowser for help on using the repository browser.