Commit Graph

5 Commits

Author SHA1 Message Date
sergiotarxz 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
sergiotarxz d8cdb5ac64 Adding group authentication to the daemon. 2021-11-11 21:38:06 +01:00
sergiotarxz 366c5ad081 Achieved server-client local communication. 2021-11-11 02:32:25 +01:00
sergiotarxz 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
sergiotarxz 531a6f104e Initial commit 2021-11-08 22:37:04 +01:00