aboutsummaryrefslogtreecommitdiffstats
path: root/gopherproxy.go
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some issues with GeminiFeuerfuchs2019-11-161-42/+72
|
* Initial Gemini supportFeuerfuchs2019-11-161-40/+221
|
* Handle links starting with /URL: correctlyFeuerfuchs2019-11-121-0/+2
|
* Enable compression with brotliFeuerfuchs2019-11-121-5/+7
|
* Add setting to use proportional fontFeuerfuchs2019-11-121-5/+21
|
* Fix: Correctly handle URIs where the type is not separated by a slashFeuerfuchs2019-11-111-1/+12
|
* Prefix instead of equality to determine page typeFeuerfuchs2019-11-111-2/+2
|
* Don't show .xml and .asc files in template, update demo URLFeuerfuchs2019-11-111-31/+31
|
* Replaced UglifyJS with Terser, include whole asset path in struct, display ↵Feuerfuchs2019-11-111-20/+43
| | | | errors in template instead of basic HTML
* Fix len check while checking the URI for responseFeuerfuchs2019-06-301-1/+3
|
* Add CLI flag for the concurrency level of libvipsFeuerfuchs2019-06-301-2/+2
|
* Upgrade to packr v2Feuerfuchs2019-06-301-3/+3
|
* Serve assets as own files, use caching strategiesFeuerfuchs2019-06-271-24/+54
|
* Show expandable thumbnails for imagesFeuerfuchs2019-06-231-6/+36
|
* Check type instead of file ext to render text via tplFeuerfuchs2019-06-211-1/+1
|
* Add navigation headerFeuerfuchs2019-06-201-4/+13
|
* Make output about ignored robots.txt optionalFeuerfuchs2019-06-201-4/+4
|
* Fix for unescaped HTMLFeuerfuchs2019-06-171-8/+12
|
* Add FaviconFeuerfuchs2019-06-171-0/+18
|
* Embed CSS in executable the same way as fontsFeuerfuchs2019-06-071-5/+13
|
* Improved template readabilityFeuerfuchs2019-06-051-3/+6
|
* Updated font handlingFeuerfuchs2019-06-051-1/+26
|
* Style improvementsFeuerfuchs2019-06-041-9/+22
|
* Add custom stylesFeuerfuchs2019-06-041-2/+16
|
* Add support for robots.txt user agent control from web crawlers (#10)James Mills2018-04-031-10/+52
|
* Minor refactor/cleanupJames Mills2017-10-151-10/+7
|
* BumpJames Mills2017-06-261-3/+14
|
* Fix handling of queries / indexsearch (itemtype 7)James Mills2017-06-131-3/+13
|
* Migrated to a Library structure with gopherproxy cmd for reuse by gopherclientJames Mills2016-09-301-0/+131