irccd
3.0.3
|
Transports overview
The transports feature is dedicated into irccd to irccdctl dialogs. It allows:
It consists of different parts.
This class owns several transport_server, it will wait for a new client in each of those servers.
It's also dedicated to broadcast messages to all connected transport_clients.
This class has only one purpose, to accept a new client. It's abstract and the underlying implementation is responsible of doing its own operation.
This stateful class represent a direct connection to a irccdctl client.
It does authentication if required and process input messages. It does not call commands directly but dispatch that to the transport_service.
This abstract class defines an operation to perform.