From 060d0661ff8c1465f394c307d0f4c2a22964c6b2 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Tue, 1 Feb 2011 13:05:58 +0000 Subject: More password paranoia: Allow omitting the identify/register password as well (and enter it using /OPER instead). This is a gross hack and indeed still not solid: In irssi one can still use /RAWLOG SAVE to find the OPER line sent to BitlBee (and of course not everyone uses SSL to talk to remote BitlBee servers). This only works within 10-30 minutes after entering the password though. --- doc/user-guide/commands.xml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'doc/user-guide') diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index b86328b5..42a995c9 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -24,7 +24,7 @@ - If you omit the password, you should use the IRC /OPER command to enter it separately. The advantage of this approach is that most IRC clients will not show OPER passwords on screen/save them in logs. + You can omit the password and enter it separately using the IRC /OPER command. This lets you enter your password without your IRC client echoing it on screen or recording it in logs. @@ -1603,7 +1603,7 @@ Register yourself - register <password> + register [<password>] @@ -1617,12 +1617,16 @@ To identify yourself in later sessions, you can use the identify command. To change your password later, you can use the set password command. + + + You can omit the password and enter it separately using the IRC /OPER command. This lets you enter your password without your IRC client echoing it on screen or recording it in logs. + - identify [-noload|-force] <password> + identify [-noload|-force] [<password>] Identify yourself with your password @@ -1641,6 +1645,10 @@ -noload will log you in but not load any accounts and settings saved under your current nickname. These will be overwritten once you save your settings (i.e. when you disconnect). + + + You can omit the password and enter it separately using the IRC /OPER command. This lets you enter your password without your IRC client echoing it on screen or recording it in logs. + -- cgit v1.2.3