aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/tell/database.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused diesel use statementsJokler2019-12-071-3/+0
|
* Tell: List the receivers on successful sendJokler2019-12-071-6/+12
|
* Fix clippy warningsJokler2018-06-161-1/+1
|
* Remind: Add Mysql as a possible databaseJokler2018-05-141-3/+0
| | | | | | | | The bot also responds with the id and time of a reminder after creation to allow the creator to delete them. Furthermore the InvalidCommand message was fixed and the unnecessary dotenv dependency was removed.
* Add usefulness rating function to url titlesJokler2018-04-071-4/+4
|
* Replace every Mutex with RwLockJokler2018-03-211-1/+1
|
* Check for outstanding tells when a userlist is receivedJokler2018-03-051-0/+17
|
* Add Tell specific errors and improve error logging for commandsJokler2018-03-051-41/+31
|
* Add Mysql as a possible database to the Tell pluginJokler2018-02-251-0/+143