Change log
- Version 1.2.4 (released 2009-10-17) hilights:
- Fixed Yahoo! support.
- Replaced the join_chat command with something saner.
- The usual stability improvements and probably some small new features.
- Version 1.2.3 (released 2008-09-07) hilights:
- Fixed a security issue similar to the previous account overwrite/hijack bug.
- Version 1.2.2 (released 2008-08-26) hilights:
- Fixed a security issue where it was possible to recreate/hijack already existing accounts.
- Various stability improvements and minor feature enhancements.
- Version 1.2.1 (released 2008-06-24) hilights:
- Mostly a lot of fixes for bugs found after the 1.2 release.
- Daemon mode is now officially declared stable.
- Version 1.2 (released 2008-03-17) hilights:
- See 1.1.1dev and 1.1dev (Jabber module rewrite, Jabber groupchats, better (and more secure) file format for user data, ForkDaemon mode).
- Yahoo! support in this release will hopefully still work next month.
- Development version 1.1.1dev (released 2007-11-24) hilights:
- Mostly internal changes (resolved some GPL issues, changed some parts of the IM API).
- Support for Jabber chatrooms and an XML console.
- Support for named AIM chatrooms.
- Version 1.0.4 (released 2007-08-20) hilights:
- Removed call to sethostent() from proxy.c, this caused a lot of problems especially for people on *BSD.
- Just some small bugfixes.
- Development version 1.1dev (released 2007-02-19) hilights:
- Many new features, enhancements, bugfixes, for example:
- Rewritten Jabber module.
- Improved file format for storing user configuration.
- ForkDaemon mode: Daemon mode without the stability problems.
- Please do read doc/CHANGES for more details.
- Version 1.0.3 (released 2006-06-24) hilights:
- Less ICQ spam because the web-aware flag is disabled.
- It's easier to talk to people who are not in your buddy list.
- ISON command works better with irssi (and probably other clients).
- The usual bug fixes.
- Version 1.0.2 (released 2006-04-01) hilights:
- Fixed some issues in charset handling.
- Better handling of Jabber away states.
- Some daemon mode stability/usability fixes.
- Lots of miscellaneous fixes, cleanups, etc.
- Version 1.0.1 (released 2006-01-14) hilights:
- This version contains some of the changes from the current bzr tree, mainly bug fixes:
- AIM groupchat support.
- Fixes problems with MSN messages failing to arrive.
- Fixes problems with not seeing Jabber buddies online.
- Now handles MSN passwords with commas correctly.
- Code cleanup.
- Version 1.0 (released 2005-12-04) hilights:
- Another release with a speech!
- After more than three years, finally version 1.0 with, besides a couple of minor enhancements and bug fixes:
- Renamed the control channel to &bitlbee, mainly to avoid confusion with #bitlbee on OFTC.
- Jabber cleanup, plus handling for packets from RSS-to-Jabber feeds.
- Support for AIM typing notifications.
- Typing notifications now come in as a CTCP too. Don't forget to update your scripts!
- Fixes a possible DoS bug.
- Version 0.99 (released 2005-11-03) hilights:
- Fixes the OSCAR stability bug from 0.93.
- Fixed MSN typing notifications.
- Hopefully fixed the one annoying bug that stopped us from releasing 1.0.
- Documentation improvements.
- Version 0.93a (released 2005-10-31) hilights:
- Nothing, just forgot to set the version number string in bitlbee.h correctly. :-)
- Version 0.93 (released 2005-10-31) hilights:
- More cleaning up before 1.0. Releasing this one now because it's a waste to keep all the changes unreleased for so long.
- AIM/OSCAR improvements (set strip html is no longer necessary, info command works for AIM, better handling of away messages/states).
- Fixed the helpfile (examples were missing in the last release).
- The Jabber module allows you to specify an alternate server now, which is necessary to connect to Google Talk, for example.
- Version 0.92 (released 2005-02-23) hilights:
- A number of security- and stability-related bugfixes, including some (not very severe) bugs found after a security audit done by infamous41md.
- In fact, not much else. Just getting closer to a great 1.0 release.
- Version 0.91 (released 2004-09-25) hilights:
- Support for ICQ server-side buddy lists!
- Better Unicode/non-ASCII support for ICQ.
- Support for AIM/ICQ and iChat interoperability.
- A working info-command for almost all protocols.
- Lots of bugfixes.
- Version 0.90a (released 2004-06-28) hilights:
- Fixed Yahoo! authentication code. (Thanks to Gaim/Cerulean Studios)
- Version 0.90 (released 2004-05-28) hilights:
- Another release with a speech!
- A complete rewrite of the MSN module, which mainly means more stability, but also some good new features and other enhancements.
- Lots of cleanups and fixes in the other IM-modules.
- Full support for operating behind proxy servers.
- Lots of usability and stability improvements, bug fixes and new features.
- Version 0.85a (released 2004-03-24) hilights:
- Bugfixes. Just bugfixes.
- Fixed: Login problems with MSN for some people, minor portability issues, strange ICQ warning messages on empty buddy lists and some other things.
- Version 0.85 (released 2004-03-13) hilights:
- Applied the daemon patch: Daemon mode and flood protection are available by default now.
- Yahoo! conference (not the chat channels, just groupchats) support.
- Buffering of outgoing messages to merge pastes into one multi-line message.
- Lots of bugfixes.
- Version 0.84 (released 2004-02-13) hilights:
- Fixed Yahoo! support.
- MSN module works without libsoup now.
- Code cleanup.
- Version 0.83 (released 2003-12-31) hilights:
- Mainly bugfixes.
- Added some features especially useful for public servers. (Like server-client pinging)
- Version 0.82 (released 2003-10-31) hilights:
- Fixed a buffer overflow plus another problem in the nick handling code.
- Fixed MSN support.
- Added the qlist command.
- Version 0.81a (released 2003-10-16) hilights:
- This is what 0.81 should have been...
- Fixed the Makefile: It doesn't just overwrite files in etcdir anymore.
- MSN is now disabled by default because the module doesn't work anyway.
- Fixed a small problem in the auto-reconnect cleanup code.
- Version 0.81 (released 2003-10-15) hilights:
- Added a configuration file.
- Added some access restrictions for people who don't want their BitlBee server to be open to anyone.
- Added basic support for charsets, which makes BitlBee more useful to people who don't speak ASCII.
- Added support for automatic reconnection to an IM-server.
- Added the nick command so MSN people can change their full name. (Indeed not so useful after today...)
- Yahoo! now works again.
- Let me be clear about this: This version does not fix MSN support yet. Maybe a later version will, but for now we don't know what we can do.
- Version 0.80 (released 2003-06-24, exactly a year after the first line of code for BitlBee was written!) hilights:
- The first release with its own speech!
- Better code for away-state setting and reading.
- Support for MSN groupchats!
- A new login system, a lot neater than the previous one.
- Away-state changes are displayed as voices/devoices now. It's very easy to see who's away in /names now.
- A lot of bugfixes, new toys and stability fixes. Enough to name this one 0.80 instead of 0.75!
- Version 0.74a (released 2003-06-11) hilights:
- The music-festivals-are-bad-for-your-mind release.
- This one actually contains the bugfix 0.74 claimed to have.
- Version 0.74 (released 2003-06-10) hilights:
- Nothing really, except for a security fix. Just wait for 0.80 or try a daily snapshot if you want to see brand new stuff..
- Version 0.73 (released 2003-04-13) hilights:
- Added support for Yahoo!.
- AIM users can also use /away now.
- A number of stability fixes, especially most/all crashes when reconnecting should now be gone.
- Improved some latencies.
- Version 0.72 (released 2002-12-19) hilights:
- Improved MSN friendlyname code.
- Improved AOL support. Problems with case/space sensitivity should all be gone now.
- Added buddylist and userinfo commands.
- Version 0.71 (released 2002-09-16) hilights:
- The usual second-release release..
- Added license file (which was missing in 0.70 unfortunately)
- Lots of NickServ changes and improvements
- A way better help system
- A lot of other changes, just read doc/CHANGES for more information