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
/
app.rs
Commit message (
Expand
)
Author
Age
*
Organize IDs into top-level namespaces.
Owen Jacobson
2024-10-01
*
Track event sequences globally, not per channel.
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
*
Clean up use of bare tuple as a vector element for ResumePoint.
Owen Jacobson
2024-09-28
*
Expire channels, too.
Owen Jacobson
2024-09-28
*
Delete expired messages out of band.
Owen Jacobson
2024-09-28
*
Send created events when channels are added.
Owen Jacobson
2024-09-28
*
Make `/api/events` a firehose endpoint.
Owen Jacobson
2024-09-27
*
More reorganizing.
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
*
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