aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * initial wav implNathan Perry2017-07-284-161/+2013
| | | * try own wav implNathan Perry2017-07-285-0/+308
| | | * some more updatesNathan Perry2017-07-273-32/+39
| | | * plenty of updates for todayNathan Perry2017-07-276-64/+249
| | | * move messagectx to its own fileNathan Perry2017-07-264-6/+213
| | | * restructure to cmdNathan Perry2017-07-263-31/+66
| | | * initial commitNathan Perry2017-07-263-0/+55
| | * initial commitscalaNathan Perry2016-04-305-0/+96
| * check for loop closepythonNathan Perry2017-07-261-1/+4
| * update depsNathan Perry2017-04-032-1/+3
| * some changesNathan Perry2016-05-221-21/+60
| * retryNathan Perry2016-04-301-12/+15
| * hopefully stabilize by catching exceptionsNathan Perry2016-04-272-2/+27
| * a few misc. fixes; show time played vs total duration on queue/list commandNathan Perry2016-04-151-4/+35
| * temporary fix for event loop shenanigansNathan Perry2016-04-142-22/+50
| * ugly SIGINT handling and clean up enqueue_videoNathan Perry2016-04-141-5/+8
| * use python 3.5 async/awaitNathan Perry2016-04-142-45/+35
| * srv.py -> bot.pyNathan Perry2016-04-141-0/+0
| * simplify functionsNathan Perry2016-04-101-42/+42
| * reworked significantlyNathan Perry2016-04-103-64/+202
| * basic working botNathan Perry2016-04-091-0/+121
| * Initial commitNathan Perry2016-04-092-0/+83
* restructure modulesNathan Perry2018-04-046-479/+511
* revamp database structureNathan Perry2018-04-046-61/+224
* fix backoffNathan Perry2018-04-041-2/+0
* add support for SIGINT/SIGTERM with ctrlc crateNathan Perry2018-04-043-26/+53
* improve commandsNathan Perry2018-04-041-14/+89
* add example envNathan Perry2018-03-211-0/+5
* thulani plays without explicit play commandNathan Perry2018-03-174-16/+38
* upgrade dotenv and use dotenv! macroNathan Perry2018-03-174-16/+120
* start adding in dieselNathan Perry2018-02-1512-416/+626
* remove color logging from fileNathan Perry2018-02-141-9/+19
* improve loggingNathan Perry2018-02-144-7/+13
* 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-143-15/+50
* clean up some dependenciesNathan Perry2018-02-142-4/+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-134-135/+39