Skip to content

v0.1.0

Compare
Choose a tag to compare
@sirkitree sirkitree released this 04 Jul 12:17
· 141 commits to master since this release

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)