| Commit message (Expand) | Author | Age | Lines |
* | Expand each (media) URL only once. Twitter likes duplication. #1275. | Wilmer van der Gaast | 2016-11-27 | -3/+5 |
* | Heh, oops, some error in the Twitter module still mentioned XML. Fixed. | Wilmer van der Gaast | 2016-11-23 | -1/+1 |
* | twitter: fix quoted tweet expansion in extended tweets | dequis | 2016-10-02 | -5/+14 |
* | twitter: don't count filter stream reply as valid pongs | dequis | 2016-09-24 | -1/+4 |
* | twitter: extended tweet support (AKA avoid showing truncated ones) | dequis | 2016-09-21 | -13/+22 |
* | twitter: don't hard-fail with mutes or noretweets (for "identica") | dequis | 2016-07-25 | -0/+10 |
* | twitter: Fix a couple of leaks of mutes_ids and retweets_ids | dequis | 2016-04-17 | -8/+4 |
* | Avoid adding an id twice to the mutes list. | Flexo | 2016-04-01 | -7/+26 |
* | Receive mute/unmute notifications from the stream. | Flexo | 2016-03-31 | -5/+25 |
* | Add mute and unmute commands. | Flexo | 2016-03-31 | -0/+13 |
* | Honour twitter's mutes and "hide retweets from this user" settings. | Flexo | 2016-03-23 | -0/+129 |
* | twitter: Fix some nitpicky issues reported by coverity | dequis | 2015-10-08 | -12/+15 |
* | twitter: show full url in the url command, with username | dequis | 2015-06-08 | -0/+39 |
* | Make replies to self work in Twitter. | Wilmer van der Gaast | 2015-05-03 | -0/+2 |
* | Parsing of "retweets with comment". Not documented by Twitter so good luck. | Wilmer van der Gaast | 2015-05-03 | -17/+37 |
* | twitter: fix _last_tweet setting, which broke during a merge | dequis | 2015-03-13 | -1/+1 |
* | Various user experience/error reporting improvements | dequis | 2015-03-10 | -0/+3 |
* | Reindent everything to K&R style with tabs | Indent | 2015-02-20 | -170/+251 |
* | Revert "Twitter format strings" | dequis | 2015-02-20 | -48/+15 |
* | Twitter format strings | William Pettersson | 2015-01-26 | -15/+48 |
* | twitter: implemented filter based group chats | jgeboski | 2015-01-25 | -5/+221 |
* | twitter: minor cleanup, use G_G(U)INT64_FORMAT instead of casting | dequis | 2015-01-16 | -11/+11 |
* | twitter: start stream from last tweet on connect/reconnect | roger | 2015-01-16 | -1/+6 |
* | twitter: Use g_strcasecmp for screen_name | dequis | 2014-11-24 | -4/+4 |
* | Update json-parser code to git rev 11a80f389769d1f66ca7fbe64ad89c82d3ba4ba9. | Wilmer van der Gaast | 2014-02-13 | -4/+4 |
* | Fix cleanup failure on Twitter timeouts. | Wilmer van der Gaast | 2013-06-16 | -1/+4 |
* | Merging "storage" branch which I wrote long ago. It separates generation of | Wilmer van der Gaast | 2013-04-20 | -8/+0 |
|\ |
|
| * | Remove two hacks for some glib<2.14 versions that are no longer supported. | Wilmer van der Gaast | 2012-06-04 | -8/+0 |
* | | I'm still bored on a long flight. Wrote a script to automatically update | Wilmer van der Gaast | 2013-02-21 | -1/+1 |
* | | Fixed Twitter favourite command. Its syntax was silently changed in the 1.1 | Wilmer van der Gaast | 2013-01-14 | -6/+8 |
* | | I suck. This will teach me not to combine logging and actual work in silly | Wilmer van der Gaast | 2012-12-25 | -1/+1 |
* | | Whoops, remove those debugging printfs as I intended to do before merging. | Wilmer van der Gaast | 2012-12-24 | -9/+1 |
* | | For finding since_id, don't use RT original IDs of course. :-/ This fixes | Wilmer van der Gaast | 2012-12-21 | -4/+3 |
* | | Don't hide own tweets in streaming mode with fetch_mentions off, and move | Wilmer van der Gaast | 2012-12-03 | -4/+5 |
* | | Have root confirm some commands that so far gave no feedback at all, since | Wilmer van der Gaast | 2012-11-25 | -5/+11 |
* | | Only a few commands use twitter_message_id_from_command_arg(), others were | Wilmer van der Gaast | 2012-11-25 | -2/+11 |
* | | Use hex for show_ids, but stick to the 2-char maximum. a 256-message backlog | Wilmer van der Gaast | 2012-11-25 | -2/+2 |
* | | Fixed one potential memory leak, and re-remembered that for GLib + valgrind | Wilmer van der Gaast | 2012-11-25 | -1/+0 |
* | | Finally cleaned up the show-tweet functions. | Wilmer van der Gaast | 2012-11-25 | -77/+68 |
* | | Fixing two oopses from my last commit. | Wilmer van der Gaast | 2012-11-25 | -1/+2 |
* | | Changed mode/room management a little bit. | Wilmer van der Gaast | 2012-11-25 | -46/+10 |
* | | s/twitter_msg/twitter_log/ and use it in a few more places. | Wilmer van der Gaast | 2012-11-25 | -2/+2 |
* | | Show DMs the right way. With mode=many and show_ids=off they'll look just | Wilmer van der Gaast | 2012-11-25 | -6/+12 |
* | | Minor rework: Always fill td->log now and use it not just for show_ids, but | Wilmer van der Gaast | 2012-11-25 | -47/+84 |
* | | Fixing one obvious memory leak. | Wilmer van der Gaast | 2012-11-24 | -0/+2 |
* | | Some code for handling disconnect/event messages. | Wilmer van der Gaast | 2012-11-20 | -0/+41 |
* | | Decode incoming DMs. | Wilmer van der Gaast | 2012-11-12 | -25/+76 |
* | | Extend keepalive code to time out connections when pings don't get | Wilmer van der Gaast | 2012-11-11 | -0/+1 |
* | | Detect and handle streaming connection loss. | Wilmer van der Gaast | 2012-11-11 | -0/+10 |
* | | Tiny cleanup. Fixing some memory leaks (why did I not notice so far that | Wilmer van der Gaast | 2012-11-11 | -5/+3 |