Releases: playbymail/Far-Horizons
Releases · playbymail/Far-Horizons
v7.5.8: replaced strlcat with compat function
Patch - removed debug statement
Statement was annoying and caused compile failure since it used a non-standard macro.
v7.5.6 - fixed failing test case on import
The export/import for JSON ignored several fields in the binary data which were "reserved" or "padding." This caused the test to fail since it was comparing checksums on the binary data.
Updated export and import to clear memory more aggressively and to work on all the fields in the binary data.
JSON export and import for data sharing
created import json command Merge branch 'enh/import-json' into main