Mercurial > pidgin
comparison ChangeLog @ 28332:43200ff042ad
Fix sending /buzz on yahoo.
Yahoo buzzes are '<ding>' sent as normal IMs. 'ding' is an unknown tag,
and we were stripping unknown tags. So instead, send the tags we don't
recognize as they are without stripping/changing them.
... or perhaps we could treat 'ding' as a known tag instead?
Added test cases.
| author | Sadrul Habib Chowdhury <imadil@gmail.com> |
|---|---|
| date | Tue, 06 Oct 2009 15:56:43 +0000 |
| parents | 79babdb9fdf3 |
| children | 13a229a062c6 |
comparison
equal
deleted
inserted
replaced
| 28325:f7d7cf32a715 | 28332:43200ff042ad |
|---|---|
| 4 XMPP: | 4 XMPP: |
| 5 * Fix a crash when attempting to validate an invalid JID. | 5 * Fix a crash when attempting to validate an invalid JID. |
| 6 * Resolve an issue when connecting to iChat Server when no resource | 6 * Resolve an issue when connecting to iChat Server when no resource |
| 7 is specified. | 7 is specified. |
| 8 * Fix a crash when adding a buddy without an '@'. | 8 * Fix a crash when adding a buddy without an '@'. |
| 9 | |
| 10 Yahoo: | |
| 11 * Fix sending /buzz. | |
| 9 | 12 |
| 10 General: | 13 General: |
| 11 * New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins') | 14 * New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins') |
| 12 to announce the list of loaded plugins (in both Finch and Pidgin). | 15 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 | 16 * Fix a crash when performing DNS queries on Unixes that use the |
