Gabe Kangas
d7a2ffcca4
Add timestamp to messages. For #26
5 years ago
Gabe Kangas
4132cf6d09
Move where the message type is set, and standardize on all caps CHAT
5 years ago
Gabe Kangas
a297e33eff
Make IDs for chat messages generated server-side, not client. For #26
5 years ago
Bradley Hilton
abb2f363af
Decouple chat from core and add chat rest api ( #25 )
...
* Decouple the chat package from the core
* Add rest api endpoints for the chat aspect
5 years ago
Bradley Hilton
fe96739f60
Fix a memory leak with the chat aspect. ( #23 )
...
Essentially, the for loop wasn't being returned out
of and that caused the read listener to never be
let up and released to the gc
5 years ago
Bradley Hilton
487bd12444
Project restructure ( #18 )
...
* First pass at restructuring the project; untested but it does compile
* Restructure builds and runs 🎉
* Add the dist folder to the gitignore
* Update core/playlist/monitor.go
* golint and reorganize the monitor.go file
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
5 years ago
Gabe Kangas
e083663a77
Continue to standardize on logging
5 years ago
Gabe Kangas
cbe37d68ce
Silence some logging
5 years ago
Gabe Kangas
a9662e7c1e
Support keepalive PING messages on the socket
5 years ago
Gabe Kangas
344da52e3d
Handle viewer counts outside of websocket connections
5 years ago
Gabe Kangas
ca622c85c7
Add config file. Turn on/off ipfs
5 years ago
Gabe Kangas
cc48f86b85
WIP
5 years ago