summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Remove stray debug outputOwen Jacobson2025-04-04
* Merge branch 'prop/minor-cleanups'Owen Jacobson2025-04-03
|\
| * Hopefully make the "no control characters" criterion for names easier to follow.Owen Jacobson2025-03-24
| * The label used to mask "Secret" strings in 357116366c1307bedaac6a3dfe9c5ed8e0...Owen Jacobson2025-03-24
* | Merge branch 'prop/rename-login-to-user'Owen Jacobson2025-04-03
|\ \
| * | Rename a bunch of straggler references to `login`.Owen Jacobson2025-03-24
| * | Rename `login` to `user` in the client.Owen Jacobson2025-03-24
| * | 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
| |/
* / Decode stored channel state as JSON. (Oops.)Owen Jacobson2025-04-03
|/
* 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