Skip to content

1.4

Compare
Choose a tag to compare
@omar-polo omar-polo released this 11 Jan 14:56
· 1417 commits to master since this release

New stuff:

  • uri parser rewritten
  • accept only absolute URI in requests
  • IRI (Internationalized Resource Identifiers) support (RFC3987)
  • dual stack: with -6 will accept also connections over IPv6
  • daemon mode by default: pass -f to stays in the foreground
  • log also the port, not only the remote IP

Possible breaking changes:

  • -l flag retired. Now we log to syslog, or to stderr if -f is given

Bugfixes:

  • -d accepts relative paths
  • reject connections if the scheme isn't gemini