Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switched to self-hosted verbly HEAD master | Star Rauchenberger | 2023-10-03 | 1 | -1/+1 |
| | |||||
* | Bot posts to Mastodon now instead of Twitter | Star Rauchenberger | 2022-11-15 | 5 | -36/+24646 |
| | |||||
* | Updated libtwitter++ (media upload bugfix) | Kelly Rauchenberger | 2018-03-13 | 1 | -0/+0 |
| | |||||
* | Removed yaml-cpp submodule | Kelly Rauchenberger | 2018-03-13 | 3 | -8/+8 |
| | | | | Project now links against a local installation of yaml-cpp. | ||||
* | Whitespace changes | Kelly Rauchenberger | 2018-03-13 | 1 | -105/+105 |
| | |||||
* | Bot now takes path to config file as argument | Kelly Rauchenberger | 2016-12-13 | 3 | -12/+23 |
| | | | | That config file now also has to contain the paths to the verbly datafile, the forms file, the fonts directory, and the color palettes file. | ||||
* | Updated verbly & libtwitter++ to remove dependence on json submodule | Kelly Rauchenberger | 2016-11-27 | 3 | -70/+54 |
| | | | | | | | | | | The current version of libtwitter++ has an updated API, so the bot had to be updated to use the new API; additionally, the usage of the UNIX-dependent sleep call was replaced by the sleep functionality in the C++ standard library. At some point, we should also replace the usage of the C random library with the C++ random library. Finally, some initialization functionality that was being repeated for every generated tweet was instead moved out of the main loop. | ||||
* | Fixed typo | Kelly Rauchenberger | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | Bot now signs its captions | Kelly Rauchenberger | 2016-05-31 | 1 | -3/+3 |
| | |||||
* | Added caption to tweets | Kelly Rauchenberger | 2016-05-31 | 4 | -7/+16 |
| | |||||
* | Added more forms | Kelly Rauchenberger | 2016-05-24 | 2 | -32/+112 |
| | |||||
* | Added some more forms! | Kelly Rauchenberger | 2016-05-11 | 1 | -5/+48 |
| | |||||
* | Added a new font | Kelly Rauchenberger | 2016-05-11 | 2 | -1/+10 |
| | |||||
* | Added a bunch more forms | Kelly Rauchenberger | 2016-05-11 | 1 | -36/+89 |
| | |||||
* | Abstracted temporal phrases | Kelly Rauchenberger | 2016-05-10 | 1 | -9/+21 |
| | |||||
* | Edited forms some more | Kelly Rauchenberger | 2016-05-10 | 1 | -3/+43 |
| | |||||
* | Updated verbly | Kelly Rauchenberger | 2016-05-10 | 1 | -0/+0 |
| | |||||
* | Changed form generation to be piecewise like chemist | Kelly Rauchenberger | 2016-05-10 | 3 | -41/+206 |
| | |||||
* | Tweaked forms | Kelly Rauchenberger | 2016-05-05 | 1 | -1/+1 |
| | |||||
* | Tweaked some forms | Kelly Rauchenberger | 2016-05-03 | 1 | -3/+4 |
| | |||||
* | Changed output to a JPEG because of Twitter's upload size restrictions | Kelly Rauchenberger | 2016-05-03 | 1 | -2/+2 |
| | |||||
* | Initial commit | Kelly Rauchenberger | 2016-05-02 | 24 | -0/+7598 |