424
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 7 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a layout issue in German localisation of the Join Chat? dialogue. More... almost 11 years ago
I don't dare to completely transplant 8dd676d7398d just before the release, but at least removing the worst cipheres.
xnyhps
as Thijs Alkemade
More... almost 11 years ago
Add the ticket for updated Twitter support. More... almost 11 years ago
Remember kids, -[NSObject hash] has absolutely no cryptographic guarantees. Using it to decide to trust a certificate is RETARDED.
xnyhps
as Thijs Alkemade
More... almost 11 years ago
Level up to b3.
xnyhps
as Thijs Alkemade
More... almost 11 years ago
Do the waiting for the semaphore on a serial dispatch queue, which asyncs blocks to the _LOW dispatch queue. This should fix #16412
xnyhps
as Thijs Alkemade
More... almost 11 years ago
Level up to 1.5.7b2.
xnyhps
as Thijs Alkemade
More... almost 11 years ago
Handle a failed image download for Twitter on the right dispatch_queue.
xnyhps
as Thijs Alkemade
More... almost 11 years ago
Download Twitter avatars on the LOW dispatch queue and use a semaphore to limit it to 16 concurrent downloads. This should avoid Adium deadlocking when downloading avatars for >64 contacts on Twitter.
xnyhps
as Thijs Alkemade
More... almost 11 years ago
Remove the reselection of contacts in the contact list on reloadData; it doesn't work anymore and probably causes #16119. More... almost 11 years ago
Version up for 1.5.7b1. More... almost 11 years ago
More changes for 1.5.7. More... almost 11 years ago
Some changelog updates for 1.5.7. More... almost 11 years ago
Don't create a dictionary with a nil object. Fixes #16400 More... almost 11 years ago
Show retweets as being from the original tweeter. Fixes #16242 More... almost 11 years ago
Store the URL of Twitter avatars to prevent requesting ones that we already have. (transplanted from ba73efba03535135368adf2c06a051a2ba09a69e) More... almost 11 years ago
Upgrade Twitter to API 1.1 by switching from MGTwitterEngine to STTwitter. (Collapsed revision version) (transplanted from a1f0282331b815ef25f63df09a5954fe0928d466) (transplanted from 75e25d1deff2aa9bc8d7cff2aa6bc4e117c01064) * Fix some memory management from the transplant. * Update STTwitter to remove nulls from returned data. * This is the method we want to call. * Need to send something with the retweet request in order for it to authenticate properly. * Our buildbot doesn't like this new dictionary syntax, it seems. * Fix STTwitter to use ivars and @synthesize all properties, and not use [] syntax for dictionaries or arrays, so it can work on 32 bit Macs. * Fix Twitter account creation. * Use Matt Gallagher's NSData+Base64 for 10.6 compat. * NSURLConnection blocks don't work on 10.6 either. * No more t.co links! (Well, almost none). More... almost 11 years ago
Restr+ore an image I mistakenly removed. More... almost 11 years ago
Added a new page to document OTR Encryption, some other minor changes and removed a couple of unused images. More... almost 11 years ago
-dissolveToPoint is deprecated, change to -drawAtPoint fixes #16362. (grafted from ff13562cc57345c6d13bb51fa1f9357152852102) More... about 11 years ago
-compositeToPoint is deprecated, change to -drawAtPoint. There are still some in PSMTabs that are being warned about. (transplanted from 787b93a32710483a38e57254b4856fa2f5854921) More... over 11 years ago
Cleaned up menu-bar icons to closer resemble the dock icon and have more consistent colours with Apple's menu-bar icons. Also added HiDPI variants - Refs #15931 (grafted from 270a89b526609bac04ea0e8396f995fa55707f24) More... almost 12 years ago