ae.net.irc.common

Common IRC code.

Members

Classes

IrcConnection
class IrcConnection

Base class for an IRC client-server connection.

Enums

IrcMessageType
enum IrcMessageType

Types of a chat message.

Reply
enum Reply

Numeric IRC replies.

Functions

rfc1459cmp
int rfc1459cmp(char[] a, char[] b)

Like icmp, but honoring RFC1459 case mapping rules.

rfc1459toLower
char rfc1459toLower(char c)
string rfc1459toLower(string name)
rfc1459toUpper
char rfc1459toUpper(char c)
string rfc1459toUpper(string name)

RFC1459 case mapping.

Variables

IRC_HOST_CHARS
deprecated string IRC_HOST_CHARS;
Undocumented in source.
IRC_NICK_CHARS
deprecated string IRC_NICK_CHARS;
Undocumented in source.
IRC_USER_CHARS
deprecated string IRC_USER_CHARS;
Undocumented in source.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Stéphan Kochen <stephan@kochen.nl> Vladimir Panteleev <ae@cy.md> Vincent Povirk <madewokherd@gmail.com> Simon Arlott