CollabVM Server 1.x/Removed Features: Difference between revisions

no edit summary
(why is this in other things)
No edit summary
 
'''CollabVM Server''' is everyone's favorite server that powers [[CollabVM]]. This article covers CollabVM Server 1.
 
== Server ==
=== VM Descriptions ===
Inside <code>src/Database/VMSettings.h</code>, there is a declaration for a string named "Description". However, it appears no code was written for it.
 
However, by adding [[HTML]] tags after the Display Name of a VM, it is possible to create something like a description. This is frequently used in [[UserVM]]s.
 
=== Frame rate limiter ===
Before the removal of ODB, there was a commented declaration for "FrameRate" inside <code>src/Database/Config.h</code>.
 
== Web App ==
=== Username colors ===
At one point, CollabVM Server 1.x had different username colors which indicated ranks. Red indicated an administrator, blue indicated a developer, and black indicated a registered user. These roles were never finished and mostly don't work properly.
 
This suggests that at some point, guests were meant to have different colors than registered users.
 
It is worth noting that at one point, accounts were meant to be added into CollabVM Server 1.2, but this was cut and was added into CollabVM Server 2.0 instead. Currently, CollabVM 1.2ts, the server that is currently used today is capable of accounts.
 
[[File:RegisteredUser.png]]
 
== Admin Panel ==
=== Connect to Monitor ===
A "Connect to Monitor" button is present in the admin panel but is commented out. This was presumably used in a very early iteration of the Admin Panel as the panel automatically connects to the QEMU Monitor in newer versions.
 
=== Disable Change Username ===
Presumably would allow you to prevent username changing on the VM. No code for this function exists in the server.
 
=== Disable Virtual Keyboard ===
Presumably would allow you to prevent using the virtual Guacamole keyboard. No code for this function exists in the server.
 
=== Restore Periodically ===
Alongside "Restore on Shutdown", a feature to restore a VM periodically is present, but commented out in the source code. Code for this feature is also present in the server. It allowed you to automatically restore a VM every x amount of hours and x amount of minutes. This would have a similar function to [[socket.computer]] which restored every 15 minutes. This feature was never finished and does not work correctly.
 
=== Disable Web Server ===
This would presumably allow you to disable the internal web server. No code for this function exists in the server.