source: protocols/twitter/twitter.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @4bc66ae   2011-06-11T17:59:39Z wilmer Oops. prefix shouldn't be just "ca" for identi.ca.
(edit) @c0f33f1   2011-06-11T17:50:26Z wilmer Change the default base_url to something that works. Change the …
(edit) @de923d5   2011-06-11T17:11:08Z wilmer Use /friends/ids and /users/lookup instead of /statuses/friends to get …
(edit) @5983eca   2011-06-11T11:28:01Z wilmer Re-indent Twitter code. It just lacks *any* kind of consistency. Flags …
(edit) @27ad50b   2011-06-09T08:19:32Z wilmer Dirty workaround: Don't download the contact list for now as Twitter …
(edit) @6eca2eb   2011-04-18T14:14:08Z wilmer Try to show better Twitter error messages. Sadly this doesn't always …
(edit) @6220254   2011-03-31T10:28:17Z wilmer Check td->log everywhere before using it..
(edit) @15bc063   2011-03-29T22:47:00Z wilmer Also use the short IDs for a new reply command. Couldn't think of a …
(edit) @4f50ea5   2011-03-29T20:57:54Z wilmer Allow using the new 2-digit id's for retweets.
(edit) @ce81acd   2011-03-28T23:28:46Z wilmer For #721, add the numbers in front of tweets if show_ids is enabled. …
(edit) @ce617f0   2011-03-27T14:09:55Z wilmer Tweaks to allow authenticating to identi.ca with OAuth. Doesn't seem …
(edit) @93cc86f   2011-03-08T06:24:34Z wilmer Twitter: Warn the user if the OAuth username and the configured …
(edit) @a97a336   2010-12-07T23:14:30Z wilmer Add CTCP HELP code. Also cleaning up some noop handlers in the Twitter …
(edit) @748bcdd   2010-11-21T15:23:54Z wilmer Time out if logging in takes too long (2m for now). Except for Twitter …
(edit) @9c9a29c   2010-10-16T05:17:46Z wilmer Don't initialize the twitter_connections list to NULL in …
(edit) @8e9e2b7   2010-10-03T02:45:26Z wilmer Merging mainline, which includes a huge msnp13 merge. Not 100% sure …
(edit) @665c24f   2010-09-30T05:28:36Z wilmer Some simple error msgs on failed Twitter commands (undo and rt).
(edit) @f5c0d8e   2010-08-31T20:06:14Z wilmer Merge mainline stuff.
(edit) @c55701e   2010-08-30T19:58:33Z wilmer Due to popular demand, now using mode=chat by default.
(edit) @be999a5   2010-08-23T23:12:24Z wilmer First step in this merge. Mostly a bzr merge and then a cleanup of …
(edit) @4ffd757   2010-08-14T10:21:44Z wilmer Don't send a /QUIT for every Twitter contact when going offline, and …
(edit) @b890626   2010-08-08T13:42:57Z wilmer Add a few more commands (including RT) and the ability to send …
(edit) @203a2d2   2010-08-07T21:06:24Z wilmer Allow protocol modules to keep per-contact protocol-specific data. Use …
(edit) @7b87539   2010-08-07T19:39:01Z wilmer Add commands to the Twitter module, starting with undo (which deletes …
(edit) @ffcdf13   2010-07-17T15:06:56Z wilmer When using non-Twitter Twitter API services, prefix the channel and …
(edit) @eb6df6a   2010-07-11T17:21:21Z pesco merge with upstraem bitlbee 1.2.8
(edit) @534e406   2010-07-10T00:30:39Z wilmer Translate "nick:" to "@nick" in Twitter rooms to make tab completion …
(edit) @64f8c425   2010-06-29T23:06:07Z wilmer Strip whitespace in Twitter OAuth PIN responses.
(edit) @d6aa6dd   2010-06-24T00:43:15Z wilmer Load the whole Twitter contact list at login time if mode=chat/many, …
(edit) @04a927c   2010-06-07T23:04:58Z wilmer Fixing some memory leakage.
(edit) @3759849   2010-06-03T22:08:23Z pesco merge in bitlbee head
(edit) @1dd3470   2010-06-03T21:47:53Z pesco add an option to disable otr on twitter (and other unsuitable protocols)
(edit) @ba3233c   2010-05-30T10:16:37Z wilmer Merge from Geert: Added ability to follow/unfollow Twitter people. …
(edit) @7d53efb   2010-05-29T12:40:17Z g.c.w.m.mulders Added functionality to add and remove friendships.
(edit) @bb5ce4d1   2010-05-23T12:50:51Z wilmer Added base_url settting to Twitter module so other services using the …
(edit) @c01bbd1   2010-05-22T15:00:36Z wilmer Use HTTPS for the browser part of Twitter OAuth login.
(edit) @0b3ffb1   2010-05-19T19:46:43Z wilmer Setting the HTML flag on a connection has a nasty side effect of …
(edit) @9997691   2010-05-03T21:36:43Z wilmer Check Tweet length on the BitlBee side already.
(edit) @3b878a1   2010-05-02T21:20:09Z wilmer OAuth sanity fix: Twitter-specific stuff should *not* be in …
(edit) @f4b0911   2010-05-01T14:10:32Z wilmer Save the credentials again.
(edit) @c2ecadc   2010-05-01T13:53:59Z wilmer Cleaned up OAuth stuff: consumer key/secret should *not* be in …
(edit) @a7c6d0e   2010-04-30T22:51:18Z wilmer Set HTML-flag on Twitter accounts so </> and all get converted …
(edit) @18dbb20   2010-04-27T22:42:07Z wilmer Valgrind cleanup.
(edit) @288b215   2010-04-26T22:50:25Z wilmer Save the OAuth token in the acct structs so it doesn't have to be …
(edit) @c42e8b9   2010-04-26T22:40:11Z wilmer OAuth, it lives!
(edit) @713d611   2010-04-26T21:50:48Z wilmer Twitter module now generates authorize URLs.
(edit) @508c340   2010-04-26T00:42:37Z wilmer Successfully posted a tweet! Twitter's tricky. It returns vars …
(edit) @db57e7c   2010-04-19T13:08:34Z wilmer 1.2.6a. I fail. :-( The 1.2.6 I just released has a groupchat mode in … 1.2.6a
(edit) @e88fbe27   2010-04-15T23:10:10Z wilmer Added a meta-contact twitter_$username and replaced the …
(edit) @3bd4a93   2010-04-13T17:36:16Z wilmer Suppress HTTP error messages unless we get five or more in a row.
(edit) @3e69802   2010-04-13T12:51:05Z wilmer Use full name information of Twitter buddies.
(edit) @16592d8   2010-04-09T01:11:10Z wilmer If the user leaves the Twitter channel, allow that. Recreate it when …
(edit) @37d84b3   2010-04-08T00:51:16Z wilmer Don't free the Twitter chatroom if there isn't one..
(edit) @91cec2f   2010-04-07T21:38:56Z wilmer It'd be nice to not crash when the user goes away. :-) Don't export …
(edit) @1014cab   2010-04-07T00:46:38Z wilmer In groupchat mode, make contacts show up in the room instead of in …
(edit) @d569019   2010-04-07T00:27:51Z wilmer A little more cleanup.
(edit) @2abceca   2010-04-06T17:25:51Z g.c.w.m.mulders Updates made as a result to the comments on the review.
(edit) @62d2cfb   2010-03-25T21:31:27Z g.c.w.m.mulders Added option to get tweeds either through groupchat or privmes.
(add) @1b221e0   2009-12-01T21:08:02Z g.c.w.m.mulders Added twitter-module.
Note: See TracRevisionLog for help on using the revision log.