aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* windows: minor stylistic cleanupHEADmasterNathan Perry2025-12-181-3/+1
|
* db: eliminate diesel_async_migrationsNathan Perry2025-12-181-33/+55
| | | | | | | | 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.
* bump all depsNathan Perry2025-12-175-40/+22
|
* update poise to not use custom forkNathan Perry2025-12-172-25/+20
|
* clippy fixesNathan Perry2025-12-1710-125/+123
|
* fix check lintsNathan Perry2025-12-173-8/+7
|
* nix: update to 25.11, switch to craneNathan Perry2025-12-171-1/+0
|
* today: prefix commandNathan Perry2024-08-171-1/+1
|
* stats: fix copy-paste error in randomNathan Perry2024-08-171-1/+1
|
* fix rarememe, quiet playback gc logsNathan Perry2024-08-172-8/+16
|
* fixup bin/Nathan Perry2024-08-172-6/+2
|
* do playback info gcNathan Perry2024-08-171-20/+74
|
* fix stats and playback queueNathan Perry2024-08-178-94/+268
|
* fill in queued playback infoNathan Perry2024-08-163-14/+73
|
* restore support for volume commandsNathan Perry2024-08-1614-132/+206
|
* repo: overhaul for multitenancyNathan Perry2024-08-1616-303/+724
|
* tracing: use fields rather than interpolationNathan Perry2024-08-1613-52/+61
|
* rework logging to use tracing via grateNathan Perry2024-08-1617-163/+115
|
* repo: apply rustfmtNathan Perry2024-08-169-55/+31
|
* windows: windows_util -> util::windowsNathan Perry2024-08-164-13/+13
|
* windows: stop postgres if we started itNathan Perry2024-08-162-35/+102
|
* better unrecognized handling, more expressive react/unreact indicatorsNathan Perry2024-08-167-35/+81
|
* fix required command optionsNathan Perry2024-08-167-43/+33
|
* windows: start postgres svc if not runningNathan Perry2024-08-163-0/+138
|
* split calc into separate subcrateNathan Perry2024-08-079-321/+37
|
* fix long memersNathan Perry2024-08-061-4/+24
|
* fix dotenv issueNathan Perry2024-08-061-1/+2
|
* write batch_delmemeNathan Perry2024-08-064-42/+139
|
* fixup unknown command, document commandsNathan Perry2024-08-0613-109/+234
|
* roll: fixup for pratt parserNathan Perry2024-08-061-14/+12
|
* db: don't log db urlNathan Perry2024-08-061-1/+0
|
* remove restart loopNathan Perry2024-08-061-49/+2
|
* first pass convert to poiseNathan Perry2024-08-0617-831/+749
|
* whitespace fixNathan Perry2024-05-111-1/+1
|
* !thulani histNathan Perry2024-05-111-0/+1
|
* db: fixup a few trailing issuesNathan Perry2024-05-111-14/+20
|
* db: fixup build, async-awaitNathan Perry2024-05-119-160/+218
|
* wipNathan Perry2024-05-105-87/+124
|
* clippy fixesNathan Perry2024-05-089-258/+270
|
* fixups: memes workingNathan Perry2024-05-089-165/+210
|
* rework to use songbirdNathan Perry2024-05-0821-1340/+829
|
* update all depsNathan Perry2024-05-0821-712/+937
|
* bot: fix omen commandsNathan Perry2022-12-021-1/+3
|
* fs: log results of loading user_id_mapping and restrict.jsonNathan Perry2022-11-302-4/+12
|
* ytdl: trace errorNathan Perry2022-11-291-0/+1
|
* nix: ensure ownership on startNathan Perry2022-11-292-2/+12
|
* fs: parameterize remote referencesNathan Perry2022-11-296-11/+41
|
* chrono: use hms_optNathan Perry2022-11-282-3/+3
|
* db/diesel: drop old table annotation syntaxNathan Perry2022-11-281-14/+14
|
* nix: write nixos test configurationNathan Perry2022-11-283-19/+26
| | | | | | | - filter rust sources to avoid spurious rebuilds - fix accidental circular reference in nix flake - fix postgres startup scripts and behavior - thulani logger doesn't log to file by default