summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Move the `/ch` channel view to `/c` (for conversation).Owen Jacobson2025-07-03
* Replace `channel` with `conversation` throughout the API.Owen Jacobson2025-07-03
* Rename "channel" to "conversation" within the server.Owen Jacobson2025-07-03
* Rename "channel" to "conversation" in the database.Owen Jacobson2025-07-03
* Prevent sending messages to deleted channels.Owen Jacobson2025-07-03
* Sending messages to a deleted channel should send to the deleted channel's ID...Owen Jacobson2025-07-01
* Send back the current state as events, not snapshots, during client boot.ojacobson2025-07-01
|\
| * Remove the snapshot fields from `/api/boot`.Owen Jacobson2025-06-20
| * Include historical events in the boot response.Owen Jacobson2025-06-20
| * Support querying event sequences via iterators or streams.Owen Jacobson2025-06-20
| * Hoist heartbeat configuration out to the web handler.Owen Jacobson2025-06-20
* | Remove misleading and long-since stale "panic" notes.Owen Jacobson2025-06-23
* | Remove a stray reference to users being called "logins."Owen Jacobson2025-06-23
|/
* Handlers are _named operations_, which can be exposed via routes.Owen Jacobson2025-06-18
* Reorganize and consolidate HTTP routes.Owen Jacobson2025-06-18
* Fix stray reference to a nonexistent file.Owen Jacobson2025-06-18
* Use a fluent style for the middleware layers.Owen Jacobson2025-06-17
* Unify `setup_required` middlewares.Owen Jacobson2025-06-17
* tools/reformatOwen Jacobson2025-06-11
* Fix a couple of stray `clippy` lints.ojacobson2025-05-30
|\
| * Fix a couple of stray `clippy` lints.Owen Jacobson2025-05-27
* | Build the Sveltekit UI into Cargo's OUT_DIR.Owen Jacobson2025-05-28
|/
* Remove a bunch of clippy suppressions.Owen Jacobson2025-05-21
* Make creation time an intrinsic fact about channels, the way it is for events.Owen Jacobson2025-05-13
* Heartbeats are part of the event protocol.Owen Jacobson2025-04-08
* 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
* | Rename a bunch of straggler references to `login`.Owen Jacobson2025-03-24
* | 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
* Ensure `must_use` warnings fire even after results are unwrapped.Owen Jacobson2025-02-21
* Be a little more pedantic about constant str ref lifetimesOwen Jacobson2025-02-21
* Reorder impl to match traitOwen Jacobson2025-02-21
* Upgrade to Rust 1.85 and Rust 2024 edition.Owen Jacobson2025-02-20
* Upgrade to latest thiserrorOwen Jacobson2025-02-19
* Upgrade Axum to 0.8.1.Owen Jacobson2025-02-19
* Merge branch 'main' into prop/shorter-expiryKit La Touche2024-11-15
|\
| * Rename the project to `pilcrow`.Owen Jacobson2024-11-08
* | Shorten the default retention, dramatically.Owen Jacobson2024-11-07
|/
* Limit background expiry to the API.Owen Jacobson2024-10-31
* Track an index-friendly sequence range for both channels and messages.Owen Jacobson2024-10-30
* Resume points are no longer optional.Owen Jacobson2024-10-30
* Remove `hi-recanonicalize`.Owen Jacobson2024-10-30
* Avoid hard-coding the assumption that delete comes-after create.Owen Jacobson2024-10-30
* Prevent deletion of non-empty channels.Owen Jacobson2024-10-30
* Add `change password` UI + API.Owen Jacobson2024-10-29