Changeset d4589cb


Ignore:
Timestamp:
2007-02-18T23:47:17Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
6cfcfdf
Parents:
21782b3
Message:

Little doc/help update.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • conf.c

    r21782b3 rd4589cb  
    132132                else if( opt == 'h' )
    133133                {
    134                         printf( "Usage: bitlbee [-D [-i <interface>] [-p <port>] [-n] [-v]] [-I]\n"
     134                        printf( "Usage: bitlbee [-D/-F [-i <interface>] [-p <port>] [-n] [-v]] [-I]\n"
    135135                                "               [-c <file>] [-d <dir>] [-h]\n"
    136136                                "\n"
  • doc/CHANGES

    r21782b3 rd4589cb  
    1 Version 1.1: (1.1.x will be a (hopefully short) development release)
     1Version 1.1:
     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.
    25- Added ForkDaemon mode next to the existing Daemon- and inetd modes. With
    36  ForkDaemon you can run BitlBee as a stand-alone daemon and every connection
  • doc/README

    r21782b3 rd4589cb  
    4747
    4848BitlBee's only real dependency is GLib. This is available on virtually every
    49 platform. Any recent version of GLib (2.0 or higher) will work.
     49platform. Any recent version of GLib (2.4 or higher) will work.
    5050
    5151These days, MSN Messenger clients have to connect to the MS Passport servers
     
    184184file COPYING for this license.
    185185
    186 Unfortunately some parts of the Gaim Jabber plugin (most notably the XML
    187 code) were licensed under the MPL (Mozilla Public License) version 1.1. We
    188 could not relicense this code under the GPL. As such it is still licensed
    189 under the MPL. The parts of the code to which this applies are marked as
    190 such.
    191 
    192 The MPL is provided in the file MPL-1.1.txt. This license is not GPL
    193 compatible. It is however a free software license.
    194 
    195 Another part (the md5 algorithm) is licensed under the Aladdin license.
    196 This license can be found in the files, to which this applies.
     186The MD5 algorithm code is licensed under the Aladdin license. This license
     187can be found in the files, to which this applies. The SHA1 algorithm code
     188is licensed under the Mozilla Public License, see http://www.mozilla.org/MPL/
     189for details.
    197190
    198191The Yahoo! library used by BitlBee is libyahoo2 <http://libyahoo2.sf.net/>,
     
    202195        BitlBee - An IRC to other chat networks gateway
    203196                  <http://www.bitlbee.org/>
    204         Copyright (C) 2002-2006  Wilmer van der Gaast <wilmer@gaast.net>
     197        Copyright (C) 2002-2007  Wilmer van der Gaast <wilmer@gaast.net>
    205198                                 and others
  • doc/bitlbee.8

    r21782b3 rd4589cb  
    6363waits for new connections. All clients will be served from one process.
    6464This is still experimental. See the note above for more information.
     65.IP "-F"
     66Run in ForkDaemon mode. This is similar to ordinary daemon mode, but every
     67client gets its own process. Easier to set up than inetd mode, but without
     68the possible stability issues.
    6569.IP "-i \fIaddress\fP"
    6670Only useful when running in daemon mode, to specify the network interface
Note: See TracChangeset for help on using the changeset viewer.