Plugins/Twitter%20Plugin/AITwitterService.m
2009-10-17 Add -[AIService pathForDefaultServiceIconOfType:], and use it for replacing %serviceIconImg% in headers. Fixes #12697.
2009-03-17 Better support an invalid-credentials error under OAuth. If connecting fails because our token doesn't work, open the edit account dialog with a red message informing the user that their credentials were revoked.
2009-03-03 Allow, and I swear I don't have anything against numbers!, numeric characters in Twitter account usernames.
2009-03-01 Killing __MyCompanyName__ in favor of some GPL header love.
2009-03-01 Fix two warnings (forgot AIImageAdditions.h); clear queued DMs when displaying them.
2009-03-01 Add a not-finished-at-all Twitter service plugin using [http://mattgemmell.com/ Matt Gemmel]'s MGTwitterEngine.