aboutsummaryrefslogtreecommitdiff
path: root/src/db/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* mostly fixedNathan Perry2019-11-171-0/+3
|
* most restructuring doneNathan Perry2019-11-171-9/+5
|
* write meme `query` commandNathan Perry2019-04-101-0/+45
|
* implement `memers` commandNathan Perry2019-04-091-0/+71
|
* report most popular random meme in statsNathan Perry2019-04-091-0/+20
|
* further clean up rare meme queryNathan Perry2019-03-301-12/+17
|
* improve rarememe query structure to use CTEsNathan Perry2019-03-301-24/+26
| | | | also corrected audio behavior
* fix rarememe query to count memes that have not been invoked at allNathan Perry2019-03-301-7/+7
|
* add rarememe commandNathan Perry2019-03-301-2/+58
|
* improved stats outputNathan Perry2019-03-291-3/+136
|
* add silentmeme commandNathan Perry2019-03-091-0/+21
|
* show invocations in statsNathan Perry2019-03-031-1/+40
|
* remove unused code, fixup importsNathan Perry2019-03-021-1/+0
|
* remove sql randomNathan Perry2019-03-021-2/+0
|
* add stats commandNathan Perry2019-03-021-0/+34
|
* audiomeme commandNathan Perry2019-02-211-0/+21
|
* improve randomizerNathan Perry2019-02-181-17/+25
|
* improve imports further and fix compile warningsNathan Perry2019-01-241-128/+129
|
* improve importsNathan Perry2019-01-241-5/+9
|
* various command improvementsNathan Perry2018-06-011-4/+15
| | | | | - 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-0/+50
|
* maybe as far as we're going to go with clapNathan Perry2018-04-301-36/+0
|
* fix/simplify rngNathan Perry2018-04-071-2/+2
|
* database-based memeing workingNathan Perry2018-04-071-2/+6
|
* database alteration in-flightNathan Perry2018-04-061-4/+21
|
* consolidate memes to one tableNathan Perry2018-04-051-27/+25
|
* start to integrate db support with commandsNathan Perry2018-04-051-26/+43
|
* start adding in dieselNathan Perry2018-02-151-0/+63