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
*
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