Plugins/Purple%20Service/ESPurpleJabberAccountViewController.m
2009-10-20 Set the BOSH server value into the right text field. Fixes #13206.
2009-10-16 Add a "BOSH Server" option for Jabber accounts.
2009-09-07 Some new type fixes for 64bit in our libpurple connector. Should fix some odd issues, like crashing when initiating an OTR session.
2009-08-28 Type fixes for adium. making it ready for 64-bit compiling.
2009-06-06 Don't set the connect host for a Jabber account when creating it, as SRV records &c should be followed by default.
2009-06-04 The XMPP Foundation has moved the server list XML file once more, updated code to reflect this.
2009-05-17 Set a default FT proxy for Gtalk accounts, allow unsetting the proxies list without reverting to the default.
2009-05-16 Fix the Jabber account view editing when FT proxies aren't set.
2009-05-15 Add a Jabber preference for file transfer proxies, defaulting to proxy.eu.jabber.org, and update the nibs for it.
2009-05-06 Fast enumerate, etc...
2009-05-05 I see no reason to not use #import for everything. Apple's compiler supports it fine in .c files, and it doesn't seem to have any downsides vs #include unless you're playing silly multiple inclusion tricks
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.
2009-03-15 Deleted the `containedObjectsCount` property. The accessors for it are now named `countOfContainedObjects`, making them KVC-compliant accessors for the `containedObjects` property. As such, they now access the same private storage as the getter, so taking the count only no longer goes through the `copy`+`autorelease` I added in r26263.
2009-03-04 Dot syntax. Lots of it.
2009-02-27 Fixed an exception thrown when loading the Jabber account preferences with no host name set or when for some other reason SCDynamicStoreCopyLocalHostName() returns NULL. Thanks to mwatson for the find and suggested fix (I just cleaned up his patch). Fixes #11246
2009-02-03 Fix another leak clang noticed
2008-10-21 I was hungry and didn't feel like working on hard stuff, so I did a bunch of propertyizing instead.
2008-09-19 Updated XMPP server list to use the new one provided by jabber.org. Also updated the sheet design to be more user-friendly, and added a button for visiting the server's homepage.
2008-08-26 Fix up and propertyize. It looks like the real intent of my changes is going to require a great deal more effort; >20 uses of containedObjects to think about.
2008-08-26 Propertyize and take advantage of implementing NSFastEnumeration a little more
2008-08-14 Propertyize, synthesize, and use fast enumeration in a few places
2008-08-14 * Switch to properties in a few places to get a feel for them
2008-08-13 Add a new subclass of AIListGroup to represent contact lists. The idea here is that contact lists are the only remaining place where we have groups inside groups, and so was forcing us to maintain nested group code in places. Parts of this are a work in progress; for example, with 'show groups' turned off, AIContactList should enforce that only AIListContacts can be added, but doing that will require rewriting how the show groups system works.
2008-08-06 Merge 64 bit branch to trunk. Fingers crossed, and I have been testing it some, but expect fallout from this. 11,000 line diffs are rarely without consequence ;)
2008-08-06 svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk