Changeset 060d066 for doc


Ignore:
Timestamp:
2011-02-01T13:05:58Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
da60f28
Parents:
00fd005
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user-guide/commands.xml

    r00fd005 r060d066  
    2525
    2626                                <para>
    27                                         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.
     27                                        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.
    2828                                </para>
    2929                        </description>
     
    16041604        <bitlbee-command name="register">
    16051605                <short-description>Register yourself</short-description>
    1606                 <syntax>register &lt;password&gt;</syntax>
     1606                <syntax>register [&lt;password&gt;]</syntax>
    16071607
    16081608                <description>
     
    16181618                                To identify yourself in later sessions, you can use the <emphasis>identify</emphasis> command. To change your password later, you can use the <emphasis>set password</emphasis> command.
    16191619                        </para>
     1620
     1621                        <para>
     1622                                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.
     1623                        </para>
    16201624                </description>
    16211625
     
    16231627
    16241628        <bitlbee-command name="identify">
    1625                 <syntax>identify [-noload|-force] &lt;password&gt;</syntax>
     1629                <syntax>identify [-noload|-force] [&lt;password&gt;]</syntax>
    16261630                <short-description>Identify yourself with your password</short-description>
    16271631
     
    16411645                        <para>
    16421646                                <emphasis>-noload</emphasis> 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).
     1647                        </para>
     1648
     1649                        <para>
     1650                                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.
    16431651                        </para>
    16441652                </description>
Note: See TracChangeset for help on using the changeset viewer.