did a bit of phase 4, websocket, heartbeats, typing indicators and such... #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
GET /v1/ws?token={jwt}
Server channel and DM subscriptions with permission checks
REST handlers broadcast events (create/edit/delete) to subscribed clients
Per-connection rate limiting (20 msg/10s) and typing cooldowns (1/5s/channel)
Heartbeat/ping for dead connection detection
Also fixes an i32::MAX + 1 overflow panic in role creation noticed this on my end so I fixed it
why don't we check channel_id here? surely that would leave a security hole letting people view private channels they don't have access to unless I'm mistaken
https://heliopolis.live/atums/hu/backend/-/merge_requests/11
Pull request closed