aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_api
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(deps): update rust crate tokio to 1.8.2Renovate Bot2021-07-191-1/+1
|
* fix(deps): update rust crate sysinfo to 0.19.2Renovate Bot2021-07-151-1/+1
|
* fix(deps): update rust crate sysinfo to 0.19.1Renovate Bot2021-07-081-1/+1
|
* fix(deps): update rust crate tokio to 1.8.1Renovate Bot2021-07-071-1/+1
|
* refactor(whirl_api): /api/v1/worlds/info default to empty string intead of ↵Fuwn2021-07-051-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 scopingFuwn2021-07-051-4/+10
|
* feat(whirl_api): /api/v1/worlds/info endpointFuwn2021-07-053-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 endpointFuwn2021-07-056-0/+71
| | | | | 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`Fuwn2021-07-031-1/+1
|
* style(crates): minor changes to crate descriptionsFuwn2021-07-021-1/+1
|
* fix(deps): update rust crate tokio to 1.8.0Renovate Bot2021-07-021-1/+1
|
* style(whirl_api): condense line (`cargo fmt`)Fuwn2021-07-011-3/+1
|
* refactor(whirl_api): use the existing `System` to grab uptime instead of ↵Fuwn2021-07-011-1/+1
| | | | constructing a new one
* fix(whirl_api): update sysinfo method calls for `0.19.0`Fuwn2021-07-011-5/+5
|
* fix(deps): update rust crate sysinfo to 0.19.0Renovate Bot2021-06-291-1/+1
|
* chore(global): remove unused `license-file` manifest keysFuwn2021-06-231-1/+0
|
* fix(deps): update rust crate tokio to 1.7.1Renovate Bot2021-06-181-1/+1
|
* fix(deps): update rust crate tokio to 1.7.0Renovate Bot2021-06-161-1/+1
|
* fix(deps): update rust crate tokio to 1.6.2Renovate Bot2021-06-151-1/+1
|
* style(global): fix license specFuwn2021-06-144-4/+4
|
* fix(global): doc styling for all cratesFuwn2021-06-101-0/+4
|
* style(global): replace double hyphens with long hyphensFuwn2021-06-071-2/+2
|
* refactor(global): update crate descriptionsFuwn2021-06-071-1/+1
|
* docs(whirl_api): document public functionsFuwn2021-06-061-0/+3
|
* fix(deps): update rust crate sysinfo to 0.18.2Renovate Bot2021-06-051-1/+1
|
* fix(deps): update rust crate sysinfo to 0.18.1Renovate Bot2021-06-031-1/+1
|
* fix(deps): update rust crate tokio to 1.6.1Renovate Bot2021-05-281-1/+1
|
* fix(global): a lot of clippy warningsFuwn2021-05-283-7/+32
| | | | This change makes clippy **a lot** more strict.
* refactor(global): move thread creation to respective cratesFuwn2021-05-262-0/+19
|
* style(whirl_api): remove singleton usesFuwn2021-05-261-2/+3
|
* fix(deps): update rust crate sysinfo to 0.18.0Renovate Bot2021-05-271-1/+1
|
* docs(global): spelling corrections, global docsFuwn2021-05-231-0/+2
|
* docs(crates): modify crate descriptions to fit their tasksFuwn2021-05-231-1/+1
|
* docs(global): add new documentationFuwn2021-05-231-0/+1
|
* refactor(global): move crates around, stricter module isolationFuwn2021-05-205-0/+134