Package de.justjanne.libquassel.protocol.models.network

Types

Link copied to clipboard
data class ChannelModes(a: Map<Char, Set<String>>, b: Map<Char, String>, c: Map<Char, String>, d: Set<Char>)
Link copied to clipboard
enum ChannelModeType : Enum<ChannelModeType>
Link copied to clipboard
enum ConnectionState : Enum<ConnectionState>
Link copied to clipboard
data class NetworkInfo(networkId: NetworkId, networkName: String, identity: IdentityId, useCustomEncodings: Boolean, codecForServer: String, codecForEncoding: String, codecForDecoding: String, serverList: List<NetworkServer>, useRandomServer: Boolean, perform: List<String>, useAutoIdentify: Boolean, autoIdentifyService: String, autoIdentifyPassword: String, useSasl: Boolean, saslAccount: String, saslPassword: String, useAutoReconnect: Boolean, autoReconnectInterval: UInt, autoReconnectRetries: UShort, unlimitedReconnectRetries: Boolean, rejoinChannels: Boolean, useCustomMessageRate: Boolean, messageRateBurstSize: UInt, messageRateDelay: UInt, unlimitedMessageRate: Boolean)
Link copied to clipboard
enum NetworkProxy : Enum<NetworkProxy>
Link copied to clipboard
data class NetworkServer(host: String, port: UInt, password: String, useSsl: Boolean, sslVerify: Boolean, sslVersion: Int, useProxy: Boolean, proxyType: NetworkProxy, proxyHost: String, proxyPort: UInt, proxyUser: String, proxyPass: String)
Link copied to clipboard
enum PortDefaults : Enum<PortDefaults>