| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bump to 0.3.0v0.3.0 | Nathan Perry | 2024-08-06 | 2 | -2/+2 |
| | | |||||
| * | flake: add thulani package to environment.systemPackages | Nathan Perry | 2024-08-06 | 1 | -0/+4 |
| | | |||||
| * | remove typemap dep | Nathan Perry | 2024-08-06 | 2 | -26/+0 |
| | | |||||
| * | write batch_delmeme | Nathan Perry | 2024-08-06 | 4 | -42/+139 |
| | | |||||
| * | fixup unknown command, document commands | Nathan Perry | 2024-08-06 | 13 | -109/+234 |
| | | |||||
| * | roll: fixup for pratt parser | Nathan Perry | 2024-08-06 | 1 | -14/+12 |
| | | |||||
| * | db: don't log db url | Nathan Perry | 2024-08-06 | 1 | -1/+0 |
| | | |||||
| * | remove restart loop | Nathan Perry | 2024-08-06 | 2 | -50/+2 |
| | | |||||
| * | first pass convert to poise | Nathan Perry | 2024-08-06 | 19 | -836/+1156 |
| | | |||||
| * | whitespace fix | Nathan Perry | 2024-05-11 | 1 | -1/+1 |
| | | |||||
| * | !thulani hist | Nathan Perry | 2024-05-11 | 1 | -0/+1 |
| | | |||||
| * | db: fixup a few trailing issues | Nathan Perry | 2024-05-11 | 3 | -15/+22 |
| | | |||||
| * | db: fixup build, async-await | Nathan Perry | 2024-05-11 | 9 | -160/+218 |
| | | |||||
| * | wip | Nathan Perry | 2024-05-10 | 8 | -263/+238 |
| | | |||||
| * | bump rust-overlay | Nathan Perry | 2024-05-08 | 2 | -4/+4 |
| | | |||||
| * | clippy fixes | Nathan Perry | 2024-05-08 | 9 | -258/+270 |
| | | |||||
| * | fixups: memes working | Nathan Perry | 2024-05-08 | 11 | -165/+377 |
| | | |||||
| * | rework to use songbird | Nathan Perry | 2024-05-08 | 23 | -1532/+853 |
| | | |||||
| * | update all deps | Nathan Perry | 2024-05-08 | 24 | -2195/+2910 |
| | | |||||
| * | nix: bump to 23.11, pkgconfig -> pkg-config | Nathan Perry | 2023-12-07 | 2 | -17/+35 |
| | | |||||
| * | bot: fix omen commands | Nathan Perry | 2022-12-02 | 1 | -1/+3 |
| | | |||||
| * | build: add build.rs to capture if migrations change | Nathan Perry | 2022-11-30 | 1 | -0/+3 |
| | | |||||
| * | nixos: shellcheck dbinit.sh | Nathan Perry | 2022-11-30 | 1 | -4/+17 |
| | | |||||
| * | fs: log results of loading user_id_mapping and restrict.json | Nathan Perry | 2022-11-30 | 2 | -4/+12 |
| | | |||||
| * | nix: include host in DATABASE_URL | Nathan Perry | 2022-11-30 | 1 | -1/+1 |
| | | |||||
| * | nix: move init script to file | Nathan Perry | 2022-11-30 | 2 | -40/+103 |
| | | |||||
| * | ytdl: trace error | Nathan Perry | 2022-11-29 | 1 | -0/+1 |
| | | |||||
| * | nix: name dbinit script | Nathan Perry | 2022-11-29 | 1 | -1/+1 |
| | | |||||
| * | nix: fix psql expressions | Nathan Perry | 2022-11-29 | 1 | -4/+4 |
| | | |||||
| * | nix: ensure ownership on start | Nathan Perry | 2022-11-29 | 3 | -2/+21 |
| | | |||||
| * | fs: parameterize remote references | Nathan Perry | 2022-11-29 | 6 | -11/+41 |
| | | |||||
| * | nixos module: drop unpopulated environment fields | Nathan Perry | 2022-11-29 | 1 | -3/+0 |
| | | |||||
| * | chrono: use hms_opt | Nathan Perry | 2022-11-28 | 2 | -3/+3 |
| | | |||||
| * | db/diesel: drop old table annotation syntax | Nathan Perry | 2022-11-28 | 1 | -14/+14 |
| | | |||||
| * | hydra: add job | Nathan Perry | 2022-11-28 | 1 | -0/+2 |
| | | |||||
| * | nix: write nixos test configuration | Nathan Perry | 2022-11-28 | 4 | -55/+144 |
| | | | | | | | | - 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 | ||||
| * | db: drop setup script | Nathan Perry | 2022-11-28 | 1 | -8/+0 |
| | | |||||
| * | db: run migrations in db connect, upgrade diesel | Nathan Perry | 2022-11-28 | 9 | -74/+173 |
| | | |||||
| * | nix: write nixos module | Nathan Perry | 2022-11-28 | 1 | -29/+190 |
| | | |||||
| * | rust: update dependencies | Nathan Perry | 2022-11-28 | 3 | -557/+1064 |
| | | |||||
| * | nix: switch from mozilla-overlay to rust-overlay | Nathan Perry | 2022-11-28 | 2 | -32/+42 |
| | | |||||
| * | nix: upgrade dependencies and flake output conventions | Nathan Perry | 2022-11-28 | 2 | -46/+44 |
| | | |||||
| * | fix serenity git dep | Nathan Perry | 2021-11-03 | 2 | -3/+4 |
| | | |||||
| * | actually add omen | Nathan Perry | 2021-11-03 | 1 | -0/+1 |
| | | |||||
| * | fixups | Nathan Perry | 2021-11-03 | 2 | -2/+1 |
| | | |||||
| * | update, add omen | Nathan Perry | 2021-11-03 | 7 | -25/+27 |
| | | |||||
| * | buildInputs -> nativeBuildInputs | Nathan Perry | 2021-01-23 | 1 | -10/+5 |
| | | |||||
| * | builds ok | Nathan Perry | 2021-01-23 | 5 | -122/+107 |
| | | |||||
| * | specfy branch in git dep for offline build | Nathan Perry | 2021-01-23 | 2 | -2/+2 |
| | | |||||
| * | modulo naersk issue, it builds | Nathan Perry | 2021-01-23 | 2 | -4/+13 |
| | | |||||
