summary refs log tree commit diff stats
path: root/grunge.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added timeout to image downloadsKelly Rauchenberger2018-03-131-0/+3
|
* Fixed deadlock after failed image downloadKelly Rauchenberger2017-12-161-1/+1
|
* Allowed images narrower than 800 pixelsKelly Rauchenberger2017-11-081-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 Rauchenberger2017-11-081-4/+4
|
* Created botKelly Rauchenberger2017-03-031-0/+355