summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * Naming improvements c/o KitOwen Jacobson2025-04-23
| * When booting a session, retry every five seconds if unable to send the request.Owen Jacobson2025-04-22
* | Show newly-created or never-read channels as unread, not fully read.Owen Jacobson2025-04-23
|\ \
| * | Show never-read channels as unread, not fully read.Owen Jacobson2025-04-23
|/ /
| |
| \
*-. \ * Adjust the contrast of the active and hovered items in the channel sidebar.Owen Jacobson2025-04-23
|\ \ \ | |_|/ |/| |
| | * Force the text colour for links in the channel list to something with decent ...Owen Jacobson2025-04-21
| |/ |/|
| * Remove trailing spaceKit La Touche2025-04-22
| * Add the following attributes to all markdown-generated links:Owen Jacobson2025-04-21
|/
* Use a heartbeat to allow the client to reconnect after network failures.Owen Jacobson2025-04-10
|\
| * Restart the event connection if heartbeats stop showing up.Owen Jacobson2025-04-08
| * Heartbeats are part of the event protocol.Owen Jacobson2025-04-08
|/
* 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