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
/
channel
/
app.rs
Commit message (
Expand
)
Author
Age
*
Make BoxedError an implementation detail of InternalError.
Owen Jacobson
2024-09-18
*
App methods now return errors that allow not-found cases to be distinguished.
Owen Jacobson
2024-09-18
*
Express record dependencies through types.
Owen Jacobson
2024-09-17
*
Consolidate most repository types into a repo module.
Owen Jacobson
2024-09-16
*
Move channel list into the `app.channels()` namespace.
Owen Jacobson
2024-09-15
*
Consolidate channel events into a single stream endpoint.
Owen Jacobson
2024-09-15
*
Support Last-Event-Id as a method of resuming channel events after a disconnect
Owen Jacobson
2024-09-13
*
Generate the required structure for broadcasting from a join, not from O(n) q...
Owen Jacobson
2024-09-13
*
Tolerate panics in channel::app where they can only be triggered by implement...
Owen Jacobson
2024-09-13
*
Suggested fixes from Clippy, via nursery and pedantic sets.
Owen Jacobson
2024-09-13
*
Embed the sender's whole login (id and name) in messages, drop the redundant ...
Owen Jacobson
2024-09-13
*
Transmit messages via `/:chan/send` and `/:chan/events`.
Owen Jacobson
2024-09-13
*
Push most endpoint and extractor logic into functoins of `App`.
Owen Jacobson
2024-09-12