Skip to content

Releases: janusvr/janus-server

SSL-Disabled Binary

24 Jul 19:35
Compare
Choose a tag to compare
Merge pull request #65 from janusvr/multiprocessing

Method pipelines

v0.2.0: Merge pull request #64 from janusvr/multiprocessing

19 Jul 12:57
Compare
Choose a tag to compare
Multiprocessing

v0.1.0

04 Jul 12:17
Compare
Choose a tag to compare

First official release of JanusVR Presence Server.

This introduces:

If upgrading from a previous version of this server make sure you:

  1. re-run npm install to grab the new dependencies
  2. widen the ip column of access_statistics to 40 characters so it will fit IPv6 addresses
  3. 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)