A tool for downloading and analysing server info from OriginsRO
Find a file
King_DuckZ a1aeb3c587 Server is returning some shops selling unknown items, add support for it
Previously the code would just throw an exception and
quit (foreign key constraint violation). Add an empty
row with the missing id so it will work. When the item
list returns that item the next time, the empty row will
be filled.
2020-08-16 22:29:46 +01:00
sample_responses Add new sample response 2020-08-16 17:44:41 +01:00
src Server is returning some shops selling unknown items, add support for it 2020-08-16 22:29:46 +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 api_key to the config file 2020-08-16 14:26:43 +01:00