summaryrefslogtreecommitdiffstats
path: root/src/plugins/factoids/database.rs
Commit message (Collapse)AuthorAgeFilesLines
* Return zero if count_factoids could not find the factoidJokler2018-02-251-1/+4
|
* Run rustfmt and clippyJokler2018-02-241-16/+15
|
* Use r2d2 as a ConnectionPool for dieselJokler2018-02-241-18/+28
|
* Use correct return typeJokler2018-02-241-1/+1
|
* Log all database errorsJokler2018-02-241-4/+13
|
* Add download function & fromurl commandJokler2018-02-131-2/+2
|
* Log database errors and send a notice if no factoid was deletedJokler2017-12-241-4/+10
|
* Add 'remove' command to Factoids and make the Database trait publicJokler2017-12-241-16/+41
|
* Add more info to factoids and save old versionsJokler2017-12-241-37/+83
|
* Add MySql as a possible database for the Factoids pluginJokler2017-12-241-8/+64
|
* Add Database trait to be used by the Factoids pluginJokler2017-12-241-0/+18