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
/
routes.rs
Commit message (
Expand
)
Author
Age
*
Remove the HTML client, and expose a JSON API.
Owen Jacobson
2024-09-20
*
Return 404s when resources are not found.
Owen Jacobson
2024-09-18
*
Consolidate most repository types into a repo module.
Owen Jacobson
2024-09-16
*
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
*
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
*
Wrap the database pool in an App struct.
Owen Jacobson
2024-09-12
*
Remove the notion of "channel members."
Owen Jacobson
2024-09-11
*
Support joining channels.
Owen Jacobson
2024-09-04
*
Support leaving a channel
Owen Jacobson
2024-09-04
*
Allow any login to create channels.
Owen Jacobson
2024-09-04