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
/
repo
/
channel.rs
Commit message (
Expand
)
Author
Age
*
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
*
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
*
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
*
rustdoc comment for the (very limited) public API of the crate.
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
*
Remove the HTML client, and expose a JSON API.
Owen Jacobson
2024-09-20
*
Express record dependencies through types.
Owen Jacobson
2024-09-17
*
Consolidate most repository types into a repo module.
Owen Jacobson
2024-09-16