Event system

To keep track of what's going one we are employing a central event-based logging system.

It is called CIS (Central Intelligence System).

Each event consist of a event type, a corresponding channel name, description and various parameters (string or number).

Channels are used to keep frequent noisy messages away from important ones (kind of a priority systems).

Parameters can be used to enable content filtering as well as to identify users, etc. .

Event Types

ID Name Description
0 Login code requested
1 Successful login
Version: 20250403.3