about summary refs log tree commit diff
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Added rudimentary caching to IndieAuth middlewareVika2021-05-051-2/+2
* Moved the client to /micropub/clientVika2021-05-051-4/+5
* Refactored the Redis instance spawning in tests to automatically kill RedisVika2021-05-051-27/+15
* Removed the in-memory database, it's dragging me downVika2021-05-051-11/+0
* Moved the Redis spawner to the Redis module where it belongs, refactored test...Vika2021-05-051-36/+61
* Clippy lintsVika2021-05-041-2/+2
* Refactored the database module and its testsVika2021-05-041-56/+44
* Initial commitVika2021-05-041-0/+276