index
:
frippy
dev
master
IRC Bot
Mavulp
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugin.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make tells caase insensitive and only check JOINs
Jokler
2018-03-03
1
-1
/
+1
*
Use Error & ErrorKind pair instead of simple enums
Jokler
2018-03-02
1
-9
/
+12
*
Run rustfmt and clippy
Jokler
2018-02-24
1
-1
/
+1
*
Run latest rustfmt
Jokler
2018-02-12
1
-12
/
+6
*
Improve documentation
Jokler
2018-02-12
1
-7
/
+15
*
Replace is_allowed with a single-threaded execute function
Jokler
2018-02-12
1
-2
/
+8
*
Upgrade dependencies
Jokler
2018-02-10
1
-5
/
+5
*
Add evaluate function to plugins
Jokler
2018-02-10
1
-0
/
+2
*
Adjust documentation
Jokler
2017-12-15
1
-1
/
+3
*
Remove needless allocation & fix typo
Jokler
2017-12-11
1
-1
/
+1
*
Rename plugin_derive to frippy_derive
Jokler
2017-11-30
1
-1
/
+1
*
Let users of the library define their own plugins
Jokler
2017-11-28
1
-96
/
+24
*
Remove mutexes around plugins
Jokler
2017-11-16
1
-19
/
+9
*
Add debug logging
Jokler
2017-11-03
1
-1
/
+10
*
Move help into a Plugin
Jokler
2017-10-27
1
-8
/
+0
*
Refactor plugin management
Jokler
2017-10-27
1
-0
/
+148
*
Create plugin_derive to replace the register_plugin macro
Jokler
2017-10-11
1
-24
/
+5
*
Only expose the run function
Jokler
2017-10-11
1
-2
/
+7
*
Add command functionality
Jokler
2017-10-11
1
-0
/
+2
*
Add the Display trait to Plugins
Jokler
2017-10-11
1
-13
/
+10
*
Initial bot source
Jokler
2017-10-04
1
-0
/
+35