aboutsummaryrefslogtreecommitdiff
path: root/src/commands
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-172-4/+71
|
* restore fuck you conwayNathan Perry2019-02-161-1/+6
|
* clean up project structureNathan Perry2019-02-166-756/+235
| | | | | - 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-153-4/+362
|
* fix last of import inconsistenciesNathan Perry2019-01-243-19/+31
|
* improve imports further and fix compile warningsNathan Perry2019-01-245-31/+53
|
* improve importsNathan Perry2019-01-245-17/+37
|
* remove a couple of unused mut modifiersNathan Perry2018-08-132-2/+2
|
* update for 2018 editionNathan Perry2018-08-133-6/+7
|
* 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-012-9/+69
| | | | | - 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-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-304-209/+293
|
* fix/simplify rngNathan Perry2018-04-071-42/+17
|
* database-based memeing workingNathan Perry2018-04-074-99/+130
|
* 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-055-51/+216
|
* restructure modulesNathan Perry2018-04-045-0/+511