From 9564e55a35ebffaad644c13827ec2b795fb21154 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Mon, 22 Nov 2010 13:17:45 +0000 Subject: Allow omitting the password argument to "account add", to then separately enter the password using the /OPER command (which will not echo to the screen and/or logs). It's a fairly ugly hack but the improved password security is worth it IMHO. --- bitlbee.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bitlbee.h') diff --git a/bitlbee.h b/bitlbee.h index e6b99a7c..15b7bddf 100644 --- a/bitlbee.h +++ b/bitlbee.h @@ -125,6 +125,10 @@ #define HELP_FILE VARDIR "help.txt" #define CONF_FILE_DEF ETCDIR "bitlbee.conf" +/* Hack to give a little bit more password security on IRC: If an account has + this password set, use /OPER to change it. */ +#define PASSWORD_PENDING "\r\rchangeme\r\r" + #include "bee.h" #include "irc.h" #include "storage.h" -- cgit v1.2.3