index
:
gopherproxy
master
gopherproxy
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gopherproxy.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add IPv6 support, general restructuring
Feuerfuchs
2019-11-26
1
-693
/
+0
*
Created proper startpage, support gemini:// links in Gopher mode
Feuerfuchs
2019-11-17
1
-4
/
+14
*
Include a default startpage (WIP)
Feuerfuchs
2019-11-17
1
-1
/
+4
*
Allow custom path for startpage file
Feuerfuchs
2019-11-17
1
-2
/
+2
*
Report template errors, add support for start page
Feuerfuchs
2019-11-17
1
-28
/
+69
*
Display proper HTML title
Feuerfuchs
2019-11-16
1
-27
/
+44
*
Gemini: Add support for charset MIME parameter
Feuerfuchs
2019-11-16
1
-19
/
+29
*
Fixed some issues with Gemini
Feuerfuchs
2019-11-16
1
-42
/
+72
*
Initial Gemini support
Feuerfuchs
2019-11-16
1
-40
/
+221
*
Handle links starting with /URL: correctly
Feuerfuchs
2019-11-12
1
-0
/
+2
*
Enable compression with brotli
Feuerfuchs
2019-11-12
1
-5
/
+7
*
Add setting to use proportional font
Feuerfuchs
2019-11-12
1
-5
/
+21
*
Fix: Correctly handle URIs where the type is not separated by a slash
Feuerfuchs
2019-11-11
1
-1
/
+12
*
Prefix instead of equality to determine page type
Feuerfuchs
2019-11-11
1
-2
/
+2
*
Don't show .xml and .asc files in template, update demo URL
Feuerfuchs
2019-11-11
1
-31
/
+31
*
Replaced UglifyJS with Terser, include whole asset path in struct, display er...
Feuerfuchs
2019-11-11
1
-20
/
+43
*
Fix len check while checking the URI for response
Feuerfuchs
2019-06-30
1
-1
/
+3
*
Add CLI flag for the concurrency level of libvips
Feuerfuchs
2019-06-30
1
-2
/
+2
*
Upgrade to packr v2
Feuerfuchs
2019-06-30
1
-3
/
+3
*
Serve assets as own files, use caching strategies
Feuerfuchs
2019-06-27
1
-24
/
+54
*
Show expandable thumbnails for images
Feuerfuchs
2019-06-23
1
-6
/
+36
*
Check type instead of file ext to render text via tpl
Feuerfuchs
2019-06-21
1
-1
/
+1
*
Add navigation header
Feuerfuchs
2019-06-20
1
-4
/
+13
*
Make output about ignored robots.txt optional
Feuerfuchs
2019-06-20
1
-4
/
+4
*
Fix for unescaped HTML
Feuerfuchs
2019-06-17
1
-8
/
+12
*
Add Favicon
Feuerfuchs
2019-06-17
1
-0
/
+18
*
Embed CSS in executable the same way as fonts
Feuerfuchs
2019-06-07
1
-5
/
+13
*
Improved template readability
Feuerfuchs
2019-06-05
1
-3
/
+6
*
Updated font handling
Feuerfuchs
2019-06-05
1
-1
/
+26
*
Style improvements
Feuerfuchs
2019-06-04
1
-9
/
+22
*
Add custom styles
Feuerfuchs
2019-06-04
1
-2
/
+16
*
Add support for robots.txt user agent control from web crawlers (#10)
James Mills
2018-04-03
1
-10
/
+52
*
Minor refactor/cleanup
James Mills
2017-10-15
1
-10
/
+7
*
Bump
James Mills
2017-06-26
1
-3
/
+14
*
Fix handling of queries / indexsearch (itemtype 7)
James Mills
2017-06-13
1
-3
/
+13
*
Migrated to a Library structure with gopherproxy cmd for reuse by gopherclient
James Mills
2016-09-30
1
-0
/
+131