gopher-validator

Gopher validator and happy helper
git clone git://git.codemadness.org/gopher-validator
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2022-02-19 13:26bump LICENSE yearHiltjo Posthuma1+1-1
2022-02-19 13:25rm TODOHiltjo Posthuma1+0-1
2022-02-18 13:29do not allow an empty port fieldHiltjo Posthuma1+1-1
2022-02-18 13:27use a binary search for checking the gopher type file extensionsHiltjo Posthuma1+20-15
2022-02-18 13:27sort table with types and extensions alphabetically by extensionHiltjo Posthuma1+40-37
2021-01-05 20:50reset mbtowc decoding state so it prints the warning onceHiltjo Posthuma1+1-0
2020-01-09 19:19gopher-validator.1: document param argument, order sectionsHiltjo Posthuma1+19-12
2020-01-09 19:13rename "server" to "host", because this name is used in the RFCHiltjo Posthuma1+11-11
2019-08-24 09:33count from 1 (not 0) for the column number / character indexHiltjo Posthuma1+2-2
2019-08-11 09:34a '.' is allowed in IPv6 addresses, see RFC2732Hiltjo Posthuma1+1-1
2019-08-10 18:27add function to check server/hostnameHiltjo Posthuma1+38-0
2019-07-22 16:54gopher-validator rewrite in CHiltjo Posthuma7+661-749
2018-08-10 13:11Add LICENSE, Makefile, manpage.Christoph Lohmann4+767-1
2018-08-10 12:54Make the validation valider.Christoph Lohmann1+5-4
2018-07-18 21:21Initial gopher validator commit.Christoph Lohmann1+9-0