Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated libtwitter++ (media upload bugfix) | Kelly Rauchenberger | 2018-03-13 | 1 | -0/+0 |
| | |||||
* | Removed yaml-cpp submodule | Kelly Rauchenberger | 2018-03-13 | 3 | -9/+10 |
| | | | | Project now links against a local installation of yaml-cpp. | ||||
* | Added timeout to image downloads | Kelly Rauchenberger | 2018-03-13 | 1 | -0/+3 |
| | |||||
* | Fixed deadlock after failed image download | Kelly Rauchenberger | 2017-12-16 | 1 | -1/+1 |
| | |||||
* | Allowed images narrower than 800 pixels | Kelly Rauchenberger | 2017-11-08 | 1 | -1/+11 |
| | | | | | | | | Previously, the bot would try to ensure that it didn't use an image narrower than 800 pixels. This would sometimes cause it to download lots of images trying to find a valid one, and eventually end up stalling forever. To prevent this, images that are narrower than 800 pixels are now scaled up. | ||||
* | Updated verbly (datafile versioning) | Kelly Rauchenberger | 2017-11-08 | 2 | -4/+4 |
| | |||||
* | Changed to RGB color interpolation | Kelly Rauchenberger | 2017-03-04 | 1 | -31/+9 |
| | | | | It's way less accurate but actually kind of looks better. | ||||
* | Created bot | Kelly Rauchenberger | 2017-03-03 | 10 | -0/+614 |