adium 2323:1a1fcac324b4: Updated libpurple:
commits at adium.im
commits at adium.im
Mon May 25 21:23:46 UTC 2009
details: http://hg.adium.im/adium/rev/1a1fcac324b4
revision: 2323:1a1fcac324b4
author: Zachary West <zacw at adium.im>
date: Mon May 25 17:23:29 2009 -0400
Updated libpurple:
* Fixes the MSN add/remove disconnecting with error 240 (#12182)
* Changed the default Yahoo server host.
diffstat:
ChangeLogs/Changes Between Betas.txt | 17 +++++---
Frameworks/libpurple.framework/Versions/0.6.0/Headers/yahoo.h | 2 +-
Frameworks/libpurple.framework/Versions/0.6.0/libpurple |
Plugins/Purple Service/PurpleDefaultsYahoo!.plist | 4 +-
4 files changed, 13 insertions(+), 10 deletions(-)
diffs (56 lines):
diff -r e481c12b8726 -r 1a1fcac324b4 ChangeLogs/Changes Between Betas.txt
--- a/ChangeLogs/Changes Between Betas.txt Mon May 25 16:22:28 2009 -0400
+++ b/ChangeLogs/Changes Between Betas.txt Mon May 25 17:23:29 2009 -0400
@@ -1,12 +1,15 @@
Adium 1.4 b3
* Changed behavior for account options: a lot were only changing when reconnecting, now all that are able to (i.e., non-connect options) take effect immediately.
- * Moved the Status Menu Item and Dock preferences to a new "Message Alerts" advanced preference.
- * Clarified the option to only count the number of highlights/mentions in the dock/status menu item in its wording. (#12080)
- * Status icon packs can now specify "Idle And Away" icons to use for contacts. (#872)
+ * Added "Idle And Away" as a possible status icon pack item to use for contacts. (#872)
+ * Moved the Status Menu Item and Dock preferences to a new "Message Alerts" advanced preference, from "Status" and "Messages".
+ * Changed the wording for the "only count the number of highlights/mentions in the dock/status menu item" in Message Alerts. (#12080)
* Changed the status icon for group chats to be Available when joined, and Offline when parted. (#12064)
+ * Fixed idle time not being sent to the server.
* Fixed dragging and dropping emoticon packs to reorder them. (#12099)
- * Fixed removing contacts when groups are disabled or the contact is in the offline group. (#12136?)
+ * Fixed removing contacts when groups are disabled or the contact is in the offline group. (#12136)
+ * Fixed the stepper values in the Status preferences and Status Edit window always starting at 10. (#12188)
* Fixed the voiceover for certain fields in the authorization requests window.
- * Fixed idle time not being reported.
- * Fixed the stepper values in the Status preferences and Status Edit window always starting at 10. (#12188)
- * Moved dock preferences from Messages to Message Alerts in the Advanced preferences.
+Updated Libpurple
+ * Fixed being disconnected from MSN when adding/removing contacts. (#11978)
+ * Proxy information is no longer saved in accounts.xml (#11838)
+ * Updated the default Yahoo! server.
\ No newline at end of file
diff -r e481c12b8726 -r 1a1fcac324b4 Frameworks/libpurple.framework/Versions/0.6.0/Headers/yahoo.h
--- a/Frameworks/libpurple.framework/Versions/0.6.0/Headers/yahoo.h Mon May 25 16:22:28 2009 -0400
+++ b/Frameworks/libpurple.framework/Versions/0.6.0/Headers/yahoo.h Mon May 25 17:23:29 2009 -0400
@@ -28,7 +28,7 @@
#include "circbuffer.h"
#include "prpl.h"
-#define YAHOO_PAGER_HOST "scs.msg.yahoo.com"
+#define YAHOO_PAGER_HOST "scsa.msg.yahoo.com"
#define YAHOO_PAGER_PORT 5050
#define YAHOO_PAGER_PORT_P2P 5101
#define YAHOO_LOGIN_URL "https://login.yahoo.com/config/pwtoken_login?src=ymsgr&ts=&token=%s"
diff -r e481c12b8726 -r 1a1fcac324b4 Frameworks/libpurple.framework/Versions/0.6.0/libpurple
Binary file Frameworks/libpurple.framework/Versions/0.6.0/libpurple has changed
diff -r e481c12b8726 -r 1a1fcac324b4 Plugins/Purple Service/PurpleDefaultsYahoo!.plist
--- a/Plugins/Purple Service/PurpleDefaultsYahoo!.plist Mon May 25 16:22:28 2009 -0400
+++ b/Plugins/Purple Service/PurpleDefaultsYahoo!.plist Mon May 25 17:23:29 2009 -0400
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Connect Host</key>
- <string>scs.msg.yahoo.com</string>
+ <string>scsa.msg.yahoo.com</string>
<key>Connect Port</key>
<integer>5050</integer>
<key>Room List Locale</key>
More information about the commits
mailing list