Companion

object Companion

Functions

Link copied to clipboard
fun executeCommand(command: String, user: String): Boolean

Internal function to execute a command for an admin panel user.

Link copied to clipboard
fun getUser(call: ApplicationCall): String?

Internal function to get the user from a web call.

Properties

Link copied to clipboard
val connections: HashMap<String, DefaultWebSocketServerSession>