Commit Graph

13 Commits

Author SHA1 Message Date
ea44ffb8ff Adding support to create mail reports. 2021-11-13 21:26:42 +01:00
91562a3ae3 Adding mail report support. 2021-11-13 20:38:53 +01:00
09e7d74d2f Adding log of recognized actions. 2021-11-13 15:00:01 +01:00
9c1f1a7ecd Adding support for start, restart, stop 2021-11-13 14:06:43 +01:00
e16a5e52fa Using getgrnam instead of getgrent. 2021-11-13 03:53:43 +01:00
c05e0eb0ed The list of members should be space separated. 2021-11-13 03:46:09 +01:00
d6812f56bc Is now possible to delete services from the monitor. 2021-11-13 03:41:38 +01:00
0c945e1177 Adding endpoint to add services. 2021-11-13 03:15:18 +01:00
42f234e103 Adding DB.pm 2021-11-11 22:49:35 +01:00
8c43403318 Partial database implementation to be able to start with the logic.
All before this commit was boilerplate code...
2021-11-11 22:47:04 +01:00
d8cdb5ac64 Adding group authentication to the daemon. 2021-11-11 21:38:06 +01:00
366c5ad081 Achieved server-client local communication. 2021-11-11 02:32:25 +01:00
09d976141b Adding initial commit, nothing works yet.
The cualsead binary will be the server
it delegates soon in Cualsea::Server::Loop and which
will redirect requests to MessageController.

Forking is not implemented and will be probably out of the
project scope since this is a demo program.

The MessageManager is pretty much inpired in the way
sftp comunicates, but we soon stop sending raw binary
data when we have comunicated the packet size to delegate
in json which is more useful in Perl than handling
fake struct logic.
2021-11-09 00:15:47 +01:00