adium-1.3 403:6248011cd010: Disable CAPTCHA for Facebook.

commits at adium.im commits at adium.im
Wed Jan 13 03:17:49 UTC 2010


details:	http://hg.adium.im/adium-1.3/rev/6248011cd010
revision:	403:6248011cd010
author:		Zachary West <zacw at adium.im>
date:		Tue Jan 12 22:16:08 2010 -0500

Disable CAPTCHA for Facebook.
Subject: adium-1.3 404:9ece6fe586ae: Changelog 1.3.10 (can _this_ please be the last release of 1.3.x? PLEASE?)

details:	http://hg.adium.im/adium-1.3/rev/9ece6fe586ae
revision:	404:9ece6fe586ae
author:		Zachary West <zacw at adium.im>
date:		Tue Jan 12 22:16:51 2010 -0500

Changelog 1.3.10 (can _this_ please be the last release of 1.3.x? PLEASE?)
Subject: adium-1.3 405:7c1264f46e4b: Version up to 1.3.10

details:	http://hg.adium.im/adium-1.3/rev/7c1264f46e4b
revision:	405:7c1264f46e4b
author:		Zachary West <zacw at adium.im>
date:		Tue Jan 12 22:17:14 2010 -0500

Version up to 1.3.10

diffs (39 lines):

diff -r 81ea8de451e9 -r 7c1264f46e4b ChangeLogs/Changes.txt
--- a/ChangeLogs/Changes.txt	Mon Jan 11 23:10:40 2010 -0500
+++ b/ChangeLogs/Changes.txt	Tue Jan 12 22:17:14 2010 -0500
@@ -1,5 +1,8 @@
 				Adium Version History
 				-----------------------
+Version 1.3.10 (01/12/2010)
+ * Disabled the Facebook CAPTCHA, updated the Facebook plugin.
+
 Version 1.3.9 (01/11/2010)
  * Updated libpurple to fix a security issue with custom emoticons.
  * Corrected user icons not updating correctly on Snow Leopard.
diff -r 81ea8de451e9 -r 7c1264f46e4b Plugins/Purple Service/PurpleFacebookAccount.m
--- a/Plugins/Purple Service/PurpleFacebookAccount.m	Mon Jan 11 23:10:40 2010 -0500
+++ b/Plugins/Purple Service/PurpleFacebookAccount.m	Tue Jan 12 22:17:14 2010 -0500
@@ -38,6 +38,9 @@
 
 	// Disable this for 1.3 where we don't support multiple containers.
 	purple_account_set_bool(account, "facebook_use_groups", FALSE);
+	
+	// Disable the Facebook CAPTCHA since it causes heartache and pain.
+	purple_account_set_bool(account, "ignore-facebook-captcha", TRUE);
 }
 
 - (NSString *)host
diff -r 81ea8de451e9 -r 7c1264f46e4b Release/Makefile
--- a/Release/Makefile	Mon Jan 11 23:10:40 2010 -0500
+++ b/Release/Makefile	Tue Jan 12 22:17:14 2010 -0500
@@ -17,8 +17,8 @@
 # - make all
 ###########
 
-VERSION=1.3.9-debug
-BUILD_IN_DEBUG_MODE?=TRUE
+VERSION=1.3.10
+BUILD_IN_DEBUG_MODE?=FALSE
 BETA?=FALSE
 OFFICIAL_BUILD?=TRUE
 




More information about the commits mailing list