Commit Graph

8 Commits

Author SHA1 Message Date
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