index
:
frippy
dev
master
IRC Bot
Mavulp
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
currency.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove mutexes around plugins
Jokler
2017-11-16
1
-2
/
+2
*
Add debug logging
Jokler
2017-11-03
1
-1
/
+0
*
Panic if execute is called on the Currency Plugin
Jokler
2017-10-27
1
-1
/
+1
*
Fix currency response on bad command
Jokler
2017-10-27
1
-1
/
+1
*
Pass on a Result from the Currency eval function
Jokler
2017-10-18
1
-12
/
+11
*
Handle one error in a verbose way again to support rust stable
Jokler
2017-10-17
1
-7
/
+9
*
Remove a few unwraps and make error handling more concise
Jokler
2017-10-17
1
-6
/
+1
*
Adjust formatting with cargo fmt
Jokler
2017-10-14
1
-1
/
+1
*
Improve readability of the Currency plugin
Jokler
2017-10-14
1
-12
/
+14
*
Improve currency help message
Jokler
2017-10-11
1
-5
/
+8
*
Only spawn a new thread if needed
Jokler
2017-10-11
1
-1
/
+0
*
Create plugin_derive to replace the register_plugin macro
Jokler
2017-10-11
1
-5
/
+9
*
Clear test modules until the irc lib is updated
Jokler
2017-10-11
1
-36
/
+0
*
Changed currency error into a notice
Jokler
2017-10-11
1
-1
/
+1
*
Add command functionality
Jokler
2017-10-11
1
-42
/
+61
*
Remove tests for from the currency plugin
Jokler
2017-10-11
1
-36
/
+36
*
Remove println and update formatting
Jokler
2017-10-11
1
-2
/
+2
*
Add fixed currency plugin
Jokler
2017-10-11
1
-0
/
+165