aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/factoids/database.rs
Commit message (Expand)AuthorAgeFilesLines
* Factoids: Rename to FactoidJokler2018-10-221-160/+0
* Fix clippy warningsJokler2018-06-161-1/+1
* Remind: Add Mysql as a possible databaseJokler2018-05-141-3/+0
* Factoids: Improve display of runtime errors in luaJokler2018-05-121-5/+5
* Add usefulness rating function to url titlesJokler2018-04-071-5/+5
* Replace every Mutex with RwLockJokler2018-03-211-1/+1
* Use Error & ErrorKind pair instead of simple enumsJokler2018-03-021-50/+38
* Add Mysql as a possible database to the Tell pluginJokler2018-02-251-6/+9
* 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