source: protocols/twitter

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @d11822a   2017-08-09T05:55:15Z alex Twitter: fix format strings for integers Silence the following …
(edit) @952e264   2017-04-11T23:44:58Z dx twitter: experimental support for place_id
(edit) @65d0dfd   2017-03-12T04:16:58Z dx Add --verbose configure option to control verbose build output …
(edit) @ed1f5e8d   2016-11-27T13:01:33Z wilmer Expand each (media) URL only once. Twitter likes duplication. #1275.
(edit) @f8c9347   2016-11-23T23:41:22Z wilmer Heh, oops, some error in the Twitter module still mentioned XML. …
(edit) @9f03c47   2016-11-14T00:37:14Z dx Improve support for protocols which don't require a password This …
(edit) @58d285a   2016-10-03T00:56:35Z dx twitter: fix quoted tweet expansion in extended tweets The outermost …
(edit) @985d66d   2016-09-25T02:21:59Z dx twitter: don't count filter stream reply as valid pongs Twitter …
(edit) @ad54149   2016-09-21T03:03:15Z dx twitter: extended tweet support (AKA avoid showing truncated ones) …
(edit) @dc45a85   2016-07-25T23:42:32Z dx twitter: don't hard-fail with mutes or noretweets (for "identica") …
(edit) @59a7dc5   2016-05-26T04:08:05Z dx Twitter: add "like" as an alias for favourite. This will allow a user …
(edit) @2e78f75   2016-05-15T17:16:38Z Jelmer Vernooij Remove the ARCH / CPU defines. These only reflect on what arch/cpu …
(edit) @a244877   2016-04-17T09:32:27Z dx twitter: Fix a couple of leaks of mutes_ids and retweets_ids Just …
(edit) @166a571   2016-04-01T18:06:15Z nick Avoid adding an id twice to the mutes list. Twitter doesn't error if …
(edit) @0d581bd   2016-03-31T22:25:49Z nick Receive mute/unmute notifications from the stream.
(edit) @9cf63ac   2016-03-31T18:49:52Z nick Add mute and unmute commands.
(edit) @fb62f132   2016-03-23T20:23:36Z nick Honour twitter's mutes and "hide retweets from this user" settings.
(edit) @0843bbe   2016-02-26T18:25:17Z dennis twitter.c: Squelch an unused variable warning 9456255 made the …
(edit) @9456255   2016-02-10T02:05:55Z dx Change twitter url length to 23 instead of 22
(edit) @bbff22d   2015-10-09T02:41:01Z dx twitter: Fix some nitpicky issues reported by coverity Mostly minor …
(edit) @e88fe7da   2015-08-07T21:53:25Z vlajos typofix - https://github.com/vlajos/misspell_fixer
(edit) @1201fcb   2015-06-08T03:42:11Z dx twitter: show full url in the url command, with username By asking …
(edit) @61e7e02   2015-06-08T03:25:18Z dx twitter: fix leak of the letter "s" in twitter_url_len_diff Yeah, …
(edit) @2ca933c   2015-05-31T02:38:55Z dx twitter: add twitter_log_local_user back (oops) Accidentally nuked it …
(edit) @73f0a01   2015-05-31T02:31:24Z dx Move twitter_parse_id() to parse_int64() in misc.c
(edit) @33528bd   2015-05-07T23:12:06Z dx twitter: split length check function into twitter_message_len Mostly …
(edit) @c43146d   2015-05-03T16:47:19Z wilmer Make replies to self work in Twitter. Difficult because there's no …
(edit) @cd60710   2015-05-02T22:26:29Z wilmer Parsing of "retweets with comment". Not documented by Twitter so good …
(edit) @9ed8175   2015-05-02T21:03:35Z wilmer Add "url" command to Twitter module to get web URL for a Tweet.
(edit) @fedc8f1   2015-03-13T23:13:24Z dx twitter: fix _last_tweet setting, which broke during a merge Commit …
(edit) @7320610   2015-03-10T07:33:54Z dx Various user experience/error reporting improvements - Show version …
(edit) @8b91a1f   2015-03-10T07:27:25Z dx twitter: Fix twitter_parse_id to accept 00 as a valid tweet Also fix …
(edit) @552c8a5   2015-02-22T21:19:21Z dx twitter_parse_id function, with better error handling than sscanf() …
(edit) @5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
(edit) @0ca1d79   2015-02-20T22:47:33Z dx Revert "Twitter format strings" This reverts commit …
(edit) @ce402b2   2015-01-26T07:50:54Z dx Twitter format strings Allow users to specify how tweets should be …
(edit) @dfaa46d   2015-01-26T07:50:45Z dx twitter: Add raw reply support By default, "reply" prepends the …
(edit) @73ee390   2015-01-26T03:46:03Z jgeboski twitter: implemented filter based group chats Filter group chats …
(edit) @eb4ad8d   2015-01-17T20:13:19Z wilmer Merging random other fixes/cleanups.
(edit) @85c3004   2015-01-16T19:50:24Z dx twitter: minor cleanup, use G_G(U)INT64_FORMAT instead of casting
(edit) @7549d00   2015-01-16T19:50:24Z dx twitter: start stream from last tweet on connect/reconnect This works …
(edit) @6b13103   2015-01-16T19:50:23Z dx Replace isdigit/isalpha/.../tolower/toupper with glib variants This …
(edit) @9f8bb17   2014-11-24T05:16:11Z dx twitter: Use g_strcasecmp for screen_name Fixes a few minor bugs with …
(edit) @c203533   2014-09-27T14:54:35Z dx twitter: Add support for The United States of America Land of the …
(edit) @f75b3a7   2014-09-27T14:54:35Z dx Default twitter's show_old_mentions to 0
(edit) @269580c   2014-07-24T03:51:07Z dx Add limit param to split_command_parts(), fix twitter quotes bug Only …
(edit) @7a80925   2014-02-13T08:48:37Z wilmer Update json-parser code to git rev …
(edit) @a685409   2013-07-13T18:49:13Z wilmer Update to deal with a not-so-recent regression in the Twitter URL …
(edit) @2f9027c   2013-06-16T17:33:58Z wilmer Fix cleanup failure on Twitter timeouts.
(edit) @dd7b931   2013-06-16T00:14:11Z wilmer Use HTTP/1.1 by default in the Twitter module, and stick to the …
(edit) @777461b   2013-06-15T23:33:53Z wilmer Turn off fetch_mentions by default for identi.ca connections since …
(edit) @f2d8aa2   2013-06-01T00:09:52Z wilmer Emit a warning when the user wants to do OAuth with a …
(edit) @be9f3f1   2013-05-23T21:46:54Z wilmer Apparently Twitter API 1.1 is SSL-only. *sigh*
(edit) @e31e5b8   2013-04-20T13:05:55Z wilmer Merging "storage" branch which I wrote long ago. It separates …
(edit) @0e788f5   2013-02-21T19:15:59Z wilmer I'm still bored on a long flight. Wrote a script to automatically …
(edit) @9754c2f   2013-02-18T08:42:30Z Miklos Vajna Clean up set_my_name API implementations
(edit) @75bda8b   2013-01-14T22:32:59Z wilmer Fixed Twitter favourite command. Its syntax was silently changed in …
(edit) @cfbecc9   2013-01-06T12:09:35Z wilmer Fixed NULL pointer dereference bug when newly connecting to identi.ca. …
(edit) @14d0b02   2012-12-25T00:08:33Z wilmer I suck. This will teach me not to combine logging and actual work in …
(edit) @c1d9c95   2012-12-24T22:02:41Z wilmer Whoops, remove those debugging printfs as I intended to do before merging.
(edit) @7d5afa6   2012-12-22T00:20:24Z wilmer Updated report_spam API URL to 1.1. Fixes #1011.
(edit) @573e274   2012-12-21T21:50:05Z wilmer For finding since_id, don't use RT original IDs of course. :-/ This …
(edit) @2dcde94   2012-12-03T23:30:33Z wilmer Don't hide own tweets in streaming mode with fetch_mentions off, and …
(edit) @3ca001b   2012-12-02T12:53:12Z wilmer Extend twitter_message_id_from_command_arg() a little bit and use it …
(edit) @b235228   2012-11-25T22:28:38Z wilmer Have root confirm some commands that so far gave no feedback at all, …
(edit) @67f6828   2012-11-25T22:09:41Z wilmer Only a few commands use twitter_message_id_from_command_arg(), others …
(edit) @f97b8e9   2012-11-25T20:43:52Z wilmer Use hex for show_ids, but stick to the 2-char maximum. a 256-message …
(edit) @3592b95   2012-11-25T20:21:24Z wilmer To address #991, adding a strict commands mode, where one has to use …
(edit) @9ed0081   2012-11-25T18:39:11Z wilmer Fixed one potential memory leak, and re-remembered that for GLib + …
(edit) @29f72b7   2012-11-25T17:43:13Z wilmer Finally cleaned up the show-tweet functions.
(edit) @7f557d5   2012-11-25T14:58:29Z wilmer Fixing two oopses from my last commit.
(edit) @631ec80   2012-11-25T14:26:23Z wilmer Changed mode/room management a little bit.
(edit) @96dd574   2012-11-25T13:11:19Z wilmer s/twitter_msg/twitter_log/ and use it in a few more places.
(edit) @2cd8540   2012-11-25T12:05:48Z wilmer Show DMs the right way. With mode=many and show_ids=off they'll look …
(edit) @c9b5817   2012-11-25T00:55:47Z wilmer Minor rework: Always fill td->log now and use it not just for …
(edit) @f26d9a3e   2012-11-24T14:10:34Z wilmer Add help info for "stream" setting. Also, disable it for non-Twitter …
(edit) @c751e51   2012-11-24T00:15:17Z wilmer Fixing one obvious memory leak.
(edit) @5aa96fc8   2012-11-20T00:20:10Z wilmer Some code for handling disconnect/event messages.
(edit) @d1356cb   2012-11-12T23:57:43Z wilmer Decode incoming DMs.
(edit) @e132b60   2012-11-11T23:32:47Z wilmer Extend keepalive code to time out connections when pings don't get …
(edit) @dd672e2   2012-11-11T21:52:26Z wilmer Detect and handle streaming connection loss.
(edit) @2fb1262   2012-11-11T18:22:39Z wilmer Tiny cleanup. Fixing some memory leaks (why did I not notice so far …
(edit) @1388d30   2012-11-11T17:57:20Z wilmer Mostly finished HTTP streaming support: Shrink the buffer and add a …
(edit) @62f6b45   2012-11-11T16:53:56Z wilmer Realised I don't need delimited=length at all, objects are guaranteed …
(edit) @dff0e0b   2012-11-11T14:42:20Z wilmer Showing tweets now, and leaking less memory. Still lots of cleanup …
(edit) @ddc2de5   2012-11-10T23:52:21Z wilmer Very immature code for reading from the streaming API. It reads from a …
(edit) @9e8c945   2012-11-10T12:31:33Z wilmer Removed xmltree dependency entirely.
(edit) @24132ec   2012-11-09T23:53:45Z wilmer Fixed the last parser (generic handler which just remembers status …
(edit) @5246133   2012-11-09T00:23:44Z wilmer Updated error response parsing. Also, use this for 401 responses so …
(edit) @fb351ce   2012-11-09T00:07:23Z wilmer Getting better. Corruption fixed, fetching of mentions fixed, error …
(edit) @8e3b7ac   2012-11-08T22:38:20Z wilmer It logs in and fetches statuses! \o/ But, some corruption..
(edit) @0688e99   2012-11-05T08:46:06Z wilmer Type safety check.
(edit) @e08ae0c   2012-11-04T23:39:48Z wilmer Can log in now. Fails to fetch timelines though, which is going to be …
(edit) @3b4a22a   2012-11-04T22:23:07Z wilmer s/.xml/.json/. Good luck getting that working again.
(edit) @2a6da96   2012-09-25T00:08:54Z wilmer Move Twitter XML parsing/error checking into a separate function and …
(edit) @11ec078   2012-09-22T12:44:47Z wilmer Since I can't figure out where the stalls are coming from at this …
(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) @b3d99e3   2012-09-15T16:03:33Z wilmer Twitter module cleanup: Both Twitter and identi.ca "modules" support …
(edit) @7281ad1   2012-09-15T15:59:17Z wilmer Allow building position-independent executables. #981, patch from …
Note: See TracRevisionLog for help on using the revision log.