- Read port number from cmd param.
- Hide session IDs from the public logs.
- Add test for connection with invalid protocol.
- Fail server if
PROTOCOL
env var is unset.
- Fix fatal issue on Linux when the server would crash on websocket close.
- Switch back to oids, because hashids requires pcre, and that's too much than I want to drag into deployment.
- Switch from oids to hashids for customer IDs.
- Initial release.