1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-06-29 10:35:08 +02:00
doorlockd-mirror/doorlockd/lib
Ralf Ramsauer 49a5b88f6c Big rewrite of several things
- 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
2015-10-01 22:09:55 +02:00
..
clientmessage.cpp Big rewrite of several things 2015-10-01 22:09:55 +02:00
clientmessage.h Big rewrite of several things 2015-10-01 22:09:55 +02:00
door.cpp Big rewrite of several things 2015-10-01 22:09:55 +02:00
door.h Big rewrite of several things 2015-10-01 22:09:55 +02:00
doormessage.h Improved directory structure 2015-09-29 14:33:53 +02:00
logger.cpp Improved directory structure 2015-09-29 14:33:53 +02:00
logger.h Improved directory structure 2015-09-29 14:33:53 +02:00
logic.cpp Big rewrite of several things 2015-10-01 22:09:55 +02:00
logic.h Big rewrite of several things 2015-10-01 22:09:55 +02:00
request.cpp Big rewrite of several things 2015-10-01 22:09:55 +02:00
request.h Big rewrite of several things 2015-10-01 22:09:55 +02:00
response.cpp Big rewrite of several things 2015-10-01 22:09:55 +02:00
response.h Big rewrite of several things 2015-10-01 22:09:55 +02:00
util.cpp Big rewrite of several things 2015-10-01 22:09:55 +02:00
util.h Big rewrite of several things 2015-10-01 22:09:55 +02:00