Releases: janusvr/janus-server
Releases · janusvr/janus-server
SSL-Disabled Binary
v0.2.0: Merge pull request #64 from janusvr/multiprocessing
Multiprocessing
v0.1.0
First official release of JanusVR Presence Server.
This introduces:
- Secure connections over SSL
- Plugins (to be documented)
- see janus-mysql-auth & janus-mysql-userlist for examples
- MIT License
- Contributor Guidelines
If upgrading from a previous version of this server make sure you:
- re-run npm install to grab the new dependencies
- widen the ip column of access_statistics to 40 characters so it will fit IPv6 addresses
- change any scripts querying for active users
SELECT `userId`, `roomId`, `ip`, `note`, `client_version` FROM `users` WHERE `updated_at` > DATE_SUB(NOW() , INTERVAL 10 SECOND)