See: Description
| Interface | Description |
|---|---|
| Actor |
Represents an entity on an IRC server which can perform actions.
|
| CapabilityState |
Reflects a capability state as told by the server.
|
| Channel |
Represents an IRC channel.
|
| Channel.Commands |
Provides commands.
|
| Channel.Topic |
Information about the channel's topic.
|
| ClientLinked |
Represents something which has a
Client. |
| ISupportParameter |
Represents an ISUPPORT parameter sent by the server.
|
| ISupportParameter.AwayLen |
Represents the length limit of an away reason.
|
| ISupportParameter.CaseMapping |
Represents the
CaseMapping
supported by the server. |
| ISupportParameter.ChanLimit |
Represents the join limit of channels by prefix.
|
| ISupportParameter.ChanModes |
Represents the channel modes supported.
|
| ISupportParameter.ChannelLen |
Represents the length limit of channels.
|
| ISupportParameter.ChanTypes |
Represents the channel prefixes supported.
|
| ISupportParameter.ClientTagDeny |
Represents a listing of client tags that will be blocked and dropped
|
| ISupportParameter.EList |
Represents the LIST extensions supported.
|
| ISupportParameter.Excepts |
Represents support for ban exceptions.
|
| ISupportParameter.ExtBan |
Represents support for extended ban masks.
|
| ISupportParameter.HostLen |
Represents the length limit of a hostname.
|
| ISupportParameter.IntegerParameter |
Represents a parameter which always has an integer value.
|
| ISupportParameter.InvEx |
Represents support for invite exemptions.
|
| ISupportParameter.KickLen |
Represents the length limit of a kick reason.
|
| ISupportParameter.MaxList |
Represents maximum list sizes for type A modes.
|
| ISupportParameter.MaxList.LimitData |
Data on a particular limit.
|
| ISupportParameter.MaxTargets |
Represents limits to type A mode lists.
|
| ISupportParameter.Modes |
Represents the number of modes with parameters allowed per line.
|
| ISupportParameter.Network |
Represents the network name.
|
| ISupportParameter.NickLen |
Represents the limit to nickname length.
|
| ISupportParameter.OptionalIntegerParameter |
Represents a parameter which maybe has an integer value.
|
| ISupportParameter.Prefix |
Represents channel user modes (which define nick prefix).
|
| ISupportParameter.SafeList |
Represents calling LIST being safe and not disconnecting for too much info.
|
| ISupportParameter.Silence |
Represents support (or lack of, if no value) for maximum entries in
client silence lists.
|
| ISupportParameter.StatusMsg |
Lists the prefixes that can receive a status message.
|
| ISupportParameter.TargMax |
Limits of targets for commands.
|
| ISupportParameter.TopicLen |
Represents the length limit of topics.
|
| ISupportParameter.UserLen |
Represents the length limit of user strings.
|
| ISupportParameter.WhoX |
Represents support for WHOX.
|
| MessageReceiver |
Represents an
Actor capable of receiving messages. |
| MessageTag |
Reflects a message tag.
|
| MessageTag.Label |
Represents the `label` tag as specified by the labeled responses spec.
|
| MessageTag.MsgId |
Represents the `msgid` tag as specified by the Message IDs spec.
|
| MessageTag.Time |
Represents the 'time' tag as specified by the 'server-time' extension.
|
| MessageTag.Typing |
Represents the `typing` client tag as specified here:
https://ircv3.net/specs/client-tags/typing#format
|
| Server |
Represents an IRC server.
|
| ServerMessage |
Represents a message sent by the server.
|
| ServerMessage.NumericCommandServerMessage |
Represents a message with a numeric command.
|
| ServerMessage.StringCommandServerMessage |
Represents a message with a String command.
|
| Snapshot |
Represents a snapshot of an element.
|
| Staleable |
A snapshot that can be noticeably stale.
|
| User |
Represents an IRC user.
|
| WhoisData |
Describes WHOIS data received.
|
| Enum | Description |
|---|---|
| MessageTag.Typing.State |
Typing states.
|
Copyright © 2013–2021 Kitteh. All rights reserved.