aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* improve importsNathan Perry2019-01-248-34/+62
|
* dockerizeNathan Perry2018-09-241-1/+1
|
* roll back to edition 2015 for editor supportNathan Perry2018-09-241-14/+35
|
* remove a couple of unused mut modifiersNathan Perry2018-08-132-2/+2
|
* update for 2018 editionNathan Perry2018-08-135-25/+11
|
* update deps, prep for move to 2018 editionNathan Perry2018-08-131-2/+2
|
* fix roll for multiple dice0.1.5Nathan Perry2018-06-011-1/+1
|
* add a roll command, relax semver requirements on dependenciesNathan Perry2018-06-012-0/+65
|
* various command improvementsNathan Perry2018-06-014-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.4Nathan Perry2018-05-035-3/+97
|
* add reactions, change add/recall meme structureNathan Perry2018-04-302-319/+59
|
* update volume command0.1.2Nathan Perry2018-04-302-3/+6
|
* "fix" clap0.1.1Nathan Perry2018-04-301-62/+134
|
* maybe as far as we're going to go with clapNathan Perry2018-04-306-252/+301
|
* fix/simplify rngNathan Perry2018-04-072-44/+19
|
* database-based memeing workingNathan Perry2018-04-078-140/+152
|
* minor changes, about to pull in serenity forkNathan Perry2018-04-072-6/+34
|
* fix struct orderNathan Perry2018-04-061-4/+4
|
* database alteration in-flightNathan Perry2018-04-065-9/+251
|
* handle lookup failuresNathan Perry2018-04-051-17/+28
|
* consolidate memes to one tableNathan Perry2018-04-054-168/+142
|
* start to integrate db support with commandsNathan Perry2018-04-058-93/+304
|
* reorganize models and add ImageMemeNathan Perry2018-04-051-27/+36
|
* restructure modulesNathan Perry2018-04-046-479/+511
|
* revamp database structureNathan Perry2018-04-042-25/+133
|
* fix backoffNathan Perry2018-04-041-2/+0
|
* add support for SIGINT/SIGTERM with ctrlc crateNathan Perry2018-04-041-26/+28
|
* improve commandsNathan Perry2018-04-041-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 commandNathan Perry2018-03-172-12/+32
|
* upgrade dotenv and use dotenv! macroNathan Perry2018-03-172-2/+4
|
* start adding in dieselNathan Perry2018-02-156-416/+529
|
* remove color logging from fileNathan Perry2018-02-141-9/+19
|
* improve loggingNathan Perry2018-02-141-3/+10
|
* fix lock contentionNathan Perry2018-02-141-51/+73
|
* add some more trace statementsNathan Perry2018-02-141-1/+5
|
* add time to log format, include trace logsNathan Perry2018-02-141-2/+3
|
* add traceNathan Perry2018-02-141-0/+3
|
* remove default text channelNathan Perry2018-02-141-5/+5
|
* add some more loggingNathan Perry2018-02-142-3/+8
|
* add after loggingNathan Perry2018-02-141-4/+5
|
* use fern for loggingNathan Perry2018-02-141-3/+25
|
* clean up some dependenciesNathan Perry2018-02-141-3/+0
|
* tone down angerNathan Perry2018-02-141-2/+2
|
* thulani leaves when he is done playingNathan Perry2018-02-142-16/+18
|
* improve documentationNathan Perry2018-02-142-12/+41
|
* improve list slightlyNathan Perry2018-02-141-2/+2
|
* fully working implementationNathan Perry2018-02-141-37/+38
|
* start work on polling threadNathan Perry2018-02-141-31/+84
|
* initial commands implementedNathan Perry2018-02-143-31/+316
|
* working versionNathan Perry2018-02-132-24/+39
|