1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-07-18 10:13:16 +02:00
Commit Graph

8 Commits

Author SHA1 Message Date
Ralf Ramsauer
6181412d7b Automatic reconnect 2015-10-01 22:31:10 +02:00
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
Ralf Ramsauer
abf69d70fa Fixed typo 2015-10-01 18:02:25 +02:00
Ralf Ramsauer
765e41afd5 Switched to asynchronous asio handling 2015-09-30 15:21:41 +02:00
Ralf Ramsauer
b2244ed9be Fix segfaults 2015-09-30 00:44:06 +02:00
Ralf Ramsauer
2b2ec56a9b Bugfix 2015-09-29 15:00:36 +02:00
Ralf Ramsauer
b1ea4426a9 Some improvements 2015-09-29 14:55:20 +02:00
Ralf Ramsauer
60ed23486b Improved directory structure
Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
2015-09-29 14:33:53 +02:00