e61b67df9f
Bump Copyright year
...
Signed-off-by: Simon Rozman <simon.rozman@amebis.si >
2026-01-05 11:52:28 +01:00
Simon Rozman
e8f39da602
Replace Unicode character categories with blocks
...
Signed-off-by: Simon Rozman <simon@rozman.si >
2025-11-14 16:25:49 +01:00
Simon Rozman
9c4caf506b
Update Git repo URL
...
Signed-off-by: Simon Rozman <simon@rozman.si >
2025-11-14 07:53:58 +01:00
Simon Rozman
ad07539cb6
Fix to compile for Linux
...
Signed-off-by: Simon Rozman <simon@rozman.si >
2023-11-08 13:50:01 +01:00
Simon Rozman
7d866b183b
Update submodules
...
Signed-off-by: Simon Rozman <simon@rozman.si >
2023-03-15 22:19:56 +01:00
Simon Rozman
b13f77ce95
ZRColaWS: Stop escaping UTF-8 characters in JSON
...
JSON is always UTF-8 and there is absolutely no need to escape all non-ASCII
characters in output strings.
Signed-off-by: Simon Rozman <simon@rozman.si >
2022-12-14 15:18:14 +01:00
Simon Rozman
cb324389e4
ZRColaWS: Cleanup
...
Signed-off-by: Simon Rozman <simon@rozman.si >
2022-12-14 15:09:40 +01:00
Simon Rozman
afb137edee
Explicitly clear reused std::vector and u16string after moved from
...
MSVC C26800 warned us std::vector and std::string are not guaranteed to
be cleared after being moved from in all standard C++ implementations.
As we reuse those objects and rely they are cleared, do an explicit
clear. We could have one-time-use objects and add scopes, but that makes
code ugly.
Reference: https://stackoverflow.com/a/17735913/2071884
Signed-off-by: Simon Rozman <simon@rozman.si >
2022-10-28 13:45:51 +02:00
Simon Rozman
f547fbc601
ZRColaWS: Document build and install step-by-step
...
Signed-off-by: Simon Rozman <simon@rozman.si >
2022-09-29 15:07:42 +02:00
Simon Rozman
e78bbc9c3b
ZRColaWS: Install systemd service
...
Signed-off-by: Simon Rozman <simon@rozman.si >
2022-09-20 12:49:25 +02:00
Simon Rozman
f523d12fa1
ZRColaWS: Set default listen port to 54591
...
The 8000 is Oat++ sample port.
Signed-off-by: Simon Rozman <simon@rozman.si >
2022-09-20 11:41:39 +02:00
Simon Rozman
c6f844775f
ZRColaWS: Make logging systemd journal friendlier
...
Signed-off-by: Simon Rozman <simon@rozman.si >
2022-09-20 11:39:30 +02:00
Simon Rozman
450c18198a
ZRColaWS: Integrate Oat++ building
...
Signed-off-by: Simon Rozman <simon@rozman.si >
2022-09-20 10:13:50 +02:00
Simon Rozman
ad57071515
ZRColaWS: Sync executable name with project
...
The executable is not really a Linux deamon.
Signed-off-by: Simon Rozman <simon@rozman.si >
2022-09-19 18:26:31 +02:00
Simon Rozman
f6d0323485
ZRColaWS: Stop setting API server in Swagger UI
...
Host where the webservice is listening is not the same as host where
clients connect to. Unless localhost, but that limits use of Swagger UI
for internal use only.
And, not to forget: reverse proxy that will typically run in front of
ZRCola web service and will publish it with who knows what public URL.
Signed-off-by: Simon Rozman <simon@rozman.si >
2022-09-19 16:11:08 +02:00
Simon Rozman
004958f464
ZRColaWS: Rearrange source and provide Swagger-UI documentation
...
Signed-off-by: Simon Rozman <simon@rozman.si >
2022-09-19 15:49:36 +02:00
Simon Rozman
09117d68a6
ZRColaWS: Add support for gracefull exit
2022-09-19 12:45:19 +02:00
Simon Rozman
04eea84f8a
ZRColaWS: Fix test HTML page
...
Signed-off-by: Simon Rozman <simon@rozman.si >
2022-09-19 09:49:32 +02:00
Simon Rozman
685ffedb53
ZRColaWS: Simplify class and variable names
...
Signed-off-by: Simon Rozman <simon@rozman.si >
2022-09-19 09:11:34 +02:00
Simon Rozman
f74e9930c1
ZRColaWS: Add support for inverse translation
...
Signed-off-by: Simon Rozman <simon@rozman.si >
2022-09-16 14:54:48 +02:00
Simon Rozman
3aba608001
ZRColaWS: Return source->destination index mapping
...
Signed-off-by: Simon Rozman <simon@rozman.si >
2022-09-16 13:54:57 +02:00
Simon Rozman
fa59e71fe3
ZRColaWS: Rename .h to .hpp and fix indents
...
Oat++ is using .hpp extension for header files.
Signed-off-by: Simon Rozman <simon@rozman.si >
2022-09-16 13:53:59 +02:00
Simon Rozman
ff509ed6b5
ZRColaWS: Initial working version
...
Signed-off-by: Simon Rozman <simon@rozman.si >
2022-09-16 03:02:16 +02:00
Simon Rozman
eb0911d3c0
ZRColaWS: Split LDFLAGS and LDLIBS
...
Signed-off-by: Simon Rozman <simon@rozman.si >
2022-09-15 22:59:29 +02:00
Simon Rozman
a7c7a3f40c
ZRColaWS: Initial skeleton
...
Signed-off-by: Simon Rozman <simon@rozman.si >
2022-09-15 18:25:43 +02:00