| 2 | |
| 3 | * '''AIM and ICQ''' |
| 4 | * Fix a crash bug related to X-Status messages that can be triggered by remove users. This is |
| 5 | |
| 6 | == version 2.7.3 (08/10/2010) == |
| 7 | [http://developer.pidgin.im/query?status=closed&milestone=2.7.3 View all closed tickets for this release.] |
| 8 | * '''General''' |
| 9 | * Use silent build rules for automake >1.11. You can enable verbose builds with the --disable-silent-rules configure option, or using make V=1. |
| 10 | |
| 11 | * '''libpurple''' |
| 12 | * Fix the TURN server settings (broken in 2.7.0). |
| 13 | |
| 14 | * '''Pidgin''' |
| 15 | * Re-focus the input area after clicking the attention toolbar button. |
| 16 | * Re-arrange media window to make it more netbook-friendly. |
| 17 | |
| 18 | * '''Finch''' |
| 19 | * Rebindable 'suggest-next-page' and 'suggest-prev-page' actions for textboxes (GntEntry) to scroll through list of suggestions. |
| 20 | * Rebindable 'dropdown' action for comboboxes (GntComboBox) to show the dropdown list of options. |
| 21 | |
| 22 | * '''IRC''' |
| 23 | * Fix non-ASCII arguments to /mode et al. (thanks to Max Ulidtko) |
| 24 | |
| 25 | * '''MSN''' |
| 26 | * Support for web-based buddy icons, used when a buddy logs in to the messenger on the Live website. |
| 27 | * Fix file transfers with some clients that don't support direct connections (e.g., papyon, telepathy-butterfly, etc.) (#12150) |
| 28 | |
| 29 | * '''MXit''' |
| 30 | * Fix filename for the Shocked emoticon. (#12364) |
| 31 | * Implement the new naming conventions where possible. (MXitId, etc) |
| 32 | * Display a message in the Groupchat window when you invite somebody. |
| 33 | * Birthday field in profile cannot be edited when server says it is locked. |
| 34 | * If a buddy is offline, show in their profile when last they were online. |
| 35 | * Handle pushed profile update packets (ie, when changing your avatar via the Gallery bot). |
| 36 | * If a buddy is offline and we see from their profile that they have updated their avatar, request the new avatar image from the server. |
| 37 | * Fix a possible crash if a link is clicked while disconnected. |
| 38 | * Unescape any escaped characters in a chatroom nickname. |
| 39 | * Add the new MXit moods and emoticons. |
| 40 | * MXit emoticons added to the small emoticon theme. |
| 41 | |
| 42 | * '''XMPP''' |
| 43 | * Allow connecting to servers that only advertise GSSAPI and expect a fallback to legacy IQ authentication (broken in 2.7.0). |
| 44 | * Fix a crash when receiving custom emoticons that don't adhere to the specification. |
| 45 | * When initiating a file transfer, don't show resources that are certain to not support file transfers in the resource selection dialog. |
| 46 | * Fix connecting to servers using BOSH and authenticating with DIGEST-MD5 when libpurple was built with Cyrus SASL support. |
| 47 | |
| 48 | * '''Yahoo/Yahoo JAPAN''' |
| 49 | * Renamed "Use account proxy for SSL connections" to "Use account proxy for HTTP and HTTPS requests" and tied the option to HTTP requests too. |
| 50 | * Properly detect HTTP proxy server use when the HTTP proxy is the global proxy server, an account-level non-HTTP proxy server is configured, and the "Use account proxy for HTTP and HTTPS requests" account option is turned off. This fixes connecting for some HTTP proxy servers. |
| 51 | * Fall back to connecting to scsa.msg.yahoo.com (not configurable) if the HTTP-based connect server lookup fails. This does not work for Yahoo JAPAN accounts. |
| 52 | * Fix file transfers that get stuck with "Waiting for transfer to begin". |