adium / adium-1.3

Adium is a free instant messaging application for Mac OS X that can connect to AIM, MSN, Jabber, Yahoo, and more. This is the current stable release of Adium 1.3 since development began on 1.4.

Clone this repository (size: 109.7 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/adium/adium-13/
commit 403: 6248011cd010
parent 402: 81ea8de451e9
branch: adium-1.3
Disable CAPTCHA for Facebook.
Zachary West / zacwest
2 months ago

Changed (Δ139 bytes):

Up to file-list Plugins/Purple Service/PurpleFacebookAccount.m:

38
38
39
39
	// Disable this for 1.3 where we don't support multiple containers.
40
40
	purple_account_set_bool(account, "facebook_use_groups", FALSE);
41
	
42
	// Disable the Facebook CAPTCHA since it causes heartache and pain.
43
	purple_account_set_bool(account, "ignore-facebook-captcha", TRUE);
41
44
}
42
45
43
46
- (NSString *)host