Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix kittybox-check-webmention CLI tool | Vika | 2024-08-26 | 1 | -1/+1 |
| | | | | Now it uses the same code as Kittybox itself. | ||||
* | Add HTTP fetcher cache | Vika | 2024-08-26 | 1 | -3/+3 |
| | | | | | | | It just does its thing in the background, potentially speeding up things. Maybe I could also use the underlying in-memory cache implementation (Moka) to speed up my database. I heard crates.io got some good results from that. | ||||
* | Migrate from axum::Extension to axum::extract::State | Vika | 2024-08-01 | 1 | -22/+17 |
| | | | | | This somehow allowed me to shrink the construction phase of Kittybox by a huge amount of code. | ||||
* | webmention: HTTP 202 shouldn't include Location URL | Vika | 2024-07-08 | 1 | -3/+1 |
| | |||||
* | Moved the entire Kittybox tree into the root | Vika | 2023-07-29 | 1 | -0/+195 |