- Timestamp:
- 2010-06-03T21:13:57Z (14 years ago)
- Branches:
- master
- Children:
- 1dd3470
- Parents:
- a6b2f13 (diff), df1ae622 (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. - Location:
- doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/CHANGES
ra6b2f13 rbb09b3c 3 3 4 4 http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on 5 6 Version 1.2.7: 7 - Fixed problems with MSN Messenger authentication. ("Could not parse 8 Passport server response") 9 - Fixed broken typing notifications when talking to GTalk contacts. 10 - Fixed an issue with non-anonymous Jabber chatrooms polluting the nick 11 namespace, sometimes generating odd warning messages. 12 - Restored ability to start groupchats on ICQ. 13 - Added show_offline setting that will also show offline contacts in the 14 control channel. 15 - OAuth support for Twitter: This means the module will keep working after 16 June (this also changes "via API" under your tweets into "via BitlBee"). 17 18 Finished 15 May 2010 19 20 Version 1.2.6a: 21 - Fixed a typo that renders the Twitter groupchat mode unusable. A last- 22 minute change that came a few minutes late. 23 24 Finished 19 Apr 2010 5 25 6 26 Version 1.2.6: -
doc/user-guide/commands.xml
ra6b2f13 rbb09b3c 79 79 To send tweets yourself, send them to the twitter_(yourusername) contact, or just write in the groupchat channel if you enabled that option. 80 80 </para> 81 82 <para> 83 Since Twitter now requires OAuth authentication, you should not enter your Twitter password into BitlBee. Just type a bogus password. The first time you log in, BitlBee will start OAuth authentication. (See <emphasis>help set oauth</emphasis>.) 84 </para> 81 85 </description> 82 86 </bitlbee-command> … … 776 780 <bitlbee-setting name="halfop_buddies" type="string" scope="global"> 777 781 <default>encrypted</default> 778 <possible-values>encrypted, trusted, notaway, false</possible-values>782 <possible-values>encrypted, trusted, notaway, online, false</possible-values> 779 783 780 784 <description> … … 784 788 785 789 <para> 786 If "false", the flag is never set. On "notaway", the flag is removed for users marked as "away" and set for all others. On "encrypted", the flag is set for users with whom we have an encrypted connection. On "trusted", it is set only for encrypted connections using a trusted key. 790 If "false", the flag is never set. On "notaway", the flag is removed for users marked as "away" and set for all others. On "encrypted", the flag is set for users with whom we have an encrypted connection. On "trusted", it is set only for encrypted connections using a trusted key. On "online", the flag is set whenever the user is online; only meaningful in conjunction with "show_offline". 787 791 </para> 788 792 </description> … … 834 838 <bitlbee-setting name="op_buddies" type="string" scope="global"> 835 839 <default>trusted</default> 836 <possible-values>encrypted, trusted, notaway, false</possible-values>840 <possible-values>encrypted, trusted, notaway, online, false</possible-values> 837 841 838 842 <description> … … 842 846 843 847 <para> 844 If "false", the flag is never set. On "notaway", the flag is removed for users marked as "away" and set for all others. On "encrypted", the flag is set for users with whom we have an encrypted connection. On "trusted", it is set only for encrypted connections using a trusted key. 848 If "false", the flag is never set. On "notaway", the flag is removed for users marked as "away" and set for all others. On "encrypted", the flag is set for users with whom we have an encrypted connection. On "trusted", it is set only for encrypted connections using a trusted key. On "online", the flag is set whenever the user is online; only meaningful in conjunction with "show_offline". 845 849 </para> 846 850 </description> … … 882 886 </bitlbee-setting> 883 887 888 <bitlbee-setting name="message_length" type="integer" scope="account"> 889 <default>140</default> 890 891 <description> 892 <para> 893 Since Twitter rejects messages longer than 140 characters, BitlBee can count message length and emit a warning instead of waiting for Twitter to reject it. 894 </para> 895 896 <para> 897 You can change this limit here but this won't disable length checks on Twitter's side. You can also set it to 0 to disable the check in case you believe BitlBee doesn't count the characters correctly. 898 </para> 899 </description> 900 901 </bitlbee-setting> 902 884 903 <bitlbee-setting name="mode" type="string" scope="account"> 885 904 <possible-values>one, many, chat</possible-values> … … 925 944 </bitlbee-setting> 926 945 946 <bitlbee-setting name="oauth" type="boolean" scope="account"> 947 <default>true</default> 948 949 <description> 950 <para> 951 This enables OAuth authentication for Twitter accounts. From June 2010 this will be mandatory. 952 </para> 953 954 <para> 955 With OAuth enabled, you shouldn't tell BitlBee your Twitter password. Just add your account with a bogus password and type <emphasis>account on</emphasis>. BitlBee will then give you a URL to authenticate with Twitter. If this succeeds, Twitter will return a PIN code which you can give back to BitlBee to finish the process. 956 </para> 957 958 <para> 959 The resulting access token will be saved permanently, so you have to do this only once. 960 </para> 961 </description> 962 963 </bitlbee-setting> 964 927 965 <bitlbee-setting name="ops" type="string" scope="global"> 928 966 <default>both</default> … … 1060 1098 </bitlbee-setting> 1061 1099 1100 <bitlbee-setting name="show_offline" type="boolean" scope="global"> 1101 <default>false</default> 1102 1103 <description> 1104 <para> 1105 If enabled causes BitlBee to also show offline users in Channel. You may want to adjust the settings "voice_buddies", "halfop_buddies" and "op_buddies" according to your liking. A reasonable candidate is "voice_buddies=online", "halfop_buddies=false", "op_buddies=notaway". 1106 </para> 1107 <para> 1108 This option takes effect as soon as you reconnect. 1109 </para> 1110 </description> 1111 </bitlbee-setting> 1112 1062 1113 <bitlbee-setting name="simulate_netsplit" type="boolean" scope="global"> 1063 1114 <default>true</default> … … 1181 1232 1182 1233 <bitlbee-setting name="voice_buddies" type="string" scope="global"> 1183 <default> trusted</default>1184 <possible-values>encrypted, trusted, notaway, false</possible-values>1234 <default>notaway</default> 1235 <possible-values>encrypted, trusted, notaway, online, false</possible-values> 1185 1236 1186 1237 <description> … … 1190 1241 1191 1242 <para> 1192 If "false", the flag is never set. On "notaway", the flag is removed for users marked as "away" and set for all others. On "encrypted", the flag is set for users with whom we have an encrypted connection. On "trusted", it is set only for encrypted connections using a trusted key. 1243 If "false", the flag is never set. On "notaway", the flag is removed for users marked as "away" and set for all others. On "encrypted", the flag is set for users with whom we have an encrypted connection. On "trusted", it is set only for encrypted connections using a trusted key. On "online", the flag is set whenever the user is online; only meaningful in conjunction with "show_offline". 1193 1244 </para> 1194 1245 </description>
Note: See TracChangeset
for help on using the changeset viewer.