index
:
frippy
dev
master
IRC Bot
Mavulp
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
factoids
/
database.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Factoids: Rename to Factoid
Jokler
2018-10-22
1
-160
/
+0
*
Fix clippy warnings
Jokler
2018-06-16
1
-1
/
+1
*
Remind: Add Mysql as a possible database
Jokler
2018-05-14
1
-3
/
+0
*
Factoids: Improve display of runtime errors in lua
Jokler
2018-05-12
1
-5
/
+5
*
Add usefulness rating function to url titles
Jokler
2018-04-07
1
-5
/
+5
*
Replace every Mutex with RwLock
Jokler
2018-03-21
1
-1
/
+1
*
Use Error & ErrorKind pair instead of simple enums
Jokler
2018-03-02
1
-50
/
+38
*
Add Mysql as a possible database to the Tell plugin
Jokler
2018-02-25
1
-6
/
+9
*
Return zero if count_factoids could not find the factoid
Jokler
2018-02-25
1
-1
/
+4
*
Run rustfmt and clippy
Jokler
2018-02-24
1
-16
/
+15
*
Use r2d2 as a ConnectionPool for diesel
Jokler
2018-02-24
1
-18
/
+28
*
Use correct return type
Jokler
2018-02-24
1
-1
/
+1
*
Log all database errors
Jokler
2018-02-24
1
-4
/
+13
*
Add download function & fromurl command
Jokler
2018-02-13
1
-2
/
+2
*
Log database errors and send a notice if no factoid was deleted
Jokler
2017-12-24
1
-4
/
+10
*
Add 'remove' command to Factoids and make the Database trait public
Jokler
2017-12-24
1
-16
/
+41
*
Add more info to factoids and save old versions
Jokler
2017-12-24
1
-37
/
+83
*
Add MySql as a possible database for the Factoids plugin
Jokler
2017-12-24
1
-8
/
+64
*
Add Database trait to be used by the Factoids plugin
Jokler
2017-12-24
1
-0
/
+18