summaryrefslogtreecommitdiff
path: root/src/setup/routes/test.rs
Commit message (Collapse)AuthorAge
* Rename `login` to `user` throughout the serverOwen Jacobson2025-03-23
|
* Restrict login names.Owen Jacobson2024-10-29
| | | | | | | | There's no good reason to use an empty string as your login name, or to use one so long as to annoy others. Names beginning or ending with whitespace, or containing runs of whitespace, are also a technical problem, so they're also prohibited. This change does not implement [UTS #39], as I haven't yet fully understood how to do so. [UTS #39]: https://www.unicode.org/reports/tr39/
* Tests for initial setupOwen Jacobson2024-10-24