Commit graph

52 commits

Author SHA1 Message Date
1f315d2b92 Remove libbsd and strlcpy 2020-11-19 23:36:02 +01:00
3f11431df6 Cleanup logging, comments and files 2020-11-19 18:36:03 +01:00
ce59bb364f Fix missing path concatination 2020-11-19 01:25:52 +01:00
0c13c03a73 Improve config behaviour 2020-11-19 00:59:26 +01:00
5796f88e05 Replace ini with toml 2020-11-17 23:13:01 +01:00
97a19135ce Fix leaks and remove some non-standard functions 2020-11-15 16:36:44 +01:00
c7cafa94c4 Fix more clang-tidy warnings 2020-11-14 00:34:20 +01:00
5747a65664 Fix wrong size in strlcpy 2020-11-14 00:04:14 +01:00
1d6e8ff037 Add text responses as json with msg key 2020-11-13 23:20:07 +01:00
f97b149376 Add clang-tidy target and fix problems 2020-11-13 13:41:47 +01:00
fca35ade9e Fix config handling 2020-11-12 22:49:38 +01:00
ead52a0f47 Fix config string handling 2020-11-04 23:03:33 +01:00
b38c3d61d8 fix: controller discovery now called by PUT 2020-09-06 13:19:10 +02:00
d3fd48b35a add: macro endpoint for execution 2020-09-06 13:12:33 +02:00
01ffb1d58d add: response macros
add: preparation for more macro endpoints
2020-09-05 13:29:46 +02:00
9d2c48d645 add: macro endpoints
add: basic macro support
fix: database locking with lock-pointer
fix: memory leaks
2020-09-04 00:28:49 +02:00
6a2b94ef1c fix: allow program to compile 2020-08-30 17:22:51 +02:00
0103b0b2ff add: more basic macro stuff
add: more efficient relay loading (only ids)
2020-08-29 23:51:45 +02:00
f67b7e9e0f add: basic macro functions
add: better migration handling (transactions)
2020-08-29 22:58:02 +02:00
6728ef9264 fix: load less from database on mqtt publish 2020-08-28 23:26:22 +02:00
6117548e32 fix: disallow empty tags 2020-08-28 21:46:53 +02:00
f98a01f3f0 fix: use separate relay caches for status 2020-08-25 12:39:43 +02:00
0eef646fe0 fix: all the bugs with the new database and commanding 2020-08-24 23:45:00 +02:00
dd9e533f22 add: new commands to controller 2020-08-24 15:59:46 +02:00
3117427f1f fix: use PRAGMA user_version to track migrations
fix: minor fixes
2020-08-21 14:03:23 +02:00
521e82b7b5 fix: typo 2020-08-20 11:38:57 +02:00
435110e61d fix: store IP on rediscover 2020-08-20 11:37:21 +02:00
abcc014edf fix: 10 seconds status timeout was wrong 2020-08-18 14:24:46 +02:00
4d58933972 fix: use -O3 for more warnings
fix. strncat warning
2020-08-18 13:52:19 +02:00
d23655eb61 add: functions to insert list (for junctions) 2020-08-18 13:35:15 +02:00
9fb525530f add: transaction one layer higher 2020-08-15 16:27:01 +02:00
f49c760e97 add: faster broadcast on status change 2020-08-15 16:06:39 +02:00
eca6f7f704 fix: typo 2020-08-15 13:21:42 +02:00
14c35a4227 add: database functions and generalisation 2020-08-15 13:10:17 +02:00
7c6eed8dc2 add: database transactions 2020-08-15 12:18:58 +02:00
7fa462ef1d add: logging and NULL-check 2020-08-15 00:53:34 +02:00
6ab71ca316 add: more debugging 2020-08-15 00:25:00 +02:00
3d7245c16c add: more debug logs 2020-08-14 23:48:57 +02:00
e84d54f562 add: more debugging
add: more options for testing
2020-08-14 23:18:22 +02:00
6d37bd9734 add: cache (WIP) 2020-08-13 16:29:26 +02:00
f167f9caec fix: minor code refactor 2020-08-13 11:26:06 +02:00
505faa6df2 add: tag post endpoint 2020-08-11 23:33:04 +02:00
2f9be90ec1 add: logging
fix: rename branch
2020-08-11 00:10:59 +02:00
9e5718db43 add: debug logging and status cache 2020-08-01 16:26:48 +02:00
398019afe8 fix: better logging behaviour 2020-07-26 21:00:36 +02:00
77b2fafaff add: content_dir config 2020-07-02 00:16:07 +02:00
fb66480873 add: pulse endpoint 2020-06-27 18:31:36 +02:00
6c6e5023da add: status for mqtt
fix: refactor connection handlers
2020-06-26 01:01:46 +02:00
cb0614cf8c add: tags_STR endpoint with GET and DELETE 2020-06-19 16:26:08 +02:00
1d8408581a add: drop privileges 2020-06-19 00:26:49 +02:00