diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/CHANGES | 19 | ||||
| -rw-r--r-- | doc/user-guide/commands.xml | 18 | 
2 files changed, 37 insertions, 0 deletions
| diff --git a/doc/CHANGES b/doc/CHANGES index 7359a050..25db8a70 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -3,6 +3,25 @@ found in the bzr commit logs, for example you can try:  http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on +Version 1.2.8: +- Now always using the AIM-style authentication method for OSCAR connections, +  even when connecting to ICQ. This solves login issues some people were +  having. (If you have problems, try changing the old_icq_auth setting.) +- Twitter: +  * Allow changing the Twitter API base URL so the module can also be used +    for identi.ca or any other compatible network. +  * Fetch the full list of Twitter contacts instead of slowly adding all +    contacts as they post a message. +  * Fixed message length counting. +  * Allow following/unfollowing people using the usual add/remove commands. +  * Better error reporting. +- Added a user_agent setting to the Jabber module to get around artificial +  client restrictions. +- Allow nick changes (although only before register/identify). +- Some more minor bugfixes/etc. + +Finished 4 Jul 2010 +  Version 1.2.7:  - Fixed problems with MSN Messenger authentication. ("Could not parse    Passport server response") diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index d0ce485e..46d12a9c 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -530,6 +530,24 @@  		</description>  	</bitlbee-setting> +	<bitlbee-setting name="base_url" type="string" scope="account"> +		<default>http://twitter.com</default> + +		<description> +			<para> +				There are more services that understand the Twitter API than just Twitter.com. BitlBee can connect to all Twitter API implementations. +			</para> + +			<para> +				For example, set this setting to <emphasis>http://identi.ca/api</emphasis> to use Identi.ca. +			</para> + +			<para> +				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. +			</para> +		</description> +	</bitlbee-setting> +  	<bitlbee-setting name="charset" type="string" scope="global">  		<default>utf-8</default>  		<possible-values>you can get a list of all possible values by doing 'iconv -l' in a shell</possible-values> | 
