Mercurial > pidgin.yaz
comparison ChangeLog @ 27067:bc2aa262a567
propagate from branch 'im.pidgin.pidgin' (head ca6eb11f6084be37aeabcb2d99df789aaf8b4afd)
to branch 'im.pidgin.cpw.malu.client_type' (head 61fe08ebe574f1112f120259839dbc0474a701cb)
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Mon, 25 May 2009 19:24:17 +0000 |
parents | 131e41a24d95 |
children | d99cc163a53f |
comparison
equal
deleted
inserted
replaced
27066:d2424873c666 | 27067:bc2aa262a567 |
---|---|
5 * Theme support in libpurple thanks to Justin Rodriguez's summer of code | 5 * Theme support in libpurple thanks to Justin Rodriguez's summer of code |
6 project. With some minor additions and clean ups from Paul Aurich. | 6 project. With some minor additions and clean ups from Paul Aurich. |
7 * Voice & Video framework in libpurple, thanks to Mike Ruprecht's summer | 7 * Voice & Video framework in libpurple, thanks to Mike Ruprecht's summer |
8 of code project in 2008. | 8 of code project in 2008. |
9 * It should no longer be possible to end up with duplicates of buddies | 9 * It should no longer be possible to end up with duplicates of buddies |
10 in a group on the buddy list. | 10 in a group on the buddy list. (Paul Aurich) |
11 * Removed the unmaintained and unneeded toc protocol plugin. | 11 * Removed the unmaintained and unneeded toc protocol plugin. |
12 * Fixed NTLM authentication on big-endian systems. | 12 * Fixed NTLM authentication on big-endian systems. |
13 | 13 |
14 libpurple: | 14 libpurple: |
15 * Various memory cleanups when unloading libpurple. (Nick Hebner) | 15 * Various memory cleanups when unloading libpurple. (Nick Hebner) |
16 * Report idle time 'From last message sent' should work properly. | 16 * Report idle time 'From last message sent' should work properly. |
17 * Show the invite message for buddies that requested authorization | |
18 from you on MSN. | |
19 * DNS servers are re-read when DNS queries fail in case the system has | |
20 moved to a new network and the old servers are not accessible. | |
17 | 21 |
18 XMPP: | 22 XMPP: |
19 * Voice & Video support with Jingle (XEP-0166, 0167, 0176, & 0177), and | 23 * Voice & Video support with Jingle (XEP-0166, 0167, 0176, & 0177), and |
20 voice support with GTalk and GMail. (Mike "Maiku" Ruprecht) | 24 voice support with GTalk and GMail. (Mike "Maiku" Ruprecht) |
21 * Support for in-band bytestreams for file transfers (XEP-0047). | 25 * Support for in-band bytestreams for file transfers (XEP-0047). (Marcus |
26 Lundblad) | |
22 * Support for sending and receiving attentions (equivalent to "buzz" | 27 * Support for sending and receiving attentions (equivalent to "buzz" |
23 and "nudge") using the command /buzz. (XEP-0224) | 28 and "nudge") using the command /buzz. (XEP-0224) |
24 * Support for connecting using BOSH. (Tobias Markmann) | 29 * Support for connecting using BOSH. (Tobias Markmann) |
25 * A buddy's local time is displayed in the Get Info dialog if the remote | 30 * A buddy's local time is displayed in the Get Info dialog if the remote |
26 client supports it. | 31 client supports it. |
36 * Put section breaks between resources in "Get Info" to improve readability. | 41 * Put section breaks between resources in "Get Info" to improve readability. |
37 * XHTML markup is only included in outgoing messages when the message | 42 * XHTML markup is only included in outgoing messages when the message |
38 contains formatting. | 43 contains formatting. |
39 * Show when the user was last logged in when doing "Get Info" on an offline | 44 * Show when the user was last logged in when doing "Get Info" on an offline |
40 buddy, provided the server supports it. | 45 buddy, provided the server supports it. |
41 * Support custom smileys in MUCs (only when all participants supports the | 46 * Support custom smileys in MUCs (only when all participants support the |
42 "Bits of Binary" extension, and a maximum of 10 participants are in the | 47 "Bits of Binary" extension, and a maximum of 10 participants are in the |
43 chat (to avoid getting too many fetch requests). | 48 chat to avoid getting too many fetch requests). |
49 * Fix an issue with Jabber (pre-XMPP) servers and the user's preference | |
50 to require SSL not being respected. | |
44 | 51 |
45 Yahoo: | 52 Yahoo: |
46 * P2P file transfers. (Sulabh Mahajan) | 53 * P2P file transfers. (Sulabh Mahajan) |
47 * MSN Interoperability by adding MSN buddies as 'msn/user@example.com'. | 54 * MSN Interoperability by adding MSN buddies as 'msn/user@example.com'. |
48 (Sulabh Mahajan) | 55 (Sulabh Mahajan) |
49 * Sending text messages (address to +<countrycode><phone number>). | 56 * Sending text messages (address to +<countrycode><phone number>). |
50 (Sulabh Mahajan) | 57 (Sulabh Mahajan) |
58 * Addition of MSN buddies to Yahoo accounts by adding them as | |
59 'msn/buddy@somedomain.com' is now supported. (Sulabh Mahajan) | |
60 * Yahoo Protocol 16 support, including new HTTPS login method; this should | |
61 fix a number of login problems that have recently cropped up. (Sulabh | |
62 Mahajan, Mike "Maiku" Ruprecht) | |
51 | 63 |
52 Pidgin: | 64 Pidgin: |
53 * Added -f command line option to tell Pidgin to ignore NetworkManager | 65 * Added -f command line option to tell Pidgin to ignore NetworkManager |
54 and assume it has a valid network connection. | 66 and assume it has a valid network connection. |
55 * Allow plugins to specify custom link types to the GtkIMHtml widget. | 67 * Allow plugins to specify custom link types to the GtkIMHtml widget. |