A tool for downloading and analysing server info from OriginsRO
Find a file
King_DuckZ c5e0b01b06 Add OriginsDB base class and a make() function
This fixes the build. The make function for the moment
just takes a string since that's all that's ever needed.
This is supposed to change since the postgresql database
will need a port, an url, password etc. Maybe
connection strings are still a thing, but if not then
I'll probably need to find a way to accept arbitrary
parameters in OriginsDB::make().
2020-08-22 01:57:14 +01:00
sample_responses Add new sample response 2020-08-16 17:44:41 +01:00
src Add OriginsDB base class and a make() function 2020-08-22 01:57:14 +01:00
subprojects Fix restc-cpp unit test's build 2020-08-22 00:50:56 +01:00
.gitignore Improve sql for items table 2020-08-12 01:07:34 +01:00
.gitmodules Add lest lib 2020-08-21 21:16:05 +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 Restore timeouts from previous run 2020-08-16 06:28:58 +01:00
meson_options.txt Add an option to enable/disable sqlite backend 2020-08-22 01:30:04 +01:00
orotool.conf Add api_key to the config file 2020-08-16 14:26:43 +01:00