index
:
pilcrow
main
notifs-controls
wip/push-notif
Run-It-Yourself web chat, maybe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Stop passing an unused timestamp around when rotating VAPID keys.
Owen Jacobson
2025-10-08
*
Allow administrators to rotate VAPID keys immediately if needed.
Owen Jacobson
2025-08-30
*
Generate, store, and deliver a VAPID key.
Owen Jacobson
2025-08-30
*
Automatically reorder imports to my preferred style.
Owen Jacobson
2025-08-30
*
Remove entirely-redundant synchronization inside of Broadcaster.
Owen Jacobson
2025-08-26
*
Consolidate `events.map(…).collect()` calls into `Broadcaster`.
Owen Jacobson
2025-08-26
*
Store `User` instances using their events.
Owen Jacobson
2025-08-26
*
Store `Message` instances using their events.
Owen Jacobson
2025-08-26
*
Store `Conversation` instances using their events.
Owen Jacobson
2025-08-26
*
Allow callers to pass `Instant`s to `Sequence` predicate constructors.
Owen Jacobson
2025-08-26
*
Split `user` into a chat-facing entity and an authentication-facing entity.
ojacobson
2025-08-26
|
\
|
*
Split `user` into a chat-facing entity and an authentication-facing entity.
Owen Jacobson
2025-08-26
|
*
Generate tokens in memory and then store them.
Owen Jacobson
2025-08-26
|
*
Split the `user` table into an authentication portion and a chat portion.
Owen Jacobson
2025-08-26
|
*
Factor out common authentication test verification steps into helpers.
Owen Jacobson
2025-08-26
|
*
Return an identity, rather than the parts of an identity, when validating an ...
Owen Jacobson
2025-08-25
*
|
Use the imported name, since we have it.
Owen Jacobson
2025-08-26
|
/
*
Group Rust imports by crate.
Owen Jacobson
2025-08-25
*
Stop returning a body from `POST /api/password`.
Owen Jacobson
2025-08-24
*
Remove the now-unused return value from the final stage of user creation.
Owen Jacobson
2025-08-24
*
Stop returning an HTTP body from `POST /api/invite/:id`.
Owen Jacobson
2025-08-24
*
Stop returning body data from `POST /api/auth/login`.
Owen Jacobson
2025-08-24
*
Stop returning body data from `POST /api/setup`.
Owen Jacobson
2025-08-24
*
Define a canonical "empty" response.
Owen Jacobson
2025-08-24
*
Collapse redundant "deleted_at" timestaps and "deleted" event instants.
Owen Jacobson
2025-08-24
*
Hoist `password` out to the top level.
Owen Jacobson
2025-08-24
*
Add conversions between String and Id<T>.
Owen Jacobson
2025-08-24
*
Rust 1.89: Add elided lifetime parameters (`'_`) where appropriate.
Owen Jacobson
2025-08-13
*
Stop mentioning private error types in doctest boilerplate.
Owen Jacobson
2025-08-13
*
Define ID types as specializations, rather than newtypes.
Owen Jacobson
2025-07-24
*
Remove `pilcrow::cli::Error` from the lib crate's public interface.
Owen Jacobson
2025-07-22
*
Stop linking to private documentation items in public docs.
Owen Jacobson
2025-07-22
*
Add a `--umask` option to determine what permissions new files/databases get.
Owen Jacobson
2025-07-18
*
Set up a skeleton for swatches.
Owen Jacobson
2025-07-08
*
Move the `/ch` channel view to `/c` (for conversation).
Owen Jacobson
2025-07-03
*
Replace `channel` with `conversation` throughout the API.
Owen Jacobson
2025-07-03
*
Rename "channel" to "conversation" within the server.
Owen Jacobson
2025-07-03
*
Rename "channel" to "conversation" in the database.
Owen Jacobson
2025-07-03
*
Prevent sending messages to deleted channels.
Owen Jacobson
2025-07-03
*
Sending messages to a deleted channel should send to the deleted channel's ID...
Owen Jacobson
2025-07-01
*
Send back the current state as events, not snapshots, during client boot.
ojacobson
2025-07-01
|
\
|
*
Remove the snapshot fields from `/api/boot`.
Owen Jacobson
2025-06-20
|
*
Include historical events in the boot response.
Owen Jacobson
2025-06-20
|
*
Support querying event sequences via iterators or streams.
Owen Jacobson
2025-06-20
|
*
Hoist heartbeat configuration out to the web handler.
Owen Jacobson
2025-06-20
*
|
Remove misleading and long-since stale "panic" notes.
Owen Jacobson
2025-06-23
*
|
Remove a stray reference to users being called "logins."
Owen Jacobson
2025-06-23
|
/
*
Handlers are _named operations_, which can be exposed via routes.
Owen Jacobson
2025-06-18
*
Reorganize and consolidate HTTP routes.
Owen Jacobson
2025-06-18
*
Fix stray reference to a nonexistent file.
Owen Jacobson
2025-06-18
[next]