aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* show invocations in statsNathan Perry2019-03-033-2/+58
|
* add "time ago" formattingNathan Perry2019-03-032-2/+23
|
* record meme invocationsNathan Perry2019-03-034-25/+121
|
* remove unused code, fixup importsNathan Perry2019-03-022-114/+0
|
* remove sql randomNathan Perry2019-03-021-2/+0
|
* add stats commandNathan Perry2019-03-023-8/+54
|
* should_audio only depends on whether users are listeningNathan Perry2019-02-211-1/+1
|
* fix meme command `audio_only` parameterNathan Perry2019-02-211-1/+1
|
* fix Context.currently_playingNathan Perry2019-02-211-6/+5
|
* audiomeme commandNathan Perry2019-02-213-6/+45
|
* improve randomizerNathan Perry2019-02-182-40/+30
|
* pad audio startup and trail with silenceNathan Perry2019-02-181-49/+92
|
* 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
|
* encode/decode audio memes with ffmpeg to improve storageNathan Perry2019-02-184-28/+97
|
* use flate2 to compress audioNathan Perry2019-02-174-40/+100
|
* 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-154-5/+366
|
* fix last of import inconsistenciesNathan Perry2019-01-243-19/+31
|
* improve imports further and fix compile warningsNathan Perry2019-01-248-398/+421
|
* 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
|