Commit Graph

7 Commits

Author SHA1 Message Date
Matthias Portzel 3063358ecf Move to Unlicense 2022-02-28 11:12:36 -05:00
MatthiasSaihttam 2dabbc0969 Non gemtext static files
* Static file handler now attempts to use "file-type" if it is available 
to read the magic bytes of a file and get Mime type
* Fixed a crash if the client closed the socket prematurely
* Move README to gmi
2021-10-09 21:05:56 -04:00
MatthiasSaihttam 7761c18fd5 Fix bug when requesting urls with ports 2021-09-25 09:04:27 -04:00
MatthiasSaihttam e351bc03d4 Non-start bug fix 2021-09-15 17:18:05 -04:00
MatthiasSaihttam 3d6fc7b211 Add ReverseProxy
* Restructure imports/exports
    * Add a default export
    * Jump to 2.0 per semver
* Add a ReverseProxy handler
* Change the behavior of registerPath around root hostnames
2021-09-15 17:16:01 -04:00
MatthiasSaihttam e53fb7a8fe v1.0.0 and an NPM module
* Fix a bug with requests without a trailing slash
2021-08-29 14:24:16 -04:00
MatthiasSaihttam a6f5a2cd62 Move to ES6 modules
* Move to ES6 modules
* Start working on a GeminiServer class
* Create a package.json
2021-08-28 16:09:02 -04:00