aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* db: eliminate diesel_async_migrationsNathan Perry2025-12-181-4/+4
| | | | | | | | Use normal diesel_migrations instead with diesel_async's `migrations` feature, as diesel_async_migrations hasn't been updated to recent diesel. Requires us to switch to an atomic to manually implement the Once behavior and run it synchronously (internally calls tokio::task::block_in_place). Shouldn't be an issue as it's single-shot.
* tag v0.4.1v0.4.1Nathan Perry2025-12-171-1/+1
|
* bump all depsNathan Perry2025-12-171-14/+11
|
* update poise to not use custom forkNathan Perry2025-12-171-1/+1
|
* clippy fixesNathan Perry2025-12-171-1/+1
|
* fill in queued playback infoNathan Perry2024-08-161-0/+4
|
* restore support for volume commandsNathan Perry2024-08-161-1/+2
|
* repo: overhaul for multitenancyNathan Perry2024-08-161-0/+4
|
* rework logging to use tracing via grateNathan Perry2024-08-161-2/+3
|
* windows: start postgres svc if not runningNathan Perry2024-08-161-1/+6
|
* split calc into separate subcrateNathan Perry2024-08-071-8/+21
|
* fix long memersNathan Perry2024-08-061-2/+1
|
* bump to 0.3.0v0.3.0Nathan Perry2024-08-061-1/+1
|
* remove typemap depNathan Perry2024-08-061-1/+0
|
* first pass convert to poiseNathan Perry2024-08-061-0/+15
|
* db: fixup a few trailing issuesNathan Perry2024-05-111-1/+1
|
* wipNathan Perry2024-05-101-8/+14
|
* fixups: memes workingNathan Perry2024-05-081-0/+1
|
* rework to use songbirdNathan Perry2024-05-081-2/+3
|
* update all depsNathan Perry2024-05-081-35/+36
|
* db: run migrations in db connect, upgrade dieselNathan Perry2022-11-281-2/+3
|
* rust: update dependenciesNathan Perry2022-11-281-2/+2
|
* fix serenity git depNathan Perry2021-11-031-1/+2
|
* update, add omenNathan Perry2021-11-031-3/+3
|
* specfy branch in git dep for offline buildNathan Perry2021-01-231-0/+1
|
* move configuration into envconfigNathan Perry2020-06-201-1/+2
|
* fix user id parsingNathan Perry2020-06-201-1/+1
|
* drop unused depNathan Perry2019-11-171-1/+0
|
* mostly fixedNathan Perry2019-11-171-0/+2
|
* most restructuring doneNathan Perry2019-11-171-2/+3
|
* improved stats outputNathan Perry2019-03-291-1/+4
|
* switch over to pestNathan Perry2019-03-291-1/+2
|
* working versionNathan Perry2019-03-081-2/+1
|
* first pass with oauthNathan Perry2019-03-081-1/+5
|
* initial rework of rolling frameworkNathan Perry2019-03-031-0/+2
|
* add "time ago" formattingNathan Perry2019-03-031-0/+1
|
* update dependenciesNathan Perry2019-03-021-18/+16
|
* encode/decode audio memes with ffmpeg to improve storageNathan Perry2019-02-181-1/+0
|
* use flate2 to compress audioNathan Perry2019-02-171-0/+1
|
* initial implementation of video start/end timesNathan Perry2019-02-151-3/+6
|
* upgrade depsNathan Perry2018-12-241-17/+17
|
* roll back to edition 2015 for editor supportNathan Perry2018-09-241-3/+0
|
* bump version to 0.1.60.1.6Nathan Perry2018-08-131-1/+1
|
* update deps, prep for move to 2018 editionNathan Perry2018-08-131-1/+4
|
* add a roll command, relax semver requirements on dependenciesNathan Perry2018-06-011-7/+7
|
* various command improvementsNathan Perry2018-06-011-1/+1
| | | | | - 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-1/+1
|
* add reactions, change add/recall meme structureNathan Perry2018-04-301-1/+1
|
* update volume command0.1.2Nathan Perry2018-04-301-1/+1
|
* "fix" clap0.1.1Nathan Perry2018-04-301-1/+1
|