irccd  3.0.3
Irccd overview

Irccd architecture overview.

The irccd daemon runs different services to deliver the bot functionalities. The main loop is controlled with a boost::asio::io_context and completely mono-threaded.

+--------------+
| |
| rule_service |
| |
+-------^------+
|
|
|
+----------------+ +---+---+ +-------------------+
| | | | | |
| plugin_service <-------+ irccd +-------> transport_service |
| | | | | |
+----------------+ +---+---+ +-------------------+
|
|
|
+-------v--------+
| |
| server_service |
| |
+----------------+
Parent namespace.
Definition: acceptor.hpp:43

Look at the different subpages for more information.