module documentation
(source)

A module that needs a better name.

Implements new cred things for words.

How does this thing work?

  • Network connection on some port expecting to speak some protocol
  • Protocol-specific authentication, resulting in some kind of credentials object
  • twisted.cred.portal login using those credentials for the interface IUser and with something implementing IChatClient as the mind
  • successful login results in an IUser avatar the protocol can call methods on, and state added to the realm such that the mind will have methods called on it as is necessary
  • protocol specific actions lead to calls onto the avatar; remote events lead to calls onto the mind
  • protocol specific hangup, realm is notified, user is removed from active play, the end.
Class ​Avatar​Reference Undocumented
Class ​Chat​Avatar Undocumented
Class ​Group Undocumented
Class ​In​Memory​Words​Realm Undocumented
Class ​IRCFactory IRC server that creates instances of the IRCUser protocol.
Class ​IRCUser Protocol instance representing an IRC user connected to the server.
Class ​PBGroup Undocumented
Class ​PBGroup​Reference Undocumented
Class ​PBMind Undocumented
Class ​PBMind​Reference Undocumented
Class ​PBUser Undocumented
Class ​User Undocumented
Class ​Words​Realm No class docstring; 0/1 instance variable, 0/3 class variable, 2/14 methods documented
Constant NICKSERV Undocumented
NICKSERV: str = (source)

Undocumented

Value
'NickServ!NickServ@services'