Changeset a5ac9f9 for doc


Ignore:
Timestamp:
2006-10-15T22:25:59Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
2a29eac
Parents:
5eec897
Message:

Filled in the user changelog a bit more.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/CHANGES

    r5eec897 ra5ac9f9  
    11Version x.x:
     2- Added ForkDaemon mode next to the existing Daemon- and inetd modes. With
     3  ForkDaemon you can run BitlBee as a stand-alone daemon and every connection
     4  will run in its own process. No more need to configure inetd, and still you
     5  don't get the stability problems BitlBee unfortunately still has in ordinary
     6  (one-process) daemon mode.
     7- Added inter-process/connection communication. This made it possible to
     8  implement some IRC operator features like WALLOPs, KILL, DIE, REHASH and
     9  more.
     10- Added hooks for using libevent instead of GLib for event handling. This
     11  should improve scalability, although this won't really be useful yet because
     12  the one-process daemon mode is not reliable enough.
     13- BitlBee now makes the buddy quits when doing "account off" look like a
     14  netsplit. Modern IRC clients show this in a different, more compact way.
     15- GLib 1.x compatibility was dropped. BitlBee now requires GLib 2.6 (FIXME)
     16  or newer. This allows us to use more GLib features. By now GLib 1.x is so
     17  old that supporting it isn't really necessary anymore.
     18- Many, many, MANY little changes, improvements, fixes. Using non-blocking
     19  I/O as much as possible, fixed lots of little bugs (including bugs that
     20  affected daemon mode stability). See the bzr logs for more information.
    221- Most important change: New file format for user data (accounts, nicks and
    322  settings). Migration to the new format should happen transparently,
Note: See TracChangeset for help on using the changeset viewer.