ae.net.irc.common

Common IRC code.

Members

Aliases

IrcServerSocket
alias IrcServerSocket = GenericServerSocket!(IrcSocket)
Undocumented in source.

Classes

IrcSocket
class IrcSocket
Undocumented in source.

Enums

IrcMessageType
enum IrcMessageType

Types of a chat message.

Reply
enum Reply
Undocumented in source.

Functions

rfc1459toLower
string rfc1459toLower(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
rfc1459toUpper
string rfc1459toUpper(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

IRC_HOST_CHARS
string IRC_HOST_CHARS;
Undocumented in source.
IRC_NICK_CHARS
string IRC_NICK_CHARS;
Undocumented in source.
IRC_USER_CHARS
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 <vladimir@thecybershadow.net> Vincent Povirk <madewokherd@gmail.com> Simon Arlott