Frameworks/Adium%20Framework/Source/AIAdiumProtocol.h
2009-06-02 Create a new advanced preference called "Confirmations". Move Quit Confirmations there.
2009-04-30 Make AILog always be compiled in, enabled by default in debug builds and enableable with a hidden pref in Release builds. The overhead for calling AILog when it's off is increased from nothing to completely trivial (one global var access plus one hinted branch), but I'll eat my hat if that ever matters. Putting in some sort of UI for this would be nice, but that can wait for a followup commit
2009-04-11 Adds "Reindex Adium Logs" to the Import menu. When the user manually adds logs to our Logs folder, we don't know they are new, so we don't bother to dirty them. This forces all logs to be marked as dirty. Fixes #9554.
2009-04-09 These are all meant to be under the GPL, right Evan?
2009-03-16 Having a separate notification center for Adium leads to the possibility of accidentally using the wrong one, which has tripped me up on more than one occasion. This switches us over to using the default center.
2008-10-31 Patch from '''Jackie Balzer''' to add "Contact went mobile" and "Contact returns from mobile" events. Fixes #3248. Adds a {{{-dealloc}}} function to the Contact Status Events plugin, which it lacked before.
2008-08-14 Propertyize, synthesize, and use fast enumeration in a few places
2008-08-10 Move AddressBook integration to Adium.framework and rename from ESAddressBookIntegrationPlugin to AIAddressBookController. This is useful stuff for plugins to be able to access, and I'm trying to get things out of AIContactController that don't belong there.
2008-08-10 No real reason to even compile ESDebugController if we are not a debug build; this also cleans up a few unused ivars and some indentation issues
2008-08-06 svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk