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
*
Currency: Remove plugin because of API changes
Jokler
2018-06-16
1
-162
/
+0
*
Fix clippy warnings
Jokler
2018-06-16
1
-10
/
+14
*
Currency: Fix help message
Jokler
2018-05-13
1
-1
/
+1
*
Add usefulness rating function to url titles
Jokler
2018-04-07
1
-1
/
+1
*
Use a prefix from the config instead of the nick
Jokler
2018-03-19
1
-30
/
+22
*
Use Error & ErrorKind pair instead of simple enums
Jokler
2018-03-02
1
-10
/
+18
*
Replace try_option with ?
Jokler
2018-02-13
1
-14
/
+4
*
Run latest rustfmt
Jokler
2018-02-12
1
-29
/
+35
*
Replace is_allowed with a single-threaded execute function
Jokler
2018-02-12
1
-22
/
+21
*
Upgrade dependencies
Jokler
2018-02-10
1
-8
/
+8
*
Add evaluate function to plugins
Jokler
2018-02-10
1
-23
/
+35
*
Derive defaults where possible
Jokler
2017-12-11
1
-1
/
+1
*
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