aboutsummaryrefslogtreecommitdiff
path: root/src/commands/meme.rs
Commit message (Collapse)AuthorAgeFilesLines
* clean up meme module and allow history size to be adjustedNathan Perry2019-03-291-487/+0
|
* add reaction whenever playing audio and reaction to message failureNathan Perry2019-03-151-9/+14
|
* fix silentmemeNathan Perry2019-03-091-1/+1
|
* add silentmeme commandNathan Perry2019-03-091-10/+23
|
* improve logging and user feedback for commandsNathan Perry2019-03-041-11/+62
|
* separate meme and general queuesNathan Perry2019-03-031-1/+1
|
* improve error handlingNathan Perry2019-03-031-13/+35
|
* show invocations in statsNathan Perry2019-03-031-1/+17
|
* add "time ago" formattingNathan Perry2019-03-031-2/+22
|
* record meme invocationsNathan Perry2019-03-031-25/+54
|
* add stats commandNathan Perry2019-03-021-2/+15
|
* 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
|
* audiomeme commandNathan Perry2019-02-211-6/+19
|
* improve randomizerNathan Perry2019-02-181-23/+5
|
* fix newline problemNathan Perry2019-02-181-11/+8
|
* set audio filesize limitNathan Perry2019-02-181-0/+1
|
* encode/decode audio memes with ffmpeg to improve storageNathan Perry2019-02-181-12/+37
|
* use flate2 to compress audioNathan Perry2019-02-171-9/+20
|
* support audio memesNathan Perry2019-02-171-4/+66
|
* clean up project structureNathan Perry2019-02-161-5/+5
| | | | | - 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-0/+2
|
* improve imports further and fix compile warningsNathan Perry2019-01-241-12/+20
|
* improve importsNathan Perry2019-01-241-4/+8
|
* update for 2018 editionNathan Perry2018-08-131-4/+5
|
* various command improvementsNathan Perry2018-06-011-8/+60
| | | | | - 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-031-3/+8
|
* add reactions, change add/recall meme structureNathan Perry2018-04-301-319/+43
|
* "fix" clap0.1.1Nathan Perry2018-04-301-62/+134
|
* maybe as far as we're going to go with clapNathan Perry2018-04-301-131/+224
|
* fix/simplify rngNathan Perry2018-04-071-42/+17
|
* database-based memeing workingNathan Perry2018-04-071-32/+61
|
* minor changes, about to pull in serenity forkNathan Perry2018-04-071-5/+21
|
* database alteration in-flightNathan Perry2018-04-061-1/+120
|
* handle lookup failuresNathan Perry2018-04-051-17/+28
|
* consolidate memes to one tableNathan Perry2018-04-051-61/+57
|
* start to integrate db support with commandsNathan Perry2018-04-051-0/+120