Ignore:
Timestamp:
2010-03-21T16:17:24Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
0cb71a6
Parents:
81ee561 (diff), 767a148 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merging in killerbee stuff (just file transfers and maybe a few things from
mainline). Once I add ft support glue to protocols/purple/ I guess this will
all go into killerbee.

File:
1 edited

Legend:

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

    r81ee561 r85693e6  
    587587        </bitlbee-setting>
    588588
     589        <bitlbee-setting name="ignore_auth_requests" type="boolean" scope="account">
     590                <default>true</default>
     591
     592                <description>
     593                        <para>
     594                                Only supported by OSCAR so far, you can use this setting to ignore ICQ authorization requests, which are hardly used for legitimate (i.e. non-spam) reasons anymore.
     595                        </para>
     596                </description>
     597
     598        </bitlbee-setting>
     599
    589600        <bitlbee-setting name="lcnicks" type="boolean" scope="global">
    590601                <default>true</default>
     
    10171028
    10181029        </bitlbee-command>
     1030       
     1031        <bitlbee-command name="transfers">
     1032                <short-description>Monitor, cancel, or reject file transfers</short-description>
     1033                <syntax>transfers [&lt;cancel&gt; id | &lt;reject&gt;]</syntax>
     1034               
     1035                <description>
     1036                        <para>
     1037                                Without parameters the currently pending file transfers and their status will be listed. Available actions are <emphasis>cancel</emphasis> and <emphasis>reject</emphasis>. See <emphasis>help transfers &lt;action&gt;</emphasis> for more information.
     1038                        </para>
     1039
     1040                        <ircexample>
     1041                                <ircline nick="ulim">transfers</ircline>
     1042                        </ircexample>
     1043                </description>
     1044               
     1045                <bitlbee-command name="cancel">
     1046                        <short-description>Cancels the file transfer with the given id</short-description>
     1047                        <syntax>transfers &lt;cancel&gt; id</syntax>
     1048
     1049                        <description>
     1050                                <para>Cancels the file transfer with the given id</para>
     1051                        </description>
     1052
     1053                        <ircexample>
     1054                                <ircline nick="ulim">transfers cancel 1</ircline>
     1055                                <ircline nick="root">Canceling file transfer for test</ircline>
     1056                        </ircexample>
     1057                </bitlbee-command>
     1058
     1059                <bitlbee-command name="reject">
     1060                        <short-description>Rejects all incoming transfers</short-description>
     1061                        <syntax>transfers &lt;reject&gt;</syntax>
     1062
     1063                        <description>
     1064                                <para>Rejects all incoming (not already transferring) file transfers. Since you probably have only one incoming transfer at a time, no id is neccessary. Or is it?</para>
     1065                        </description>
     1066
     1067                        <ircexample>
     1068                                <ircline nick="ulim">transfers reject</ircline>
     1069                        </ircexample>
     1070                </bitlbee-command>
     1071        </bitlbee-command>
     1072       
    10191073</chapter>
Note: See TracChangeset for help on using the changeset viewer.