| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | restore fuck you conway | Nathan Perry | 2019-02-16 | 1 | -1/+6 |
| | | |||||
| * | clean up project structure | Nathan Perry | 2019-02-16 | 10 | -630/+646 |
| | | | | | | - Move audio-related code into its own top-level module, separating out playback commands into their own file in `commands`. - Rename `sound` commands module to `sound_levels`. | ||||
| * | clean up imports | Nathan Perry | 2019-02-15 | 1 | -25/+17 |
| | | |||||
| * | initial implementation of video start/end times | Nathan Perry | 2019-02-15 | 4 | -5/+366 |
| | | |||||
| * | fix last of import inconsistencies | Nathan Perry | 2019-01-24 | 3 | -19/+31 |
| | | |||||
| * | improve imports further and fix compile warnings | Nathan Perry | 2019-01-24 | 8 | -398/+421 |
| | | |||||
| * | improve imports | Nathan Perry | 2019-01-24 | 8 | -34/+62 |
| | | |||||
| * | dockerize | Nathan Perry | 2018-09-24 | 1 | -1/+1 |
| | | |||||
| * | roll back to edition 2015 for editor support | Nathan Perry | 2018-09-24 | 1 | -14/+35 |
| | | |||||
| * | remove a couple of unused mut modifiers | Nathan Perry | 2018-08-13 | 2 | -2/+2 |
| | | |||||
| * | update for 2018 edition | Nathan Perry | 2018-08-13 | 5 | -25/+11 |
| | | |||||
| * | update deps, prep for move to 2018 edition | Nathan Perry | 2018-08-13 | 1 | -2/+2 |
| | | |||||
| * | fix roll for multiple dice0.1.5 | Nathan Perry | 2018-06-01 | 1 | -1/+1 |
| | | |||||
| * | add a roll command, relax semver requirements on dependencies | Nathan Perry | 2018-06-01 | 2 | -0/+65 |
| | | |||||
| * | various command improvements | Nathan Perry | 2018-06-01 | 4 | -13/+94 |
| | | | | | | - support last_meme (report details about last meme played back) - update filter priority for meme search (check title match first) | ||||
| * | support message deletion0.1.4 | Nathan Perry | 2018-05-03 | 5 | -3/+97 |
| | | |||||
| * | add reactions, change add/recall meme structure | Nathan Perry | 2018-04-30 | 2 | -319/+59 |
| | | |||||
| * | update volume command0.1.2 | Nathan Perry | 2018-04-30 | 2 | -3/+6 |
| | | |||||
| * | "fix" clap0.1.1 | Nathan Perry | 2018-04-30 | 1 | -62/+134 |
| | | |||||
| * | maybe as far as we're going to go with clap | Nathan Perry | 2018-04-30 | 6 | -252/+301 |
| | | |||||
| * | fix/simplify rng | Nathan Perry | 2018-04-07 | 2 | -44/+19 |
| | | |||||
| * | database-based memeing working | Nathan Perry | 2018-04-07 | 8 | -140/+152 |
| | | |||||
| * | minor changes, about to pull in serenity fork | Nathan Perry | 2018-04-07 | 2 | -6/+34 |
| | | |||||
| * | fix struct order | Nathan Perry | 2018-04-06 | 1 | -4/+4 |
| | | |||||
| * | database alteration in-flight | Nathan Perry | 2018-04-06 | 5 | -9/+251 |
| | | |||||
| * | handle lookup failures | Nathan Perry | 2018-04-05 | 1 | -17/+28 |
| | | |||||
| * | consolidate memes to one table | Nathan Perry | 2018-04-05 | 4 | -168/+142 |
| | | |||||
| * | start to integrate db support with commands | Nathan Perry | 2018-04-05 | 8 | -93/+304 |
| | | |||||
| * | reorganize models and add ImageMeme | Nathan Perry | 2018-04-05 | 1 | -27/+36 |
| | | |||||
| * | restructure modules | Nathan Perry | 2018-04-04 | 6 | -479/+511 |
| | | |||||
| * | revamp database structure | Nathan Perry | 2018-04-04 | 2 | -25/+133 |
| | | |||||
| * | fix backoff | Nathan Perry | 2018-04-04 | 1 | -2/+0 |
| | | |||||
| * | add support for SIGINT/SIGTERM with ctrlc crate | Nathan Perry | 2018-04-04 | 1 | -26/+28 |
| | | |||||
| * | improve commands | Nathan Perry | 2018-04-04 | 1 | -14/+89 |
| | | | | | | | - 'play' command doubles as 'resume' if passed with no arguments - introduced 'volume' command that allows playback volume to be persistently set | ||||
| * | thulani plays without explicit play command | Nathan Perry | 2018-03-17 | 2 | -12/+32 |
| | | |||||
| * | upgrade dotenv and use dotenv! macro | Nathan Perry | 2018-03-17 | 2 | -2/+4 |
| | | |||||
| * | start adding in diesel | Nathan Perry | 2018-02-15 | 6 | -416/+529 |
| | | |||||
| * | remove color logging from file | Nathan Perry | 2018-02-14 | 1 | -9/+19 |
| | | |||||
| * | improve logging | Nathan Perry | 2018-02-14 | 1 | -3/+10 |
| | | |||||
| * | fix lock contention | Nathan Perry | 2018-02-14 | 1 | -51/+73 |
| | | |||||
| * | add some more trace statements | Nathan Perry | 2018-02-14 | 1 | -1/+5 |
| | | |||||
| * | add time to log format, include trace logs | Nathan Perry | 2018-02-14 | 1 | -2/+3 |
| | | |||||
| * | add trace | Nathan Perry | 2018-02-14 | 1 | -0/+3 |
| | | |||||
| * | remove default text channel | Nathan Perry | 2018-02-14 | 1 | -5/+5 |
| | | |||||
| * | add some more logging | Nathan Perry | 2018-02-14 | 2 | -3/+8 |
| | | |||||
| * | add after logging | Nathan Perry | 2018-02-14 | 1 | -4/+5 |
| | | |||||
| * | use fern for logging | Nathan Perry | 2018-02-14 | 1 | -3/+25 |
| | | |||||
| * | clean up some dependencies | Nathan Perry | 2018-02-14 | 1 | -3/+0 |
| | | |||||
| * | tone down anger | Nathan Perry | 2018-02-14 | 1 | -2/+2 |
| | | |||||
| * | thulani leaves when he is done playing | Nathan Perry | 2018-02-14 | 2 | -16/+18 |
| | | |||||
