diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/AUTHORS | 2 | ||||
| -rw-r--r-- | doc/CHANGES | 11 | ||||
| -rw-r--r-- | doc/FAQ | 7 | ||||
| -rw-r--r-- | doc/README | 17 | ||||
| -rw-r--r-- | doc/user-guide/user-guide.xml | 5 | 
5 files changed, 30 insertions, 12 deletions
| diff --git a/doc/AUTHORS b/doc/AUTHORS index 82d81862..6dab1040 100644 --- a/doc/AUTHORS +++ b/doc/AUTHORS @@ -3,7 +3,7 @@ Current developers:  Wilmer van der Gaast <wilmer@gaast.net>  	Main developer -Jelmer 'ctrlsoft' Vernooij <jelmer@nl.linux.org> +Jelmer 'ctrlsoft' Vernooij <jelmer@samba.org>  	Documentation, general hacking, Win32 port  Maurits Dijkstra <mauritsd@xs4all.nl> diff --git a/doc/CHANGES b/doc/CHANGES index 9ccf77c0..7b95e8cb 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -21,8 +21,15 @@ Version 1.0:  - Jabber module only accepts ports 5220-5229 now, to prevent people from    abusing it as a port scanner. We aren't aware of any Jabber server that    runs on other ports than those. If you are, please warn us. - -Finished ... +- Send flood protection can't be enabled anymore. It was disabled by default +  for a good reason for some time already, but some package maintainers +  turned it back on while it's way too unreliable and trigger-happy to be +  used. +- Removed TODO file, the current to-do list is always in the on-line bug +  tracking system. +- Fixed a potential DoS bug in input handling. + +Finished 4 Dec 2005  Version 0.99:  - Fixed memory initialization bug in OSCAR module that caused crashes on @@ -45,8 +45,11 @@ Q: The messages I send and/or receive look weird. I see weird characters and     annoying HTML codes. Or, BitlBee does evil things when I send messages with     non-ASCII characters!  A: You probably have to change some settings. To get rid of HTML in messages, -   see "help set html". If you seem to have problems with your charset, see -   "help set charset". +   see "help set strip_html". If you seem to have problems with your charset, +   see "help set charset". +    +   Although actually most of these problems should be gone by now. So if you +   can't get things to work well, you might have found a bug.  Q: Is BitlBee forked from Gaim?  A: BitlBee 0.7 was, sort-of. It contained a lot of code from Gaim 0.58 @@ -107,11 +107,10 @@ not daemons).  See utils/bitlbeed.c for more information about the program. -Just a little note: We run our public server im.bitlbee.org for a couple of -months now, and so far we haven't experienced this problem yet. The only -BitlBee processes killed because of CPU-time overuse were running for a long -time already, they were usually killed during the MSN login process (which -is quite CPU-time consuming). +Just a little note: Now that we reach version 1.0, this shouldn't be that +much of an issue anymore. However, on a public server, especially if you +also use it for other things, it can't hurt to protect yourself against +possible problems.  USAGE @@ -145,6 +144,12 @@ WEBSITE  You can find new releases of BitlBee at:  http://www.bitlbee.org/ +The bug tracking system: +http://bugs.bitlbee.org/ + +Our version control system is Bazaar-NG. Our repository is at: +http://code.bitlbee.org/ +  A NOTE ON ENCRYPTION  ==================== @@ -186,5 +191,5 @@ also licensed under the GPL.  	BitlBee - An IRC to other chat networks gateway   	          <http://www.bitlbee.org/> -	Copyright (C) 2002-2004  Wilmer van der Gaast <wilmer@gaast.net> +	Copyright (C) 2002-2005  Wilmer van der Gaast <wilmer@gaast.net>  	                         and others diff --git a/doc/user-guide/user-guide.xml b/doc/user-guide/user-guide.xml index e6a6cd66..5b881fb2 100644 --- a/doc/user-guide/user-guide.xml +++ b/doc/user-guide/user-guide.xml @@ -23,7 +23,10 @@      </legalnotice>     <releaseinfo> -   		This is the initial release of the BitlBee User Guide. +   		This is the BitlBee User Guide. For now, the on-line help is +		the most up-to-date documentation. Although this document shares +		some parts with the on-line help system, other parts might be +		very outdated.     </releaseinfo>    </bookinfo> | 
