Commit graph

640 commits

Author SHA1 Message Date
41be297132 Fixed issue where InputStream was not reading all the data for the buffer 2024-09-09 23:35:05 +02:00
09cce76707 Bug fix for array isempty checks 2024-09-07 00:13:34 +02:00
19a12dee44 Some bug fixes and added setters for flags 2024-09-07 00:01:25 +02:00
e4d9a16ebd Added some bit operation functions 2024-09-07 00:00:52 +02:00
3cd3a2fc7c BiteUtil makes more sense now as index is counted from LSB and length towards MSB 2024-09-04 03:24:58 +02:00
c45809048a Improved function name and fixed incorrect MQTT will handling 2024-09-04 02:57:19 +02:00
186714d0b2 Some robustness fix 2024-03-15 00:09:35 +01:00
5fd11daf15 fixed data path quoting in array issue 2023-08-22 20:27:30 +02:00
a2694af70f Fixed special character handling in DataPath 2023-08-21 02:25:26 +02:00
676ce6a33f Implementation of color util 2023-05-15 15:36:56 +02:00
670f95689d Fixed additional JSON escaps and added tests 2023-05-15 15:36:56 +02:00
86296df176 Fixed JSON escaping quoutes and some javadoc fixes 2023-05-15 15:36:56 +02:00
942e26bb53 Implemented DataNodePath class so DataNodes can be searched by path 2023-05-15 15:36:56 +02:00
404cfa00ae Added support for single quotes 2023-05-15 15:36:56 +02:00
846c867a1f Added som documentation 2023-05-15 15:36:56 +02:00
46b608489d Added multiple global subscribers and improved logging 2023-05-15 15:36:56 +02:00
214bf0f40d Fixed bugs in MQTT and updated tests 2023-05-15 15:36:56 +02:00
97df7f4304 Fixed javadoc errors 2023-05-15 15:36:56 +02:00
2cd514df9b Fixed DNS packet parsing 2023-05-15 15:36:56 +02:00
d80b6a69e5 Implemented payload handling for MQTT messages and introduced tests for these 2023-05-15 15:36:56 +02:00
fcbb2ef227 Implemented possibility to read parent object while writing custom binary field 2023-05-15 15:36:56 +02:00
3514a58c40 Added support for long and float 2023-05-15 15:36:56 +02:00
55c0d739be Added Telegram Bot class and refactored REST class 2023-05-15 15:36:55 +02:00
bd1bb168da Added missing handling of arrays in isEmpty function. 2023-05-15 15:36:55 +02:00
4f81b17edc bug fix 2023-05-15 15:36:55 +02:00
30cfcc7816 bugfix 2023-05-15 15:36:55 +02:00
bbd03b14be Added Btrfs class and fixed configurator select html element issues 2023-05-15 15:36:55 +02:00
75fa916ca5 Changed isEmpty to accept multiple variables 2022-06-01 19:59:22 +02:00
af10ac5058 Added ability to disable cache by regexp 2022-05-20 12:04:23 +02:00
9679100c0e Added m3u8 mime type 2022-05-20 12:03:59 +02:00
f067708614 Added fallback method to use only OS path instead of OS+platform 2022-05-20 12:03:27 +02:00
6217c838a7 Renamed MultiPlatformBinaryManager to OSALBinaryManager 2022-05-20 12:02:37 +02:00
16959f49e8 Added quotes to file parameters 2022-05-20 12:01:43 +02:00
818d73ac2e Fixed javadoc warnings 2021-12-05 19:36:51 +01:00
708b415460 Made it possible to chain HttpURL class set methods 2021-12-04 22:48:40 +01:00
7206636502 Added a file store and added support for lists in the JSONObjectInputStream 2021-09-10 22:17:45 +02:00
6d3b27ed2b Added additional methods 2021-09-09 23:28:57 +02:00
8508df42ac Added a OAuth2 Store to save state between application restarts 2021-09-09 17:51:16 +02:00
8ba1441572 Started refactoring UPnP server 2021-09-02 17:35:35 +02:00
ef10430d54 Changed success logs to info 2021-08-29 15:14:25 +02:00
12b0fb219e Made JSONObjectInputStream more robust 2021-08-29 01:02:47 +02:00
805ee6afc5 Added instantiation information to comment 2021-08-28 16:45:38 +02:00
600a4b648f Fixed DNS FQDN parsing 2021-08-27 01:22:34 +02:00
5771133792 Refactored some stream classes and added PositionalInputStream 2021-08-26 22:45:24 +02:00
946f5f5133 Fixed a DNS bug and added IPv6 entry 2021-08-26 21:21:24 +02:00
e42d25fa99 Changed BinaryFieldSerializer instance to be between read sessions 2021-08-25 22:43:03 +02:00
decf114f49 Fixed test cases 2021-08-22 16:04:53 +02:00
2c019992fe Fixed programmatically using a Certificate object for HttpServer 2021-08-22 02:11:05 +02:00
3afb1e241e ACME client will now reuse existing certificate instead of requesting new one every time. 2021-08-22 01:41:48 +02:00
3552c21404 ACME client will now reuse existing accounts instead of creating new one every time and renamed user variables to account. 2021-08-21 22:56:50 +02:00