aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2007-02-18 23:47:17 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2007-02-18 23:47:17 +0000
commitd4589cb29dc06e68e9872316cfcd460c78e6aba3 (patch)
tree11c73c2fbc967ef30e3e9c7e89e2a692aae25c1c
parent21782b3d081a3ac0d6c7c0e57736e4342b73779a (diff)
Little doc/help update.
-rw-r--r--conf.c2
-rw-r--r--doc/CHANGES5
-rw-r--r--doc/README19
-rw-r--r--doc/bitlbee.84
4 files changed, 15 insertions, 15 deletions
diff --git a/conf.c b/conf.c
index 24f6133b..09fd08e1 100644
--- a/conf.c
+++ b/conf.c
@@ -131,7 +131,7 @@ conf_t *conf_load( int argc, char *argv[] )
}
else if( opt == 'h' )
{
- printf( "Usage: bitlbee [-D [-i <interface>] [-p <port>] [-n] [-v]] [-I]\n"
+ printf( "Usage: bitlbee [-D/-F [-i <interface>] [-p <port>] [-n] [-v]] [-I]\n"
" [-c <file>] [-d <dir>] [-h]\n"
"\n"
"An IRC-to-other-chat-networks gateway\n"
diff --git a/doc/CHANGES b/doc/CHANGES
index 4c1d2ece..8e0fde42 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,7 @@
-Version 1.1: (1.1.x will be a (hopefully short) development release)
+Version 1.1:
+- First BitlBee development/testing RELEASE. This should be quite stable
+ though (and for most people more stable than 1.0.x). It just has a couple
+ of rough edges and needs a bit more testing.
- Added ForkDaemon mode next to the existing Daemon- and inetd modes. With
ForkDaemon you can run BitlBee as a stand-alone daemon and every connection
will run in its own process. No more need to configure inetd, and still you
diff --git a/doc/README b/doc/README
index 75988004..bb6596ba 100644
--- a/doc/README
+++ b/doc/README
@@ -46,7 +46,7 @@ DEPENDENCIES
============
BitlBee's only real dependency is GLib. This is available on virtually every
-platform. Any recent version of GLib (2.0 or higher) will work.
+platform. Any recent version of GLib (2.4 or higher) will work.
These days, MSN Messenger clients have to connect to the MS Passport servers
through HTTPS. BitlBee can use several SSL libraries for this: GnuTLS, NSS
@@ -183,17 +183,10 @@ LEGAL
BitlBee is distributed under the GPL (GNU General Public License). See the
file COPYING for this license.
-Unfortunately some parts of the Gaim Jabber plugin (most notably the XML
-code) were licensed under the MPL (Mozilla Public License) version 1.1. We
-could not relicense this code under the GPL. As such it is still licensed
-under the MPL. The parts of the code to which this applies are marked as
-such.
-
-The MPL is provided in the file MPL-1.1.txt. This license is not GPL
-compatible. It is however a free software license.
-
-Another part (the md5 algorithm) is licensed under the Aladdin license.
-This license can be found in the files, to which this applies.
+The MD5 algorithm code is licensed under the Aladdin license. This license
+can be found in the files, to which this applies. The SHA1 algorithm code
+is licensed under the Mozilla Public License, see http://www.mozilla.org/MPL/
+for details.
The Yahoo! library used by BitlBee is libyahoo2 <http://libyahoo2.sf.net/>,
also licensed under the GPL.
@@ -201,5 +194,5 @@ also licensed under the GPL.
BitlBee - An IRC to other chat networks gateway
<http://www.bitlbee.org/>
- Copyright (C) 2002-2006 Wilmer van der Gaast <wilmer@gaast.net>
+ Copyright (C) 2002-2007 Wilmer van der Gaast <wilmer@gaast.net>
and others
diff --git a/doc/bitlbee.8 b/doc/bitlbee.8
index 201e366e..ae1cfb05 100644
--- a/doc/bitlbee.8
+++ b/doc/bitlbee.8
@@ -62,6 +62,10 @@ option.
Run in daemon mode. In this mode, BitlBee forks to the background and
waits for new connections. All clients will be served from one process.
This is still experimental. See the note above for more information.
+.IP "-F"
+Run in ForkDaemon mode. This is similar to ordinary daemon mode, but every
+client gets its own process. Easier to set up than inetd mode, but without
+the possible stability issues.
.IP "-i \fIaddress\fP"
Only useful when running in daemon mode, to specify the network interface
(identified by IP address) to which the daemon should attach. Use this if