Changeset d4589cb
- Timestamp:
- 2007-02-18T23:47:17Z (18 years ago)
- Branches:
- master
- Children:
- 6cfcfdf
- Parents:
- 21782b3
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
conf.c
r21782b3 rd4589cb 132 132 else if( opt == 'h' ) 133 133 { 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" 135 135 " [-c <file>] [-d <dir>] [-h]\n" 136 136 "\n" -
doc/CHANGES
r21782b3 rd4589cb 1 Version 1.1: (1.1.x will be a (hopefully short) development release) 1 Version 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. 2 5 - Added ForkDaemon mode next to the existing Daemon- and inetd modes. With 3 6 ForkDaemon you can run BitlBee as a stand-alone daemon and every connection -
doc/README
r21782b3 rd4589cb 47 47 48 48 BitlBee's only real dependency is GLib. This is available on virtually every 49 platform. Any recent version of GLib (2. 0or higher) will work.49 platform. Any recent version of GLib (2.4 or higher) will work. 50 50 51 51 These days, MSN Messenger clients have to connect to the MS Passport servers … … 184 184 file COPYING for this license. 185 185 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. 186 The MD5 algorithm code is licensed under the Aladdin license. This license 187 can be found in the files, to which this applies. The SHA1 algorithm code 188 is licensed under the Mozilla Public License, see http://www.mozilla.org/MPL/ 189 for details. 197 190 198 191 The Yahoo! library used by BitlBee is libyahoo2 <http://libyahoo2.sf.net/>, … … 202 195 BitlBee - An IRC to other chat networks gateway 203 196 <http://www.bitlbee.org/> 204 Copyright (C) 2002-200 6Wilmer van der Gaast <wilmer@gaast.net>197 Copyright (C) 2002-2007 Wilmer van der Gaast <wilmer@gaast.net> 205 198 and others -
doc/bitlbee.8
r21782b3 rd4589cb 63 63 waits for new connections. All clients will be served from one process. 64 64 This is still experimental. See the note above for more information. 65 .IP "-F" 66 Run in ForkDaemon mode. This is similar to ordinary daemon mode, but every 67 client gets its own process. Easier to set up than inetd mode, but without 68 the possible stability issues. 65 69 .IP "-i \fIaddress\fP" 66 70 Only useful when running in daemon mode, to specify the network interface
Note: See TracChangeset
for help on using the changeset viewer.