source: doc/CHANGES @ c59f594

3.0.5
Last change on this file since c59f594 was c59f594, checked in by Wilmer van der Gaast <wilmer@…>, at 2012-02-18T10:54:19Z

3.0.5. This is stable on testing for a while already, and 3.0.4 is getting
old by now.

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