]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Allow server.port to be an integer in JSON
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Fri, 29 Aug 2025 18:16:04 +0000 (12:16 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Fri, 29 Aug 2025 18:20:57 +0000 (12:20 -0600)
commit27458e6740649bfc49bce4bd5996cf51161fbe3f
tree1c727a759f742be780de73b127b409297143d1cd
parent4e7121ea93f360e6d07c55d05d2a817bbfeea3ad
Allow server.port to be an integer in JSON

The old string parser still works too.

For #50.
docs/usage.md
src/config.c
src/config/str.c
src/config/str.h
src/object/certificate.c
src/types/uri.c