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. | |||
* | Fixed valgrind warnings in JSON_O_FOREACH. | Wilmer van der Gaast | 2012-11-12 | -3/+4 |
| | ||||
* | It logs in and fetches statuses! \o/ But, some corruption.. | Wilmer van der Gaast | 2012-11-08 | -2/+9 |
| | ||||
* | Add json_util.c with helper functions. Keeping them in a separate file to | Wilmer van der Gaast | 2012-11-05 | -0/+27 |
avoid making *any* changes to the third-party json.c. |