about summary refs log tree commit diff stats
path: root/blessed.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added more defense against slursKelly Rauchenberger2018-08-041-3/+8
| | | | | | Both the nouns and verbs are now checked for homography with slurs. The slur list has expanded from ethnic slurs to "derogations", which includes some a few innocent words but you gotta do what you gotta do. refs #2
* Fixed verb query returning words with no valid verbsKelly Rauchenberger2017-02-131-10/+16
| | | | Also updated verbly for query time improvements.
* Updated verbly (new API)Kelly Rauchenberger2017-02-061-33/+34
| | | | Also updated libtwitter++, and blacklisted ethnic slurs.
* Bot now takes path to config file as argumentKelly Rauchenberger2016-12-131-3/+11
| | | | That config file now also has to contain the paths to the verbly datafile and the emojis.txt file.
* Switched from twitcurl to libtwitter++Kelly Rauchenberger2016-12-041-41/+45
| | | | | | | Also replaced usage of the C randomization interface with the C++ randomization interface, and replaced the UNIX-reliant sleep() call with the C++ thread interface. Also made some other style-related code changes.
* Updated verblyKelly Rauchenberger2016-03-291-2/+3
|
* Added newlines to separate emojis from exclamation if there are too many emojisKelly Rauchenberger2016-03-171-2/+12
|
* Initial commitKelly Rauchenberger2016-03-171-0/+92