Mercurial > pidgin
comparison ChangeLog @ 31519:3389c248e2b3
propagate from branch 'im.pidgin.pidgin.mxit' (head 3d58b1f843fc2aebf9411756956d07ae96951623)
to branch 'im.pidgin.pidgin' (head 68d280808dc7fafe82192c72f81929fa14b14b5c)
| author | John Bailey <rekkanoryo@rekkanoryo.org> |
|---|---|
| date | Mon, 02 May 2011 03:42:24 +0000 |
| parents | 99b03406e433 76595d4edf86 |
| children | b2f6fec7b98e 1b7c8904c066 64da22357346 |
comparison
equal
deleted
inserted
replaced
| 31513:000aac6e42fe | 31519:3389c248e2b3 |
|---|---|
| 4 General: | 4 General: |
| 5 * Implement simple silence suppression for voice calls, preventing wasted | 5 * Implement simple silence suppression for voice calls, preventing wasted |
| 6 bandwidth for silent periods during a call. (Jakub Adam) (half of #13180) | 6 bandwidth for silent periods during a call. (Jakub Adam) (half of #13180) |
| 7 * Added the DigiCert High Assurance CA-3 intermediate CA, needed for | 7 * Added the DigiCert High Assurance CA-3 intermediate CA, needed for |
| 8 validation of the Facebook XMPP interface's certificate. | 8 validation of the Facebook XMPP interface's certificate. |
| 9 * Removed the QQ protocol plugin. It hasn't worked in a long time and | |
| 10 isn't being maintained, therefore we no longer want it. | |
| 9 | 11 |
| 10 Pidgin: | 12 Pidgin: |
| 11 * Duplicate code cleanup. (Gabriel Schulhof) (#10599) | 13 * Duplicate code cleanup. (Gabriel Schulhof) (#10599) |
| 12 * Voice/Video call window adapts correctly to adding or removing streams | 14 * Voice/Video call window adapts correctly to adding or removing streams |
| 13 on the fly. (Jakub Adam) (half of #13535) | 15 on the fly. (Jakub Adam) (half of #13535) |
| 14 * Don't cancel an ongoing call when rejecting the addition of a stream to | 16 * Don't cancel an ongoing call when rejecting the addition of a stream to |
| 15 the existing call. (Jakub Adam) (#13537) | 17 the existing call. (Jakub Adam) (#13537) |
| 18 * Pidgin plugins can now override tab completion and detect clicks on | |
| 19 usernames in the chat userlist. (kawaii.neko) (#12599) | |
| 16 | 20 |
| 17 libpurple: | 21 libpurple: |
| 18 * media: Allow obtaining active local and remote candidates. (#11830) | 22 * media: Allow obtaining active local and remote candidates. (Jakub |
| 23 Adam) (#11830) | |
| 19 * media: Allow getting/setting video capabilities. (Jakub Adam) (half of | 24 * media: Allow getting/setting video capabilities. (Jakub Adam) (half of |
| 20 #13095) | 25 #13095) |
| 21 * Simple Silence Suppression is optional per-account. (Jakub Adam) (half | 26 * Simple Silence Suppression is optional per-account. (Jakub Adam) (half |
| 22 of #13180) | 27 of #13180) |
| 23 * Fix purple-url-handler being unable to find an account. | 28 * Fix purple-url-handler being unable to find an account. |
| 25 #13535) | 30 #13535) |
| 26 * Support new connection states in NetworkManager 0.9. (Dan Williams) | 31 * Support new connection states in NetworkManager 0.9. (Dan Williams) |
| 27 (#13505) | 32 (#13505) |
| 28 * When removing a buddy, delete the pounces associated with it. | 33 * When removing a buddy, delete the pounces associated with it. |
| 29 (Kartik Mohta) (#1131) | 34 (Kartik Mohta) (#1131) |
| 35 * media: Allow libpurple and plugins to set SDES properties for RTP | |
| 36 conferences. (Jakub Adam) (#12981) | |
| 30 | 37 |
| 31 Gadu-Gadu: | 38 Gadu-Gadu: |
| 32 * Allow showing your status only to buddies. (Mateusz Piękos) (#13358) | 39 * Allow showing your status only to buddies. (Mateusz Piękos) (#13358) |
| 33 * Updated internal libgadu to version 1.10.1. (Robert Matusewicz, | 40 * Updated internal libgadu to version 1.10.1. (Robert Matusewicz, |
| 34 Krzysztof Klinikowski) (#13525) | 41 Krzysztof Klinikowski) (#13525) |
| 37 * Fix sending inline images to remote users, don't crash when | 44 * Fix sending inline images to remote users, don't crash when |
| 38 trying to send large (> 256kB) images. (Tomasz Wasilczyk) (#13580) | 45 trying to send large (> 256kB) images. (Tomasz Wasilczyk) (#13580) |
| 39 * Support typing notifications. (Jan Zachorowski, Tomasz Wasilczyk, | 46 * Support typing notifications. (Jan Zachorowski, Tomasz Wasilczyk, |
| 40 Krzysztof Klinikowski) (#13362, #13590) | 47 Krzysztof Klinikowski) (#13362, #13590) |
| 41 * Require libgadu 1.10.1 to avoid using internal libgadu. | 48 * Require libgadu 1.10.1 to avoid using internal libgadu. |
| 42 * SSL connection support for GNUTLS users (not on Windows yet!). | 49 * Optional SSL connection support for GNUTLS users (not on Windows |
| 43 (Tomasz Wasilczyk) (#13613) | 50 yet!). (Tomasz Wasilczyk) (#13613, #13894) |
| 51 * Don't count received messages or statuses when determining whether | |
| 52 to send a keepalive packet. (Jan Zachorowski) (#13699) | |
| 53 * Fix a crash when receiving images on Windows or an incorrect | |
| 54 timestamp in the log when receiving images on Linux. (Tomasz | |
| 55 Wasilczyk) (#10268) | |
| 56 * Support XML events, resulting in immediate update of other users' | |
| 57 buddy icons. (Tomasz Wasilczyk) (#13739) | |
| 58 * Accept poorly formatted URLs from other third-party clients in | |
| 59 the same manner as the official client. (Tomasz Wasilczyk) | |
| 60 (#13886) | |
| 44 | 61 |
| 45 ICQ: | 62 ICQ: |
| 46 * Fix unsetting your mood when "None" is selected. (Dustin Gathmann) | 63 * Fix unsetting your mood when "None" is selected. (Dustin Gathmann) |
| 47 (#11895) | 64 (#11895) |
| 48 * Ignore Daylight Saving Time when performing calculations related to | 65 * Ignore Daylight Saving Time when performing calculations related to |
| 71 (Keith Moyer) (#12451) | 88 (Keith Moyer) (#12451) |
| 72 | 89 |
| 73 Plugins: | 90 Plugins: |
| 74 * The Voice/Video Settings plugin now includes the ability to test | 91 * The Voice/Video Settings plugin now includes the ability to test |
| 75 microphone settings. (Jakub Adam) (#13182) | 92 microphone settings. (Jakub Adam) (#13182) |
| 93 * Fix a crash when handling some saved settings in the Voice/Video | |
| 94 Settings plugin. (Pat Erley) (13290, #13774) | |
| 76 | 95 |
| 77 Windows-Specific Changes: | 96 Windows-Specific Changes: |
| 78 * Fix building libpurple with Visual C++ .NET 2005. This was accidentally | 97 * Fix building libpurple with Visual C++ .NET 2005. This was accidentally |
| 79 broken in 2.7.11. (Florian Quèze) | 98 broken in 2.7.11. (Florian Quèze) |
| 80 * Build internal libgadu without -mms-bitfields, fixing several | 99 * Build internal libgadu without -mms-bitfields, fixing several |
