comparison ChangeLog @ 28309:7eaf2561b6dd

Extend the TinyURL plugin. TinyURL has its own notify_uri function to show a shorter URL. This will help with opening inboxes on yahoo/msn etc. In a conversation, long URLs in a system message are also tinyurl-ed. This will help with, for example, Yahoo chat-room captchas.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 30 Sep 2009 15:20:25 +0000
parents 578b4048a501
children 79babdb9fdf3 2cc15ca3c26d
comparison
equal deleted inserted replaced
28308:a501f14e6961 28309:7eaf2561b6dd
10 General: 10 General:
11 * New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins') 11 * New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins')
12 to announce the list of loaded plugins (in both Finch and Pidgin). 12 to announce the list of loaded plugins (in both Finch and Pidgin).
13 * Fix a crash when performing DNS queries on Unixes that use the 13 * Fix a crash when performing DNS queries on Unixes that use the
14 blocking DNS lookups. (Brian Lu) 14 blocking DNS lookups. (Brian Lu)
15
16 Finch:
17 * The TinyURL plugin now creates shorter URLs for long non-conversation
18 URLs, e.g. URLs to open Inbox in Yahoo/MSN protocols, or the Yahoo
19 Captcha when joining chat rooms.
15 20
16 version 2.6.2 (09/05/2009): 21 version 2.6.2 (09/05/2009):
17 libpurple: 22 libpurple:
18 * Fix --disable-avahi to actually disable it in configure, as opposed 23 * Fix --disable-avahi to actually disable it in configure, as opposed
19 to just making the warning non-fatal. 24 to just making the warning non-fatal.