| 2009-10-16 |
Patch from brion to add an SSL option for StatusNet accounts. Fixes #13077.
|
file | diff | annotate |
| 2009-04-09 |
Avoid leaking an NSCharacterSet for every Twitter message (and two for every Laconica!).
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 2009-03-17 |
(Required) OAuth support for Twitter. Added OAuthConsumer.framework as our OAuth provider. Modified MGTwitterEngine to handle OAuth, a very minor change really.
|
file | diff | annotate |
| 2009-03-17 |
Store account passwords, on accounts which ask for it, with their hostname as the keychain server field. This allows multiple Laconica accounts to exist with the same username without stepping on each other's feet.
|
file | diff | annotate |
| 2009-03-16 |
Removes the {{{formattedUIDForListDisplay}}} property on AIAccounts, and uses {{{explicitFormattedUID}}} in its place. Both served identical purposes, and were largely unused anyway. Sets the explicit formatted UID for a Laconica account to use its server, that way the edit account field doesn't try and use the server-included formatted UID in its text field.
|
file | diff | annotate |
| 2009-03-16 |
Set the formatted UID for a Laconica account to include the servername, making it roughly 500 times easier to add a contact to a Laconica account when you have multiple by the same name. Move the twitter "IM" plugin into the Twitter service tree.
|
file | diff | annotate |
| 2009-03-14 |
What can I say, I really like the {{{?:}}} shortcut.
|
file | diff | annotate |
| 2009-03-14 |
All Laconica installs use "api" as the "api path", however the actual path to Laconica might be different. Always append "api" to the given path, and use the path for URL linking. Abstract the source token, I don't see why Laconica needs "adiumofficial" over "adium".
|
file | diff | annotate |
| 2009-03-14 |
Make {{{twitterreply://}}} links have the username set to our internalObjectID. Username is still acceptable, but a fallback to internalObjectID. Moved the linkification process into the account, so Laconica can specify a link for !groups.
|
file | diff | annotate |
| 2009-03-14 |
Make the Twitter URL linker a bit more abstract, have it query the account for how to link the information.
|
file | diff | annotate |
| 2009-03-14 |
Add a [http://laconi.ca/trac/ Laconica] service. Laconica is an API-compatible (with Twitter), open-source microblogging server. The most popular Laconica server is [http://identi.ca Identi.ca].
|
file | diff | annotate |