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
/
cli.rs
Commit message (
Expand
)
Author
Age
*
De minimis "send me a notification" implementation.
Owen Jacobson
2025-11-08
*
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
*
Stop mentioning private error types in doctest boilerplate.
Owen Jacobson
2025-08-13
*
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
*
Reorganize and consolidate HTTP routes.
Owen Jacobson
2025-06-18
*
Use a fluent style for the middleware layers.
Owen Jacobson
2025-06-17
*
Unify `setup_required` middlewares.
Owen Jacobson
2025-06-17
*
Rename the `login` module to `user`.
Owen Jacobson
2025-03-23
*
Upgrade to Rust 1.85 and Rust 2024 edition.
Owen Jacobson
2025-02-20
*
Rename the project to `pilcrow`.
Owen Jacobson
2024-11-08
*
Limit background expiry to the API.
Owen Jacobson
2024-10-31
*
Remove `hi-recanonicalize`.
Owen Jacobson
2024-10-30
*
Provide `hi-recanonicalize` to recover from canonicalized-name problems.
Owen Jacobson
2024-10-22
*
Organizational pass on endpoints and routes.
Owen Jacobson
2024-10-16
*
Create APIs for inviting users.
Owen Jacobson
2024-10-11
*
Provide a separate "initial setup" endpoint that creates a user.
Owen Jacobson
2024-10-11
*
Add a `server` header to responses.
Owen Jacobson
2024-10-11
*
Separate `/api/boot` into its own module.
Owen Jacobson
2024-10-05
*
Merge branch 'wip/ui'
Owen Jacobson
2024-10-05
|
\
|
*
Render the UI at /.
Owen Jacobson
2024-10-05
*
|
Make a backup of the `.hi` database before applying migrations.
Owen Jacobson
2024-10-05
*
|
Start fresh with database migrations.
Owen Jacobson
2024-10-04
|
/
*
Add endpoints for deleting channels and messages.
Owen Jacobson
2024-10-03
*
Retire top-level `repo`.
Owen Jacobson
2024-10-02
*
First pass on reorganizing the backend.
Owen Jacobson
2024-10-02
*
Expire channels, too.
Owen Jacobson
2024-09-28
*
Delete expired messages out of band.
Owen Jacobson
2024-09-28
*
Make `/api/events` a firehose endpoint.
Owen Jacobson
2024-09-27
*
rustdoc comment for the (very limited) public API of the crate.
Owen Jacobson
2024-09-25
*
Put database prep somewhere tests can call it.
Owen Jacobson
2024-09-20
*
Remove the HTML client, and expose a JSON API.
Owen Jacobson
2024-09-20
*
Most pass-through errors do not need additional message text
Owen Jacobson
2024-09-18
*
Make BoxedError an implementation detail of InternalError.
Owen Jacobson
2024-09-18
*
Consolidate channel events into a single stream endpoint.
Owen Jacobson
2024-09-15
*
Transmit messages via `/:chan/send` and `/:chan/events`.
Owen Jacobson
2024-09-13
*
Push most endpoint and extractor logic into functoins of `App`.
Owen Jacobson
2024-09-12
*
Wrap the database pool in an App struct.
Owen Jacobson
2024-09-12
*
Allow any login to create channels.
Owen Jacobson
2024-09-04
*
Expire sessions after 90 days.
Owen Jacobson
2024-09-04
*
Allow login creation and authentication.
Owen Jacobson
2024-09-03
*
Store state in sqlite. Default to .hi in the cwd.
Owen Jacobson
2024-08-30
*
Make it an HTTP server
Owen Jacobson
2024-08-30