Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/CHANGES

    r5ecf96b r221a273  
    1 Version 1.2.1:
    2 - Fixed proxy support.
    3 - Fixed stalling issues while connecting to Jabber when using the OpenSSL
    4   module.
    5 - Fixed problem with GLib and ForkDaemon where processes didn't die when
    6   the client disconnects.
    7 - Fixed handling of "set charset none". (Which pretty much breaks the account
    8   completely in 1.2.)
    9 - You can now automatically identify yourself to BitlBee by setting a server
    10   password in your IRC client.
    11 - Compatible with all crazy kinds of line endings that clients can send.
    12 
    13 Finished ...
    14 
    151Version 1.2:
     2- First BitlBee development/testing RELEASE. This should be quite stable
     3  though (and for most people more stable than 1.0.x). It just has a couple
     4  of rough edges and needs a bit more testing.
    165- Added ForkDaemon mode next to the existing Daemon- and inetd modes. With
    176  ForkDaemon you can run BitlBee as a stand-alone daemon and every connection
     
    3221  1.x is so old that supporting it really isn't necessary anymore.
    3322- Many, many, MANY little changes, improvements, fixes. Using non-blocking
    34   I/O as much as possible, replaced the Gaim (0.59, IOW heavily outdated)
    35   API, fixed lots of little bugs (including bugs that affected daemon mode
    36   stability). See the bzr logs for more information.
    37 - One of the user-visible changes from the API change: You can finally see
    38   all away states/messages properly.
    39 - Added units tests. Test coverage is very minimal for now.
    40 - Better charset handling: Everything is just converted from/to UTF-8 right
    41   in the IRC core, and charset mismatches are detected (if possible) and the
    42   user is asked to resolve this before continuing. Also, UTF-8 is the default
    43   setting now, since that's how the world seems to work these days.
    44 - One can now keep hashed passwords in bitlbee.conf instead of the cleartext
    45   version.
     23  I/O as much as possible, fixed lots of little bugs (including bugs that
     24  affected daemon mode stability). See the bzr logs for more information.
     25- Added units tests, will have to add some more before the real release.
    4626- Most important change: New file format for user data (accounts, nicks and
    4727  settings). Migration to the new format should happen transparently,
     
    8969  * An XML console (add xmlconsole to your contact list or see "help set
    9070    xmlconsole" if you want it permanently).
    91 - The Yahoo! module now says it supports YMSG protocol version 12, which will
    92   hopefully keep the Yahoo module working after 2008-04-02 (when Yahoo! is
    93   dropping support for version 6.x of their client).
    94 - MSN switchboard handling changes. Hopefully less messages will get lost now,
    95   although things are still not perfect.
    96 
    97 Finished 17 Mar 2008
     71
     72Finished ???
    9873
    9974Version 1.0.4:
Note: See TracChangeset for help on using the changeset viewer.