aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* restructure play_queueNathan Perry2019-02-181-58/+69
|
* fix newline problemNathan Perry2019-02-182-12/+9
|
* set audio filesize limitNathan Perry2019-02-181-0/+1
|
* fix newline delimiter problemNathan Perry2019-02-181-0/+2
|
*-. noop-merge mp3 and opus-attempt into masterNathan Perry2019-02-180-0/+0
|\ \
| | * try using opusNathan Perry2019-02-176-19/+90
| | |
| * | initial mp3 attemptNathan Perry2019-02-176-28/+168
| |/
* / encode/decode audio memes with ffmpeg to improve storageNathan Perry2019-02-186-30/+97
|/
* use flate2 to compress audioNathan Perry2019-02-176-40/+102
|
* support audio memesNathan Perry2019-02-177-13/+81
|
* restore fuck you conwayNathan Perry2019-02-161-1/+6
|
* clean up project structureNathan Perry2019-02-1610-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 importsNathan Perry2019-02-151-25/+17
|
* initial implementation of video start/end timesNathan Perry2019-02-156-8/+386
|
* fix last of import inconsistenciesNathan Perry2019-01-243-19/+31
|
* improve imports further and fix compile warningsNathan Perry2019-01-249-824/+727
|
* improve importsNathan Perry2019-01-248-34/+62
|
* update depsNathan Perry2018-12-251-25/+190
|
* upgrade depsNathan Perry2018-12-242-509/+669
|
* dockerizeNathan Perry2018-09-247-1/+84
|
* roll back to edition 2015 for editor supportNathan Perry2018-09-243-548/+717
|
* bump version to 0.1.60.1.6Nathan Perry2018-08-131-1/+1
|
* 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-133-44/+21
|
* fix roll for multiple dice0.1.5Nathan Perry2018-06-011-1/+1
|
* add a roll command, relax semver requirements on dependenciesNathan Perry2018-06-014-13/+78
|
* various command improvementsNathan Perry2018-06-016-15/+96
| | | | | - 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-039-5/+107
|
* add reactions, change add/recall meme structureNathan Perry2018-04-304-328/+68
|
* update volume command0.1.2Nathan Perry2018-04-304-5/+8
|
* "fix" clap0.1.1Nathan Perry2018-04-303-64/+136
|
* maybe as far as we're going to go with clapNathan Perry2018-04-309-394/+525
|
* fix/simplify rngNathan Perry2018-04-072-44/+19
|
* database-based memeing workingNathan Perry2018-04-0713-163/+244
|
* 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-069-9/+806
|
* handle lookup failuresNathan Perry2018-04-051-17/+28
|
* consolidate memes to one tableNathan Perry2018-04-056-168/+202
|
* start to integrate db support with commandsNathan Perry2018-04-0510-214/+530
|
* reorganize models and add ImageMemeNathan Perry2018-04-051-27/+36
|
* add image/audio unique indexesNathan Perry2018-04-052-0/+6
|
* add MIT licenseNathan Perry2018-04-051-0/+21
|
*---. merge and drop outdated python, go, and scala implementationsNathan Perry2018-04-050-0/+0
|\ \ \
| | | * working on adding playback commandsgoNathan Perry2017-07-297-74/+114
| | | |
| | | * video enqueue worksNathan Perry2017-07-293-9/+9
| | | |
| | | * simplify furtherNathan Perry2017-07-291-50/+25
| | | |
| | | * first refactoring passNathan Perry2017-07-292-100/+64
| | | |
| | | * refactor worksNathan Perry2017-07-296-138/+105
| | | |