source: protocols/twitter/twitter_lib.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @d0752e8   2012-09-22T12:12:12Z wilmer Little cleanup. Use xt_from_string() where possible.
(edit) @b61c74c   2012-09-15T16:24:52Z wilmer Merge Twitter favourite command from Flexo/#983. Leaving out the …
(edit) @7d2ce9a   2012-06-03T23:31:01Z wilmer Scan media entities as well, not just url entities. This should expand …
(edit) @d18dee42   2012-03-12T22:36:35Z wilmer Merging report-spam patch for Twitter from Flexo. #923
(edit) @b5fe39b   2012-02-10T23:49:28Z wilmer Applied patch from #895, making show_old_mentions an integer setting …
(edit) @cf0dbdd   2012-01-30T21:41:00Z wilmer Merging strip_newlines Twitter setting.
(edit) @948abab   2012-01-13T17:49:23Z daniel add 'strip_newlines' setting to Twitter
(edit) @441b9dd   2012-01-10T23:36:29Z wilmer Don't handle HTTP 401 responses from Twitter API differently anymore …
(edit) @ac36463   2012-01-10T15:13:18Z wilmer Return, don't try to flush the timeline on a broken connection. This …
(edit) @199fea6   2011-12-26T18:17:51Z wilmer Fixing memory leak in Twitter module.
(edit) @90fc864   2011-11-24T08:18:04Z wilmer Hopefully this fixed #838. Patch from Artem Savkov, thanks! The …
(edit) @32bea82   2011-10-20T02:59:57Z wilmer changeset:devel,814 was silly and incomplete. This should fix that. …
(edit) @733f607   2011-10-18T03:58:14Z wilmer Stupid work-around for bug #838. The troublesome condition is known, I …
(edit) @0fff0b2   2011-08-27T10:18:45Z wilmer Just reconstruct all retweets instead of just the ones marked as truncated.
(edit) @429a9b1   2011-08-26T20:16:17Z wilmer Since t.co is all over Twitter now, start parsing and showing entity …
(edit) @2322a9f   2011-08-25T18:08:07Z wilmer Merging Twitter-mentions patch from meh. Bug #663.
(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) @6eca2eb   2011-04-18T14:14:08Z wilmer Try to show better Twitter error messages. Sadly this doesn't always …
(edit) @ce81acd   2011-03-28T23:28:46Z wilmer For #721, add the numbers in front of tweets if show_ids is enabled. …
(edit) @bb8d7d1   2011-02-24T18:52:18Z wilmer s/Your Tweet:/You:/ to avoid using Twitter-specific terminology.
(edit) @fd65edb   2010-12-05T00:30:07Z wilmer When recreating the Twitter channel after the user left, also …
(edit) @bd599b9   2010-08-22T08:07:48Z wilmer Fix two compiler warnings.
(edit) @2b02617   2010-08-11T20:41:23Z wilmer strptime() on FreeBSD (and possibly other non-glibc platforms) %z is …
(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) @daae10f   2010-08-07T16:33:02Z wilmer OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen …
(edit) @e193aeb   2010-08-07T13:08:46Z wilmer Reconstruct incoming truncated retweets.
(edit) @5c18a76   2010-07-17T15:51:01Z wilmer Store exact Twitter usernames for all Twitter contacts when using …
(edit) @ffcdf13   2010-07-17T15:06:56Z wilmer When using non-Twitter Twitter API services, prefix the channel and …
(edit) @4346c3f4   2010-07-16T23:31:55Z wilmer Merging mainline.
(edit) @e4e0b37   2010-07-15T22:16:42Z wilmer Fix compatibility with older GLib versions again. (Bug #643, patch …
(edit) @a26af5c   2010-07-13T20:13:46Z wilmer Fixing NULL pointer dereferences in Twitter module. Based on patch …
(edit) @3353b5e   2010-06-30T23:56:46Z wilmer A few Twitter fixes from mainline.
(edit) @8203da9   2010-06-30T22:52:27Z wilmer D'oh. Of course the getter functions should also treat next_cursor as …
(edit) @bd64716   2010-06-29T23:30:05Z wilmer next_cursor is a 64-bit integer. Make it so. This should fix issues …
(edit) @41d415b   2010-06-25T23:33:30Z wilmer Merging bugfix from mainline.
(edit) @051372c   2010-06-24T09:27:34Z wilmer Don't create multiple main loops if the user follows >100 people.
(edit) @8b8def58   2010-06-24T09:14:34Z wilmer Merging a few revisions from mainline.
(edit) @d6aa6dd   2010-06-24T00:43:15Z wilmer Load the whole Twitter contact list at login time if mode=chat/many, …
(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) @3d93aed   2010-05-23T14:52:41Z wilmer Restructure Twitter error parser a bit, it fed a NULL pointer to the …
(edit) @a7b9ec7   2010-05-23T13:49:54Z wilmer Improved error reporting (get textual HTTP error message and error …
(edit) @bb5ce4d1   2010-05-23T12:50:51Z wilmer Added base_url settting to Twitter module so other services using the …
(edit) @0b3ffb1   2010-05-19T19:46:43Z wilmer Setting the HTML flag on a connection has a nasty side effect of …
(edit) @704dd38   2010-06-01T21:51:27Z wilmer Merging head.
(edit) @f924563   2010-05-03T00:52:08Z wilmer Mainline merge.
(edit) @c2ecadc   2010-05-01T13:53:59Z wilmer Cleaned up OAuth stuff: consumer key/secret should *not* be in …
(edit) @508c340   2010-04-26T00:42:37Z wilmer Successfully posted a tweet! Twitter's tricky. It returns vars …
(edit) @55b1e69   2010-04-15T23:15:36Z wilmer Since the home/timeline response can (and often does) come in before …
(edit) @e88fbe27   2010-04-15T23:10:10Z wilmer Added a meta-contact twitter_$username and replaced the …
(edit) @21c87a7   2010-04-14T09:27:50Z wilmer Merging loads of stuff from mainline.
(edit) @37aa317   2010-04-13T22:09:40Z wilmer Small Valgrind noise fix. (Check if the conn is still alive before …
(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) @cca0692   2010-04-09T00:40:38Z wilmer Added imcb_chat_nick_hint() and use it in the Twitter module to get …
(edit) @08579a1   2010-04-08T00:42:11Z wilmer Parse timestamps in tweets.
(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) @0519b0a   2010-04-06T23:54:00Z wilmer Killed unused twitter_urldecode() and silence some compiler warnings.
(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.
(edit) @b4dd253   2009-12-02T18:08:40Z g.c.w.m.mulders home/timeline is now displayed in a groupchat instead of private window.
(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.