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
/
lib.rs
Commit message (
Expand
)
Author
Age
*
Rename the `login` module to `user`.
Owen Jacobson
2025-03-23
*
Rename the project to `pilcrow`.
Owen Jacobson
2024-11-08
*
Canonicalize login and channel names.
Owen Jacobson
2024-10-22
*
Unicode normalization on input.
Owen Jacobson
2024-10-21
*
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
*
Separate `/api/boot` into its own module.
Owen Jacobson
2024-10-05
*
Render the UI at /.
Owen Jacobson
2024-10-05
*
Retire top-level `repo`.
Owen Jacobson
2024-10-02
*
First pass on reorganizing the backend.
Owen Jacobson
2024-10-02
*
Organize IDs into top-level namespaces.
Owen Jacobson
2024-10-01
*
Shut down the `/api/events` stream when the user logs out or their token expi...
Owen Jacobson
2024-09-29
*
Expire channels, too.
Owen Jacobson
2024-09-28
*
Crank up the Clippy warnings.
Owen Jacobson
2024-09-25
*
rustdoc comment for the (very limited) public API of the crate.
Owen Jacobson
2024-09-25
*
Code organization changes considered during implementation of vector-of-seque...
Owen Jacobson
2024-09-25
*
Write tests.
Owen Jacobson
2024-09-20
*
Remove the HTML client, and expose a JSON API.
Owen Jacobson
2024-09-20
*
Some code cleanup on events
Owen Jacobson
2024-09-16
*
Consolidate most repository types into a repo module.
Owen Jacobson
2024-09-16
*
Consolidate channel events into a single stream endpoint.
Owen Jacobson
2024-09-15
*
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
*
Make it an HTTP server
Owen Jacobson
2024-08-30