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
/
repo
Commit message (
Expand
)
Author
Age
*
Push events into a module structure consistent with the rest of the project.
Owen Jacobson
2024-09-20
*
Expire messages after 90 days.
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
*
Expose sqlx errors directly in repo interfaces.
Owen Jacobson
2024-09-16
*
Annotate channel events with channel ID at the router, not intrinsically.
Owen Jacobson
2024-09-15
*
Consolidate channel events into a single stream endpoint.
Owen Jacobson
2024-09-15
*
Placeholder UX, probably
Owen Jacobson
2024-09-14
*
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
*
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