about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* chore: update email address HEAD 0.1.1.3 mastersternenseemann2021-10-251-1/+1
|
* fix(GopherProxy.Params): fix parsing of --default-mime-typesternenseemann2021-10-252-1/+4
| | | | | | | The Read instance of ByteString expects quotes around the input value which is quite cumbersome (and counterintuitive) to do on the command line, since it requires escaping extra quotes. Obviously using the `utf8ByteString` facility we already have is more correct here.
* chore: adjust for attoparsec >= 0.14sternenseemann2021-10-255-9/+24
| | | | | `parseOnly` now takes a lazy ByteString. This will need a new release for stackage.
* Typo fixsternenseemann2020-05-132-2/+2
|
* Release 0.1.1.2 fix version constraintssternenseemann2019-05-231-2/+2
|
* Fix documentationsternenseemann2017-03-051-1/+1
|
* Fix escaping in gopher-proxy.cabalsternenseemann2017-01-061-1/+1
|
* Release 0.1.1.1 0.1.1.1sternenseemann2017-01-063-1/+6
|
* Release 0.1.1.0 0.1.1.0sternenseemann2017-01-062-1/+7
|
* Update the documentation and fix its formattingsternenseemann2017-01-062-14/+34
| | | | | | | * Make the options-chart hackage-safe (hackage does not support markdown tables) * Add --title and --server-name * Elaborate the package's description
* Add the options --server-name & --titlesternenseemann2017-01-062-13/+37
| | | | | | | * --server-name allows to set the server name, which gopher-proxy uses for checking, if a menu item points to a different gopher server, to something else than the hostname of the gopher server. * --title allows to modify the html title-tag.
* Update ChangeLog 0.1.0.2sternenseemann2017-01-051-0/+4
|
* Fix build issue by adding some other-modulessternenseemann2017-01-051-1/+4
|
* Release 0.1.0.1 0.1.0.1sternenseemann2017-01-042-1/+5
|
* Add additional information and documentation to cabal filesternenseemann2017-01-041-1/+4
|
* Add version bound for basesternenseemann2017-01-041-1/+1
|
* Release! 0.1.0.0sternenseemann2017-01-042-2/+2
|
* Handle UnicodeExceptionssternenseemann2017-01-041-2/+5
|
* Add hints and roadmap to READMEsternenseemann2017-01-041-0/+10
|
* Improve HTTP errors and minor improvementssternenseemann2017-01-043-26/+56
| | | | | | | | | | | * Unreachability yields 502 which is better than 500 * If a gopher menu only contains errors (type 3), the response has status 502 * A connection timeout has been added, which is configurable using the flag `--timeout` * The default mime type can be given using a new flag, `--default-mime-type` * Minor code cleanup
* Add description and repository to cabal filesternenseemann2017-01-041-1/+6
|
* Distribute a default csssternenseemann2017-01-025-15/+25
|
* Fix compatibility issue with network < 2.6.3sternenseemann2017-01-012-0/+7
|
* Set viewportsternenseemann2016-12-311-0/+1
|
* Log errors to consolesternenseemann2016-12-311-5/+8
|
* Import Data.Monoid in GopherProxy.Params as wellsternenseemann2016-12-281-0/+1
|
* Make empty menu items appear as vertical spacesternenseemann2016-12-281-1/+5
|
* Add basic documentationsternenseemann2016-12-281-0/+20
|
* Rework parameter parsingsternenseemann2016-12-284-51/+75
|
* initsternenseemann2016-12-2711-0/+986