aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* restricted prefixesNathan Perry2019-07-161-7/+64
|
* improved stats outputNathan Perry2019-03-291-1/+3
|
* switch over to pestNathan Perry2019-03-291-1/+2
|
* add reaction whenever playing audio and reaction to message failureNathan Perry2019-03-151-0/+4
|
* working versionNathan Perry2019-03-081-2/+1
|
* first pass with oauthNathan Perry2019-03-081-1/+22
|
* improve assoc of rollNathan Perry2019-03-041-0/+1
|
* initial rework of rolling frameworkNathan Perry2019-03-031-0/+4
|
* improve error handlingNathan Perry2019-03-031-1/+5
|
* add "time ago" formattingNathan Perry2019-03-031-0/+1
|
* fix newline problemNathan Perry2019-02-181-1/+1
|
* fix newline delimiter problemNathan Perry2019-02-181-0/+2
|
* encode/decode audio memes with ffmpeg to improve storageNathan Perry2019-02-181-1/+1
|
* use flate2 to compress audioNathan Perry2019-02-171-3/+4
|
* support audio memesNathan Perry2019-02-171-1/+1
|
* clean up project structureNathan Perry2019-02-161-2/+3
| | | | | - 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`.
* initial implementation of video start/end timesNathan Perry2019-02-151-1/+4
|
* improve imports further and fix compile warningsNathan Perry2019-01-241-5/+2
|
* improve importsNathan Perry2019-01-241-10/+12
|
* dockerizeNathan Perry2018-09-241-1/+1
|
* roll back to edition 2015 for editor supportNathan Perry2018-09-241-14/+35
|
* update for 2018 editionNathan Perry2018-08-131-18/+3
|
* update deps, prep for move to 2018 editionNathan Perry2018-08-131-2/+2
|
* support message deletion0.1.4Nathan Perry2018-05-031-0/+8
|
* maybe as far as we're going to go with clapNathan Perry2018-04-301-7/+8
|
* database-based memeing workingNathan Perry2018-04-071-38/+11
|
* minor changes, about to pull in serenity forkNathan Perry2018-04-071-1/+13
|
* database alteration in-flightNathan Perry2018-04-061-0/+4
|
* start to integrate db support with commandsNathan Perry2018-04-051-1/+6
|
* fix backoffNathan Perry2018-04-041-2/+0
|
* add support for SIGINT/SIGTERM with ctrlc crateNathan Perry2018-04-041-26/+28
|
* thulani plays without explicit play commandNathan Perry2018-03-171-1/+1
|
* upgrade dotenv and use dotenv! macroNathan Perry2018-03-171-1/+3
|
* start adding in dieselNathan Perry2018-02-151-0/+10
|
* remove color logging from fileNathan Perry2018-02-141-9/+19
|
* improve loggingNathan Perry2018-02-141-3/+10
|
* add time to log format, include trace logsNathan Perry2018-02-141-2/+3
|
* add some more loggingNathan Perry2018-02-141-3/+4
|
* 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
|
* improve documentationNathan Perry2018-02-141-1/+1
|
* initial commands implementedNathan Perry2018-02-141-25/+45
|
* working versionNathan Perry2018-02-131-8/+15
|
* first pass on initial functionalityNathan Perry2018-02-131-1/+125
|
* initial commitNathan Perry2018-02-131-0/+3