| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(crates): update idioms | Fuwn | 2024-06-03 | 2 | -2/+3 |
| | | |||||
| * | format: rustfmt with new rules | Fuwn | 2024-06-03 | 4 | -23/+27 |
| | | |||||
| * | fix: bump rust and update accordinglyold | Fuwn | 2024-06-03 | 2 | -9/+2 |
| | | |||||
| * | chore(whirl_api): update axum finally | Fuwn | 2022-01-14 | 1 | -3/+4 |
| | | |||||
| * | fix: more localhost ips | Fuwn | 2021-12-22 | 1 | -1/+2 |
| | | |||||
| * | refactor(whirl_api): migrate to Axum | Fuwn | 2021-08-04 | 4 | -79/+70 |
| | | | | | | | 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): /api/v1/worlds/info default to empty string intead of ↵ | Fuwn | 2021-07-05 | 1 | -1/+1 |
| | | | | | | | | "null" When defaulting to "null", the API request would query for a user with the username "null", by querying for an empty string, no possible false information is provided. | ||||
| * | refactor(whirl_api): route scoping | Fuwn | 2021-07-05 | 1 | -4/+10 |
| | | |||||
| * | feat(whirl_api): /api/v1/worlds/info endpoint | Fuwn | 2021-07-05 | 3 | -0/+40 |
| | | | | | | 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 | 5 | -0/+67 |
| | | | | | | 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`. | ||||
| * | refactor(whirl_common): rename `seconds_to_hrtime` to `unixts_to_hrtime` | Fuwn | 2021-07-03 | 1 | -1/+1 |
| | | |||||
| * | style(whirl_api): condense line (`cargo fmt`) | Fuwn | 2021-07-01 | 1 | -3/+1 |
| | | |||||
| * | refactor(whirl_api): use the existing `System` to grab uptime instead of ↵ | Fuwn | 2021-07-01 | 1 | -1/+1 |
| | | | | | constructing a new one | ||||
| * | fix(whirl_api): update sysinfo method calls for `0.19.0` | Fuwn | 2021-07-01 | 1 | -5/+5 |
| | | |||||
| * | style(global): fix license spec | Fuwn | 2021-06-14 | 4 | -4/+4 |
| | | |||||
| * | 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 | 2 | -7/+31 |
| | | | | | This change makes clippy **a lot** more strict. | ||||
| * | refactor(global): move thread creation to respective crates | Fuwn | 2021-05-26 | 1 | -0/+15 |
| | | |||||
| * | style(whirl_api): remove singleton uses | Fuwn | 2021-05-26 | 1 | -2/+3 |
| | | |||||
| * | 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 | 4 | -0/+104 |