Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Debian bug #764181: Accidentally had an LGPL header in a bunch of files. | Wilmer van der Gaast | 2014-10-17 | -10/+10 |
| | | | | | | Replaced them with GPL headers where possible. OSCAR and Twitter modules can't be relicenced though, so add an LGPL blurb to debian/copyright. | |||
* | I'm still bored on a long flight. Wrote a script to automatically update | Wilmer van der Gaast | 2013-02-21 | -1/+1 |
| | | | | | | | my copyright mentions since some were getting pretty stale. Left files not touched since before 2012 alone so that this change doesn't touch almost EVERY source file. | |||
* | Fix compiler warning (missed glib include in json_util). | Wilmer van der Gaast | 2012-11-09 | -0/+1 |
| | ||||
* | Updated error response parsing. Also, use this for 401 responses so for example | Wilmer van der Gaast | 2012-11-09 | -1/+1 |
| | | | | | | | | the auth errors caused by NTP desync are clearer: <root> twitter - Login error: Authentication failure (401 Unauthorized (Timestamp out of bounds)) | |||
* | It logs in and fetches statuses! \o/ But, some corruption.. | Wilmer van der Gaast | 2012-11-08 | -3/+13 |
| | ||||
* | Add json_util.c with helper functions. Keeping them in a separate file to | Wilmer van der Gaast | 2012-11-05 | -0/+51 |
avoid making *any* changes to the third-party json.c. |