Plugins/Purple%20Service/PurpleFacebookAccount.m
2009-11-27 Enable facebook_manage_friends, so that we can actually manage friends lists. Fixes #13404.
2009-11-04 Don't display Facebook history, and force-enable groups (in case 1.3 had set it to disabled at some point).
2009-05-06 50283739d46c726ed1563a777bc0a58b0c43189a invalidated the need for this.
2009-03-04 Dot syntax. Lots of it.
2009-03-02 Treat the Facebook alias as a formatted UID, as we never want to see that random string of numbers. Fixes #11676
2009-02-03 Avoid possibly using uninitialized memory (clang complained)
2009-01-26 Fixed sending extended-ASCII characters over Facebook. (The real problem is that libpurple's HTML stripping algorithm doesn't handle the escaped characters properly, but this is a path of least resistance fix for the moment).
2009-01-16 Removed the Facebook Service plugin. Added a libpurple-based Facebook service which uses pidgin-facebook (which is now compiled into our libpurple.framework).