summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update the API docs to describe `user`s, not `login`s.Owen Jacobson2025-03-23
* Rename `login` to `user` throughout the serverOwen Jacobson2025-03-23
* Change the prefix for newly-generated user IDs to `U`, for `User`.Owen Jacobson2025-03-23
* Rename the `login` module to `user`.Owen Jacobson2025-03-23
* Rename `user` to `login` at the database.Owen Jacobson2025-03-23
* Expire messages after 30 days.Owen Jacobson2025-03-23
* Merge branch 'prop/restartable-state'Owen Jacobson2025-03-23
|\
| * Track state on a per-session basis, rather than via globals.Owen Jacobson2025-02-26
| * Split Markdown rendering out into its own JS module.Owen Jacobson2025-02-25
|/
* Merge remote-tracking branch 'origin/prop/fix-scroll'Owen Jacobson2025-02-25
|\
| * Don't scroll all the time as messages are addedKit La Touche2025-02-25
* | Remove forced `are you sure` prompt when navigating away.Owen Jacobson2025-02-25
|/
* Merge branch 'prop/preserve-state'Owen Jacobson2025-02-24
|\
| * npm run fmtOwen Jacobson2025-02-24
| * Move constant closer to usageOwen Jacobson2025-02-24
| * Only redirect to last active channel off of /Kit La Touche2025-02-21
| * Merge branch 'main' into prop/preserve-stateKit La Touche2025-02-21
| |\
| * | Only check for message visibility while a channel is actually attached to the...Owen Jacobson2025-02-20
| * | Remove explanatory commentKit La Touche2025-02-20
| * | Remember last active channel and navigate there on root loadKit La Touche2025-02-20
| * | Separate channel metadata out into its own storeKit La Touche2025-02-20
| * | Merge local channel data and remote to maintain stateKit La Touche2025-02-20
* | | Merge branch 'prop/global-state-at-top-level'Owen Jacobson2025-02-24
|\ \ \ | |_|/ |/| |
| * | Hoist global state access out of individual components.Owen Jacobson2025-02-21
|/ /
* | Ensure `must_use` warnings fire even after results are unwrapped.Owen Jacobson2025-02-21
* | Remove stray importsOwen Jacobson2025-02-21
* | Retire use of $page store in favour of Sv5 page stateOwen Jacobson2025-02-21
* | Be a little more pedantic about constant str ref lifetimesOwen Jacobson2025-02-21
* | Reorder impl to match traitOwen Jacobson2025-02-21
* | Add missing awaits on goto() callsOwen Jacobson2025-02-21
* | Fix invalid JSONOwen Jacobson2025-02-21
* | Be a bit more careful with the nesting of anchors and list items.Owen Jacobson2025-02-21
* | Remove unused type attribute on textareaOwen Jacobson2025-02-21
* | Remove duplicate `content` hack from reset.Owen Jacobson2025-02-21
* | Provide fallback generic fonts for our custom fontsOwen Jacobson2025-02-21
* | Remove nonexistent CSS variableOwen Jacobson2025-02-21
* | Remove references to nonexistent italic variants of FiraCodeOwen Jacobson2025-02-21
* | Write down a brief mission blurb.Owen Jacobson2025-02-21
* | Split "set up the event source" and "apply events to state" from one another.Owen Jacobson2025-02-21
* | Upgrade to Rust 1.85 and Rust 2024 edition.Owen Jacobson2025-02-20
* | Use axios to compute event stream URL, why not.Owen Jacobson2025-02-20
* | We no longer need async-trait.Owen Jacobson2025-02-20
* | Remove the last lingering Svelte4-style event bindings.Owen Jacobson2025-02-20
* | Let Svelte's `$derived` handling figure out update ordering for the channels ...Owen Jacobson2025-02-20
* | Upgrade to latest thiserrorOwen Jacobson2025-02-19
* | Upgrade Axum to 0.8.1.Owen Jacobson2025-02-19
|/
* Upgrade sqlx to latest.Owen Jacobson2025-02-18
* Mass-upgrade Rust dependenciesOwen Jacobson2025-02-18
* Mass update JS dependencies.Owen Jacobson2025-02-18
* npm formatOwen Jacobson2025-02-15