index
:
frippy
dev
master
IRC Bot
Mavulp
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Main: Fix doc test and warnings
Jokler
2019-02-21
1
-3
/
+4
*
Quote: Add initial quote plugin
Jokler
2018-09-21
1
-0
/
+1
*
Plugins: Replace IrcClient with a trait
Jokler
2018-06-30
1
-22
/
+45
*
Factoids: Add a json.decode function to lua
Jokler
2018-06-28
1
-0
/
+1
*
Docs: Remove usage of Currency in an example
Jokler
2018-06-16
1
-1
/
+0
*
Fix clippy warnings
Jokler
2018-06-16
1
-4
/
+4
*
Main: Replace the logger with log4rs
Jokler
2018-04-27
1
-1
/
+3
*
Add usefulness rating function to url titles
Jokler
2018-04-07
1
-7
/
+7
*
Replace every Mutex with RwLock
Jokler
2018-03-21
1
-0
/
+1
*
Give names to any threads which are spawned
Jokler
2018-03-21
1
-11
/
+22
*
Fix doctests
Jokler
2018-03-19
1
-7
/
+9
*
Use a prefix from the config instead of the nick
Jokler
2018-03-19
1
-27
/
+13
*
Add sed plugin
Jokler
2018-03-13
1
-0
/
+2
*
Add Tell specific errors and improve error logging for commands
Jokler
2018-03-05
1
-1
/
+1
*
Fix doctests
Jokler
2018-03-04
1
-5
/
+5
*
Use Error & ErrorKind pair instead of simple enums
Jokler
2018-03-02
1
-26
/
+30
*
Create errors with failure
Jokler
2018-02-28
1
-13
/
+13
*
Add time passed to tells
Jokler
2018-02-26
1
-0
/
+1
*
Run rustfmt and clippy
Jokler
2018-02-24
1
-1
/
+1
*
Use r2d2 as a ConnectionPool for diesel
Jokler
2018-02-24
1
-0
/
+4
*
Merge branch 'dev' into factoid-plugin
Jokler
2018-02-23
1
-86
/
+85
|
\
|
*
Run latest rustfmt
Jokler
2018-02-12
1
-33
/
+41
|
*
Improve documentation
Jokler
2018-02-12
1
-8
/
+6
|
*
Replace is_allowed with a single-threaded execute function
Jokler
2018-02-12
1
-18
/
+22
|
*
Upgrade dependencies
Jokler
2018-02-10
1
-44
/
+30
|
*
Return the future on connect instead of adding it to the reactor
Jokler
2018-01-04
1
-10
/
+10
|
*
Exit if no bot connected successfully
Jokler
2017-12-24
1
-3
/
+7
*
|
Improve startup logs
Jokler
2018-02-17
1
-2
/
+2
*
|
Add download function & fromurl command
Jokler
2018-02-13
1
-0
/
+1
*
|
Add 'remove' command to Factoids and make the Database trait public
Jokler
2017-12-24
1
-5
/
+0
*
|
Add more info to factoids and save old versions
Jokler
2017-12-24
1
-2
/
+7
*
|
Add MySql as a possible database for the Factoids plugin
Jokler
2017-12-24
1
-0
/
+7
|
/
*
Adjust documentation
Jokler
2017-12-15
1
-1
/
+3
*
Add option for disabled plugins in the toml files
Jokler
2017-12-15
1
-0
/
+20
*
Derive defaults where possible
Jokler
2017-12-11
1
-1
/
+2
*
Add Url Plugin
Jokler
2017-12-11
1
-0
/
+2
*
Move Config logic out of the library
Jokler
2017-12-11
1
-71
/
+54
*
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
-64
/
+205
*
Export plugins directly instead of their modules
Jokler
2017-10-29
1
-3
/
+3
*
Document the usage of the log crate
Jokler
2017-10-28
1
-1
/
+5
*
Move help into a Plugin
Jokler
2017-10-27
1
-0
/
+1
*
Refactor plugin management
Jokler
2017-10-27
1
-134
/
+16
*
Remove a few unwraps and make error handling more concise
Jokler
2017-10-17
1
-23
/
+20
*
Check if it was actually us who joined for the info message
Jokler
2017-10-17
1
-1
/
+3
*
Display possible error when trying to create a connection
Jokler
2017-10-17
1
-1
/
+7
*
Fix typo
Jokler
2017-10-16
1
-1
/
+1
*
Rewrite run() and add logging
Jokler
2017-10-16
1
-53
/
+131
*
Adjust formatting with cargo fmt
Jokler
2017-10-14
1
-6
/
+8
*
Remove now redundant check
Jokler
2017-10-13
1
-5
/
+0
[next]