about summary refs log tree commit diff
path: root/kittybox-rs/src/webmentions/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* webmentions: check webmentions and save them to the databaseVika2023-07-221-6/+79
* cargo update, part 2: AxumVika2023-07-171-1/+1
* webmentions/queue: move JobQueue trait into kittybox-utilVika2023-07-091-1/+3
* webmentions/supervisor: ability to cancel a background taskVika2023-07-091-13/+54
* webmentions/queue: give up on an item after 5 attemptsVika2023-07-091-0/+4
* WIP: incoming webmention supportVika2023-07-091-0/+75