Ignore:
Timestamp:
2012-12-22T00:14:26Z (11 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
7d5afa6
Parents:
92d3044 (diff), 573e274 (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 JSON branch. It's very stable by now, and I want more testers.

File:
1 edited

Legend:

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

    r92d3044 rcc6fdf8  
    835835        <bitlbee-setting name="commands" type="boolean" scope="account">
    836836                <default>true</default>
     837                <possible-values>true, false, strict</possible-values>
    837838
    838839                <description>
     
    853854
    854855                        <para>
    855                                 Anything that doesn't look like a command will be treated as a tweet. Watch out for typos! :-)
     856                                Anything that doesn't look like a command will be treated as a tweet. Watch out for typos, or to avoid this behaviour, you can set this setting to <emphasis>strict</emphasis>, which causes the <emphasis>post</emphasis> command to become mandatory for posting a tweet.
    856857                        </para>
    857858                </description>
     
    10231024
    10241025        </bitlbee-setting>
     1026
     1027        <bitlbee-setting name="stream" type="boolean" scope="account">
     1028                <default>true</default>
     1029
     1030                <description>
     1031                        <para>
     1032                                For Twitter accounts, this setting enables use of the Streaming API. This automatically gives you incoming DMs as well.
     1033                        </para>
     1034                       
     1035                        <para>
     1036                                For other Twitter-like services, this setting is not supported.
     1037                        </para>
     1038                </description>
     1039
     1040        </bitlbee-setting>
    10251041       
    10261042        <bitlbee-setting name="target_url_length" type="integer" scope="account">
     
    13381354
    13391355        <bitlbee-setting name="show_ids" type="boolean" scope="account">
    1340                 <default>false</default>
     1356                <default>true</default>
    13411357
    13421358                <description>
Note: See TracChangeset for help on using the changeset viewer.