A tool for downloading and analysing server info from OriginsRO
Find a file
King_DuckZ b06456e4b0 Restore timeouts from previous run
This is quite a big update, the new feature is that when the
program starts it loads the next update time from the db if
present. If so it resumes the timers from there. Maximum wait
time is currently capped at 24h.

TimerOroApi is not templated on methods anymore, rather on
the new DBOperation enum. This is so that it has that enum
value to pass it to other functions. This could've been a
separate commit, but wth...

Magic enum allows me to iterate over an enum's values at
build time, it's useful for building the query in OriginsDB
for the SELECT in the access table
(see make_select_last_access_str()).
2020-08-16 06:28:58 +01:00
sample_responses I don't know why this thing changed, blame SoapUI 2020-08-11 01:33:36 +01:00
src Restore timeouts from previous run 2020-08-16 06:28:58 +01:00
subprojects Restore timeouts from previous run 2020-08-16 06:28:58 +01:00
.gitignore Improve sql for items table 2020-08-12 01:07:34 +01:00
.gitmodules Restore timeouts from previous run 2020-08-16 06:28:58 +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 Return some default db name if not present in the config file 2020-08-11 01:04:53 +01:00
orotool.conf Add worker_threads setting 2020-08-11 01:33:11 +01:00