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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sed: Remove some unwraps
Jokler
2018-07-08
1
-1
/
+1
*
Plugins: Replace IrcClient with a trait
Jokler
2018-06-30
2
-11
/
+28
*
Factoids: Add max recursion level to json.decode
Jokler
2018-06-30
1
-4
/
+8
*
Factoids: Add a json.decode function to lua
Jokler
2018-06-28
3
-7
/
+47
*
Fix clippy warnings
Jokler
2018-06-16
3
-21
/
+24
*
Remind: Add Mysql as a possible database
Jokler
2018-05-14
1
-3
/
+0
*
Factoids: Fix notice target on missing subcmd
Jokler
2018-05-13
1
-1
/
+1
*
Remind: Remove sleep debug messages
Jokler
2018-05-13
1
-4
/
+4
*
Factoids: Add help and make some responses notices
Jokler
2018-05-12
1
-9
/
+28
*
Factoids: Improve display of runtime errors in lua
Jokler
2018-05-12
3
-19
/
+26
*
Factoids: Add memory usage check to lua
Jokler
2018-05-06
1
-1
/
+13
*
Factoids: Add trim function and ioru var to lua
Jokler
2018-05-06
1
-5
/
+20
*
Add usefulness rating function to url titles
Jokler
2018-04-07
3
-17
/
+24
*
Replace every Mutex with RwLock
Jokler
2018-03-21
2
-23
/
+14
*
Add sleep to factoids
Jokler
2018-03-20
2
-1
/
+13
*
Use Error & ErrorKind pair instead of simple enums
Jokler
2018-03-02
3
-125
/
+156
*
Use lossy UTF8 conversion and add a log_error function
Jokler
2018-03-01
2
-2
/
+2
*
Create errors with failure
Jokler
2018-02-28
2
-105
/
+73
*
Add Mysql as a possible database to the Tell plugin
Jokler
2018-02-25
2
-7
/
+10
*
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
2
-72
/
+76
*
Add temporary eval function to factoids
Jokler
2018-02-24
1
-7
/
+20
*
Extend Lua sandbox
Jokler
2018-02-24
1
-15
/
+37
*
Use r2d2 as a ConnectionPool for diesel
Jokler
2018-02-24
2
-28
/
+38
*
Use correct return type
Jokler
2018-02-24
1
-1
/
+1
*
Log all database errors
Jokler
2018-02-24
1
-4
/
+13
*
Merge branch 'dev' into factoid-plugin
Jokler
2018-02-23
1
-52
/
+60
*
Add possibly unsafe timeout hook to factoids
Jokler
2018-02-23
3
-4
/
+30
*
Improve factoid error handling
Jokler
2018-02-17
2
-4
/
+12
*
Add download function & fromurl command
Jokler
2018-02-13
4
-19
/
+62
*
Fix function call in lua
Jokler
2018-02-13
1
-1
/
+1
*
Add some sandboxing
Jokler
2018-02-13
2
-4
/
+30
*
Send all factoid info responses to the channel instead of the user
Jokler
2017-12-25
1
-1
/
+1
*
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
2
-17
/
+60
*
Add more info to factoids and save old versions
Jokler
2017-12-24
2
-63
/
+203
*
Add MySql as a possible database for the Factoids plugin
Jokler
2017-12-24
2
-13
/
+75
*
Add Database trait to be used by the Factoids plugin
Jokler
2017-12-24
2
-7
/
+26
*
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
2
-0
/
+162