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
/
events
/
routes.rs
Commit message (
Expand
)
Author
Age
*
First pass on reorganizing the backend.
Owen Jacobson
2024-10-02
*
Provide a resume point to bridge clients from state snapshots to the event se...
Owen Jacobson
2024-10-01
*
Track event sequences globally, not per channel.
Owen Jacobson
2024-10-01
*
Prevent racing between `limit_stream` and logging out.
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
*
Delete expired messages out of band.
Owen Jacobson
2024-09-28
*
Make `/api/events` a firehose endpoint.
Owen Jacobson
2024-09-27
*
Crank up the Clippy warnings.
Owen Jacobson
2024-09-25
*
Code organization changes considered during implementation of vector-of-seque...
Owen Jacobson
2024-09-25
*
Use a vector of sequence numbers, not timestamps, to restart /api/events stre...
Owen Jacobson
2024-09-25
*
Write tests.
Owen Jacobson
2024-09-20
*
Push the handling of the `Last-Event-Id` _format_ inside of `channels::app`.
Owen Jacobson
2024-09-20
*
Push events into a module structure consistent with the rest of the project.
Owen Jacobson
2024-09-20