diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-11 11:15:36 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-11 11:15:36 +0000 |
commit | 8b6b7405d3844271f7bff56e527bfeb1a4872975 (patch) | |
tree | 56a1eb9eb88e02abf706740811cfbcc5a694a837 /bitlbee.conf | |
parent | 75ec2c8398afde059e3a2403ca8907229d3720de (diff) |
Document the new -x flag in one useful location and make it a bit better at
argument checking to avoid ugly (even though harmless) segfaults. Also skip
any md5: prefix that may be present when checking hashes.
Diffstat (limited to 'bitlbee.conf')
-rw-r--r-- | bitlbee.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bitlbee.conf b/bitlbee.conf index 5fce2820..4a3bbddf 100644 --- a/bitlbee.conf +++ b/bitlbee.conf @@ -54,9 +54,8 @@ ## AuthPassword ## ## Password the user should enter when logging into a closed BitlBee server. -## You can also have an MD5-encrypted password here. Format: "md5:", followed -## by a hash as generated for the <user password=""> attribute in a BitlBee -## XML file (for now there's no easier way to generate the hash). +## You can also have a BitlBee-style MD5 hash here. Format: "md5:", followed +## by a hash as generated by "bitlbee -x hash <password>". ## # AuthPassword = ItllBeBitlBee ## Heh.. Our slogan. ;-) ## or |