mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 18:34:25 +01:00
49a5b88f6c
- Data type Token changed from uint64_t to std::string - Added new class "Request" that describes a JSON TCP request - Classes may now throw Responses for proper error handling - Removed JSON parsing from Logic - proper Error handling everywhere - Many small fixes - removed unnecessary includes - removed using namespace std everywhere |
||
---|---|---|
.. | ||
clientmessage.cpp | ||
clientmessage.h | ||
door.cpp | ||
door.h | ||
doormessage.h | ||
logger.cpp | ||
logger.h | ||
logic.cpp | ||
logic.h | ||
request.cpp | ||
request.h | ||
response.cpp | ||
response.h | ||
util.cpp | ||
util.h |