A tool for downloading and analysing server info from OriginsRO
Find a file
King_DuckZ a32044a4b5 Add optional lzma support for stored json responses
When enabled entries in the DB are stored as base64
encoded xz data. To uncompress save to a file
my_json.base64 and run:

cat my_json.base64 | base64 --decode | unxz --decompress - > my_json.txt
2020-09-05 14:00:22 +01:00
sample_responses Fix for the new server's reply 2020-09-04 01:17:59 +01:00
src Add optional lzma support for stored json responses 2020-09-05 14:00:22 +01:00
subprojects Change restc-cpp into a meson wrap (lest too) 2020-08-29 18:03:04 +01:00
.gitignore Change restc-cpp into a meson wrap (lest too) 2020-08-29 18:03:04 +01:00
.gitmodules Change restc-cpp into a meson wrap (lest too) 2020-08-29 18:03:04 +01:00
COPYING Attach GPL3+ licence 2020-08-10 11:22:25 +01:00
example.c Add example file that's been there forever 2020-08-12 01:07:45 +01:00
meson.build Version bump to 0.2.0 2020-09-05 02:49:39 +01:00
meson_options.txt Add optional lzma support for stored json responses 2020-09-05 14:00:22 +01:00
orotool.conf Add optional lzma support for stored json responses 2020-09-05 14:00:22 +01:00