| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(whirl_api): migrate to Axum | Fuwn | 2021-08-04 | 1 | -37/+16 |
| | | | | | | | The Tokio group recently released a new web-framework called Axum, and being that almost every aspect of Whirl harnesses Tokio's pre-existing libraries; I think it's more fitting to migrate the web-server over to a Tokio-based one as well! | ||||
| * | refactor(whirl_api): route scoping | Fuwn | 2021-07-05 | 1 | -4/+10 |
| | | |||||
| * | feat(whirl_api): /api/v1/worlds/info endpoint | Fuwn | 2021-07-05 | 1 | -0/+1 |
| | | | | | | An endpoint for grabbing user profile information. Example usage: https://api.whirlsplash.org/api/v1/worlds/info?username=fuwn will return *a lot of information*. | ||||
| * | feat(whirl_api): /api/v1/worlds/vip endpoint | Fuwn | 2021-07-05 | 1 | -0/+1 |
| | | | | | | An endpoint for checking if a given user has VIP status at the time of request. Example usage: https://api.whirlsplash.org/api/v1/worlds/vip?username=fuwn will return `false`. | ||||
| * | style(global): fix license spec | Fuwn | 2021-06-14 | 1 | -1/+1 |
| | | |||||
| * | fix(global): doc styling for all crates | Fuwn | 2021-06-10 | 1 | -0/+4 |
| | | |||||
| * | style(global): replace double hyphens with long hyphens | Fuwn | 2021-06-07 | 1 | -2/+2 |
| | | |||||
| * | docs(whirl_api): document public functions | Fuwn | 2021-06-06 | 1 | -0/+3 |
| | | |||||
| * | fix(global): a lot of clippy warnings | Fuwn | 2021-05-28 | 1 | -4/+25 |
| | | | | | This change makes clippy **a lot** more strict. | ||||
| * | refactor(global): move thread creation to respective crates | Fuwn | 2021-05-26 | 1 | -0/+15 |
| | | |||||
| * | docs(global): spelling corrections, global docs | Fuwn | 2021-05-23 | 1 | -0/+2 |
| | | |||||
| * | docs(global): add new documentation | Fuwn | 2021-05-23 | 1 | -0/+1 |
| | | |||||
| * | refactor(global): move crates around, stricter module isolation | Fuwn | 2021-05-20 | 1 | -0/+46 |