- Timestamp:
- 2010-07-11T17:21:21Z (14 years ago)
- Branches:
- master
- Children:
- be999a5
- Parents:
- 3759849 (diff), 00540d4 (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
r3759849 reb6df6a 3 3 4 4 http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on 5 6 Version 1.2.8: 7 - Now always using the AIM-style authentication method for OSCAR connections, 8 even when connecting to ICQ. This solves login issues some people were 9 having. (If you have problems, try changing the old_icq_auth setting.) 10 - Twitter: 11 * Allow changing the Twitter API base URL so the module can also be used 12 for identi.ca or any other compatible network. 13 * Fetch the full list of Twitter contacts instead of slowly adding all 14 contacts as they post a message. 15 * Fixed message length counting. 16 * Allow following/unfollowing people using the usual add/remove commands. 17 * Better error reporting. 18 - Added a user_agent setting to the Jabber module to get around artificial 19 client restrictions. 20 - Allow nick changes (although only before register/identify). 21 - Some more minor bugfixes/etc. 22 23 Finished 4 Jul 2010 5 24 6 25 Version 1.2.7: -
doc/user-guide/commands.xml
r3759849 reb6df6a 633 633 </bitlbee-setting> 634 634 635 <bitlbee-setting name="base_url" type="string" scope="account"> 636 <default>http://twitter.com</default> 637 638 <description> 639 <para> 640 There are more services that understand the Twitter API than just Twitter.com. BitlBee can connect to all Twitter API implementations. 641 </para> 642 643 <para> 644 For example, set this setting to <emphasis>http://identi.ca/api</emphasis> to use Identi.ca. 645 </para> 646 647 <para> 648 Keep two things in mind: When not using Twitter, you <emphasis>must</emphasis> also disable the <emphasis>oauth</emphasis> setting as it currently only works with Twitter. If you're still having issues, make sure there is <emphasis>no</emphasis> slash at the end of the URL you enter here. 649 </para> 650 </description> 651 </bitlbee-setting> 652 635 653 <bitlbee-setting name="buddy_sendbuffer" type="boolean" scope="global"> 636 654 <default>false</default> … … 1231 1249 </bitlbee-setting> 1232 1250 1251 <bitlbee-setting name="user_agent" type="string" scope="account"> 1252 <default>BitlBee</default> 1253 1254 <description> 1255 <para> 1256 Some Jabber servers are configured to only allow a few (or even just one) kinds of XMPP clients to connect to them. 1257 </para> 1258 1259 <para> 1260 You can change this setting to make BitlBee present itself as a different client, so that you can still connect to these servers. 1261 </para> 1262 </description> 1263 </bitlbee-setting> 1264 1233 1265 <bitlbee-setting name="voice_buddies" type="string" scope="global"> 1234 1266 <default>notaway</default> … … 1244 1276 </para> 1245 1277 </description> 1246 1247 1278 </bitlbee-setting> 1248 1279
Note: See TracChangeset
for help on using the changeset viewer.