Package-level declarations

Types

Link copied to clipboard
data class RuntimeFlags(val allowMultipleConnections: Boolean, val allowSinglePlayer: Boolean, val charset: Charset, val chatFloodTime: Duration, val allowedProtocols: List<String>, val allowedConnectionTypes: List<String>, val coreThreadPoolSize: Int, val createGameFloodTime: Duration, val gameAutoFireSensitivity: Int, val gameBufferSize: Int, val idleTimeout: Duration, val keepAliveTimeout: Duration, val lagstatDuration: Duration, val language: String, val maxChatLength: Int, val maxClientNameLength: Int, val maxGameChatLength: Int, val maxGameNameLength: Int, val maxGames: Int, val maxPing: Duration, val maxQuitMessageLength: Int, val maxUserNameLength: Int, val maxUsers: Int, val metricsEnabled: Boolean, val metricsLoggingFrequency: Duration, val serverAddress: String, val serverLocation: String, val serverName: String, val serverPort: Int, val serverWebsite: String, val switchStatusBytesForBuggyClient: Boolean, val touchEmulinker: Boolean, val touchKaillera: Boolean, val twitterBroadcastDelay: Duration, val twitterDeletePostOnClose: Boolean, val twitterEnabled: Boolean, val twitterOAuthAccessToken: String, val twitterOAuthAccessTokenSecret: String, val twitterOAuthConsumerKey: String, val twitterOAuthConsumerSecret: String, val twitterPreventBroadcastNameSuffixes: List<String>, val v086BufferSize: Int)

Configuration flags that are set at startup and do not change until the job is restarted.