From df1ae6223a5fdb3c18d5438670834285101c6213 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 15 May 2010 12:53:09 +0100 Subject: 1.2.7 changelog. Have to release soon, now that 1.2.6a is mostly broken for MSN Messenger for everyone. --- doc/CHANGES | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc') diff --git a/doc/CHANGES b/doc/CHANGES index 45b16e28..7359a050 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -3,6 +3,20 @@ found in the bzr commit logs, for example you can try: http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on +Version 1.2.7: +- Fixed problems with MSN Messenger authentication. ("Could not parse + Passport server response") +- Fixed broken typing notifications when talking to GTalk contacts. +- Fixed an issue with non-anonymous Jabber chatrooms polluting the nick + namespace, sometimes generating odd warning messages. +- Restored ability to start groupchats on ICQ. +- Added show_offline setting that will also show offline contacts in the + control channel. +- OAuth support for Twitter: This means the module will keep working after + June (this also changes "via API" under your tweets into "via BitlBee"). + +Finished 15 May 2010 + Version 1.2.6a: - Fixed a typo that renders the Twitter groupchat mode unusable. A last- minute change that came a few minutes late. -- cgit v1.2.3 From 907afe184215a7ba15b09ef5f130768703cd89bd Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Wed, 19 May 2010 21:01:33 +0100 Subject: Minor doc update. --- doc/bitlbee.8 | 5 ++--- doc/user-guide/quickstart.xml | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/bitlbee.8 b/doc/bitlbee.8 index 9e634844..36576e59 100644 --- a/doc/bitlbee.8 +++ b/doc/bitlbee.8 @@ -38,9 +38,8 @@ BitlBee \- IRC gateway to IM chat networks BitlBee is an IRC daemon that can talk to instant messaging networks and acts as a gateway. Users can connect to the server with any normal IRC client and see their 'buddy list' in -&bitlbee. BitlBee's protocol support is based on the gaim -protocol plugins. BitlBee currently supports Oscar (aim and icq), -MSN, Jabber and Yahoo. +&bitlbee. It currently supports Oscar (AIM and ICQ), +MSN, Jabber, Yahoo! and Twitter. \fBbitlbee\fP should be called by .BR inetd (8), diff --git a/doc/user-guide/quickstart.xml b/doc/user-guide/quickstart.xml index 0539a7c7..80c16ffb 100644 --- a/doc/user-guide/quickstart.xml +++ b/doc/user-guide/quickstart.xml @@ -2,7 +2,7 @@ Quickstart -Welcome to BitlBee, your IRC gateway to ICQ, MSN, AOL, Jabber and Yahoo Instant Messaging Systems. +Welcome to BitlBee, your IRC gateway to ICQ, MSN, AOL, Jabber, Yahoo! and Twitter. @@ -42,7 +42,7 @@ For instance, suppose you have a Jabber account at jabber.org with handle -Other available IM protocols are msn, oscar, and yahoo. OSCAR is the protocol used by ICQ and AOL. For more information about the account add command, see help account add. +Other available IM protocols are msn, oscar, yahoo and twitter. OSCAR is the protocol used by ICQ and AOL. For more information about the account add command, see help account add. -- cgit v1.2.3 From f9110b483d89b6dbc15d980f8b431863e8a872f3 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 23 May 2010 00:44:00 +0100 Subject: Fixed documented default for ignore_auth_requests setting. --- doc/user-guide/commands.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index ba2b4e70..15ed4c34 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -619,7 +619,7 @@ - true + false -- cgit v1.2.3