This handler class processes WIMD protocol messages
comming over a socket.
Methods
|
|
|
|
__init__
|
__init__ (
self,
server,
conn,
addr,
)
|
|
__repr__
|
__repr__ ( self )
|
|
close
|
close ( self )
Close the connection
|
|
collect_incoming_data
|
collect_incoming_data ( self, more_data )
asynchat methods
|
|
del_channel
|
del_channel ( self )
|
|
err_invalidLogin
|
err_invalidLogin ( self )
|
|
err_invalidPassword
|
err_invalidPassword ( self )
|
|
err_invalidUser
|
err_invalidUser ( self )
|
|
err_unknownCommand
|
err_unknownCommand ( self )
|
|
found_terminator
|
found_terminator ( self )
|
|
log
|
log ( self, message )
|
|
login_receive_pass
|
login_receive_pass ( self, password )
|
|
login_receive_user
|
login_receive_user ( self, user )
|
|
login_start
|
login_start ( self )
Handle the login sequence
|
|
ph_DISP
|
ph_DISP ( self, command )
|
|
ph_INFO
|
ph_INFO ( self, command )
|
|
ph_MAIL
|
ph_MAIL ( self, command )
|
|
ph_MESG
|
ph_MESG ( self, command )
|
|
ph_NICK
|
ph_NICK ( self, command )
|
|
ph_PASS
|
ph_PASS ( self, command )
|
|
ph_QUIT
|
ph_QUIT ( self, command )
|
|
ph_STAT
|
ph_STAT ( self, command )
|
|
sendmsg
|
sendmsg ( self, msg )
|
|
validate_password
|
validate_password ( self, password )
Convenience methods
|