| Commit message (Expand) | Author | Age | Lines | 
| *  | 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 | 
| * |  | Realised I don't need delimited=length at all, objects are guaranteed to be | Wilmer van der Gaast | 2012-11-11 | -32/+22 | 
| * |  | Showing tweets now, and leaking less memory. Still lots of cleanup left | Wilmer van der Gaast | 2012-11-11 | -26/+54 | 
| * |  | Very immature code for reading from the streaming API. It reads from a | Wilmer van der Gaast | 2012-11-10 | -4/+64 | 
| * |  | Removed xmltree dependency entirely. | Wilmer van der Gaast | 2012-11-10 | -22/+17 | 
| * |  | Fixed the last parser (generic handler which just remembers status IDs). | Wilmer van der Gaast | 2012-11-09 | -4/+3 | 
| * |  | Updated error response parsing. Also, use this for 401 responses so for example | Wilmer van der Gaast | 2012-11-09 | -13/+12 | 
| * |  | Getting better. Corruption fixed, fetching of mentions fixed, error handling | Wilmer van der Gaast | 2012-11-09 | -6/+14 | 
| * |  | It logs in and fetches statuses! \o/ But, some corruption.. | Wilmer van der Gaast | 2012-11-08 | -59/+76 | 
| * |  | Type safety check. | Wilmer van der Gaast | 2012-11-05 | -0/+4 | 
| * |  | Can log in now. Fails to fetch timelines though, which is going to be the | Wilmer van der Gaast | 2012-11-05 | -72/+42 | 
| * |  | s/.xml/.json/. Good luck getting that working again. | Wilmer van der Gaast | 2012-11-04 | -3/+3 | 
| * |  | Move Twitter XML parsing/error checking into a separate function and use it | Wilmer van der Gaast | 2012-09-25 | -83/+64 | 
| * |  | Since I can't figure out where the stalls are coming from at this point, at | Wilmer van der Gaast | 2012-09-22 | -1/+4 | 
| * |  | Little cleanup. Use xt_from_string() where possible. | Wilmer van der Gaast | 2012-09-22 | -32/+24 | 
| * |  | Merge Twitter favourite command from Flexo/#983. Leaving out the unfavourite | Wilmer van der Gaast | 2012-09-15 | -0/+12 | 
| |/   | 
 |