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
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use Error & ErrorKind pair instead of simple enums
Jokler
2018-03-02
1
-74
/
+113
*
Use lossy UTF8 conversion and add a log_error function
Jokler
2018-03-01
1
-1
/
+1
*
Create errors with failure
Jokler
2018-02-28
1
-103
/
+71
*
Add Mysql as a possible database to the Tell plugin
Jokler
2018-02-25
1
-1
/
+1
*
Run rustfmt and clippy
Jokler
2018-02-24
1
-56
/
+61
*
Use r2d2 as a ConnectionPool for diesel
Jokler
2018-02-24
1
-10
/
+10
*
Merge branch 'dev' into factoid-plugin
Jokler
2018-02-23
1
-52
/
+60
*
Add possibly unsafe timeout hook to factoids
Jokler
2018-02-23
1
-4
/
+5
*
Improve factoid error handling
Jokler
2018-02-17
1
-2
/
+4
*
Add download function & fromurl command
Jokler
2018-02-13
1
-17
/
+46
*
Add some sandboxing
Jokler
2018-02-13
1
-3
/
+3
*
Send all factoid info responses to the channel instead of the user
Jokler
2017-12-25
1
-1
/
+1
*
Add 'remove' command to Factoids and make the Database trait public
Jokler
2017-12-24
1
-1
/
+19
*
Add more info to factoids and save old versions
Jokler
2017-12-24
1
-26
/
+120
*
Add MySql as a possible database for the Factoids plugin
Jokler
2017-12-24
1
-5
/
+11
*
Add Database trait to be used by the Factoids plugin
Jokler
2017-12-24
1
-7
/
+8
*
Add non Lua factoids
Jokler
2017-12-24
1
-5
/
+15
*
Do not allow factoids to send newlines
Jokler
2017-12-24
1
-1
/
+1
*
Move the Factoids plugin into a subfolder
Jokler
2017-12-24
1
-0
/
+161