hippoz
|
e3e1b9ddad
|
greatly improve performance
|
2022-09-06 20:52:44 +03:00 |
|
hippoz
|
34f945b7f4
|
add optimistic_id field for messages, allowing us to show our own messages from other clients
|
2022-08-20 00:12:27 +03:00 |
|
hippoz
|
f9a62cec4e
|
making typing indicators per-channel
|
2022-08-07 21:57:41 +03:00 |
|
hippoz
|
9540bc6178
|
add hacky database error handling to prevent the server from crashing due to trivial errors
|
2022-08-05 05:18:55 +03:00 |
|
hippoz
|
6d76dec265
|
add initial concept of "superuser" accounts
|
2022-08-03 02:34:15 +03:00 |
|
hippoz
|
444fcb2087
|
backend: fix channel name length limits
|
2022-04-26 04:04:40 +03:00 |
|
hippoz
|
5acb3ceaf0
|
update all messages endpoints to also return author_username for easier display
|
2022-04-12 22:34:54 +03:00 |
|
hippoz
|
94192979a8
|
avoid dispatching channel events to all clients
|
2022-04-12 00:19:29 +03:00 |
|
hippoz
|
6a6cc1aafd
|
add message resource crud and gateway events (messages + message history)
|
2022-04-12 00:02:43 +03:00 |
|
hippoz
|
ce9d331bc6
|
dispatch a gateway event when a channel is created, updated or removed
|
2022-04-10 22:14:10 +03:00 |
|
hippoz
|
701f6ae1ac
|
replace broadcast with dispatch in the gateway code
|
2022-04-10 21:28:36 +03:00 |
|
hippoz
|
3bc166bfb0
|
add route to get all channels
|
2022-04-07 13:35:36 +03:00 |
|
hippoz
|
2956bf10fc
|
move json middleware use call into server object
|
2022-04-06 21:27:52 +03:00 |
|
hippoz
|
144a46fa3c
|
remove unused variable
|
2022-04-06 21:22:55 +03:00 |
|
hippoz
|
aa320e1b54
|
add crud api for channels
|
2022-04-06 18:50:36 +03:00 |
|