QuasselFeature

enum QuasselFeature : Enum<QuasselFeature>

List of optional features in a quassel connection.

Replaces LegacyFeature negotiation if both sides of the connection are new enough

Entries

Link copied to clipboard

Support for controlling what IRCv3 capabilities are skipped during negotiation

Link copied to clipboard

Support for loading backlog in ascending order, old to new

Link copied to clipboard

Support for dynamically updated core information

Link copied to clipboard

Support for 64-bit message ids

Link copied to clipboard

Support for ECDSA keys for SASL EXTERNAL in identities

Link copied to clipboard
Link copied to clipboard

Support for sender avatar and realname in backlog messages

Link copied to clipboard

Support for 64-bit message time

Link copied to clipboard

Support for feature negotiation via a list of strings

Link copied to clipboard

Support for remotely disconnecting other clients of the same user via disconnectFromCore

Link copied to clipboard

Support for showing sender prefix modes in backlog messages

Link copied to clipboard

Support for handling and configuring highlights via the core

Link copied to clipboard

Support for syncing the unread state of buffers

Link copied to clipboard

Support for customizable authentication backends

Link copied to clipboard

Support for time formatting in away messages using QDateTime format surrounded by %%h:m:s ap%%

Link copied to clipboard

Experimental support for (X)DCC transfers

Link copied to clipboard

Support for custom rate limits for connections to IRC servers

Link copied to clipboard

Support for validating the TLS connection to IRC servers

Link copied to clipboard

Support for IRCv3 capabilities and the IRCv3 account tag

Link copied to clipboard

Support for changing the password through the client

Link copied to clipboard

Support for hiding inactive/disconnected networks in a chat list

Link copied to clipboard

Support for certificate based SASL EXTERNAL authentication

Link copied to clipboard

Support for configurable SASL authentication to replace NickServ

Link copied to clipboard

Support for a synced marker line/last read position

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val feature: QuasselFeatureName

Get the standardized feature name

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int