#
# ChangeLog for trunk/morty.go in code
#
# Generated by Trac 1.6
# Jun 8, 2025, 6:47:47 PM
Tue, 15 Oct 2019 10:06:09 GMT mathieu.brunot [98]
* trunk/morty.go (modified)
:bug: Simplify DEBUG var init
Signed-off-by: mathieu.brunot ...
Tue, 15 Oct 2019 07:56:30 GMT mathieu.brunot [97]
* trunk/Dockerfile (modified)
* trunk/morty.go (modified)
:sparkles: Var to enable/disable debug logs
Signed-off-by: ...
Sun, 11 Aug 2019 08:34:33 GMT alex [96]
* trunk/morty.go (modified)
[mod] follow HTTP redirect (only GET HTTP method)
close #48
Sun, 11 Aug 2019 08:32:56 GMT alex [95]
* trunk/.travis.yml (modified)
* trunk/contenttype/contenttype_test.go (modified)
* trunk/morty.go (modified)
Merge pull request #77 from dalf/fix-tests
[fix] tests
Sun, 11 Aug 2019 08:28:28 GMT alex [94]
* trunk/.travis.yml (modified)
* trunk/contenttype/contenttype_test.go (modified)
* trunk/morty.go (modified)
[fix] tests
Tue, 02 Jul 2019 17:11:46 GMT asciimoo [93]
* trunk/Dockerfile (modified)
* trunk/Makefile (modified)
* trunk/morty.go (modified)
Merge pull request #73 from asciimoo/docker
Add Dockerfile and Makefile
Tue, 02 Jul 2019 16:20:01 GMT alex [92]
* trunk/Dockerfile (modified)
* trunk/morty.go (modified)
Dockerfile : Various modifications
- the key is base64 encoded /!\ ...
Mon, 14 Jan 2019 12:27:30 GMT asciimoo [89]
* trunk/morty.go (modified)
Merge pull request #68 from aveao/patch-1
Add support for image/x-icon
Tue, 08 Jan 2019 23:38:56 GMT ave [88]
* trunk/morty.go (modified)
Add support for image/x-icon
Wed, 30 May 2018 15:14:37 GMT asciimoo [78]
* trunk/morty.go (modified)
[enh] add environment variable support to configure listen address ...
Mon, 28 May 2018 13:30:49 GMT asciimoo [77]
* trunk/CHANGELOG.md (modified)
* trunk/morty.go (modified)
[enh] v0.2.0
Tue, 30 Jan 2018 18:46:11 GMT asciimoo [74]
* trunk/CHANGELOG.md (added)
* trunk/morty.go (modified)
[enh] v0.1.0
Sat, 15 Apr 2017 17:57:47 GMT asciimoo [72]
* trunk/morty.go (modified)
[fix] hide morty popup ++ add link to source
Thu, 02 Mar 2017 02:19:36 GMT asciimoo [71]
* trunk/morty.go (modified)
[fix] handle missing urls
Fri, 23 Dec 2016 21:19:44 GMT asciimoo [70]
* trunk/morty.go (modified)
Merge pull request #47 from dalf/nohttppage
[enh] "You are about to ...
Fri, 23 Dec 2016 20:10:33 GMT alex [69]
* trunk/morty.go (modified)
[enh] for protocols others than HTTP(S) or for .onion domains, Morty ...
Fri, 23 Dec 2016 19:25:28 GMT asciimoo [68]
* trunk/morty.go (modified)
Merge pull request #46 from dalf/html
[mod] different HTML / CSS ...
Fri, 23 Dec 2016 17:58:04 GMT alex [67]
* trunk/morty.go (modified)
[mod] fix HTML in the welcome page. Make sure the morty header is ...
Wed, 21 Dec 2016 23:28:11 GMT asciimoo [66]
* trunk/morty.go (modified)
[fix] package name
Wed, 21 Dec 2016 23:26:49 GMT asciimoo [65]
* trunk/contenttype/contenttype.go (modified)
* trunk/contenttype/contenttype_test.go (modified)
* trunk/morty.go (modified)
Merge pull request #45 from dalf/mimetype
[enh] parse and filter ...
Wed, 21 Dec 2016 17:10:56 GMT alex [64]
* trunk/morty.go (modified)
[mod] allow different content types according to two while lists. ...
Thu, 15 Dec 2016 22:32:34 GMT alex [63]
* trunk/contenttype (added)
* trunk/contenttype/contenttype.go (added)
* trunk/contenttype/contenttype_test.go (added)
* trunk/morty.go (modified)
[enh] parse and filter Content-Type.
svg, mathml, multipart, xml ...
Wed, 07 Dec 2016 11:09:30 GMT asciimoo [62]
* trunk/morty.go (modified)
* trunk/morty_test.go (modified)
Merge pull request #38 from dalf/uri
[enh] ignore all special ...
Thu, 01 Dec 2016 13:01:22 GMT alex [61]
* trunk/morty.go (modified)
[mod] data scheme URL : allow only images (png, jpeg, pjpeg, gif,
webp)
Thu, 01 Dec 2016 12:45:38 GMT alex [60]
* trunk/morty.go (modified)
* trunk/morty_test.go (modified)
[enh] ignore all special characters in the URI protocol (example : ...
Sun, 04 Dec 2016 11:00:14 GMT asciimoo [59]
* trunk/morty.go (modified)
Merge pull request #40 from asciimoo/firefox-ua
[fix] Firefox user ...
Sat, 03 Dec 2016 11:56:10 GMT alex [58]
* trunk/morty.go (modified)
[fix] Firefox user agent instead of Chrome
Should fix #31
Sun, 04 Dec 2016 10:58:41 GMT asciimoo [57]
* trunk/morty.go (modified)
Merge pull request #39 from dalf/comment
[fix] ignore all comments
Tue, 29 Nov 2016 13:52:16 GMT alex [56]
* trunk/morty.go (modified)
[fix] ignore all comments (quick fix about the privacy issue with IE ...
Tue, 29 Nov 2016 23:11:00 GMT asciimoo [53]
* trunk/morty.go (modified)
* trunk/morty_test.go (modified)
[enh] add url proxifier tests ++ fix proxification user url part
handling
Tue, 29 Nov 2016 12:30:07 GMT asciimoo [52]
* trunk/morty.go (modified)
Merge pull request #37 from dalf/url_fragment
[fix] URI fragment ...
Tue, 29 Nov 2016 10:35:59 GMT alex [51]
* trunk/morty.go (modified)
[fix] URI fragment are not encoded in the mortyurl but are encoded as ...
Tue, 29 Nov 2016 10:12:48 GMT asciimoo [50]
* trunk/morty.go (modified)
[fix] use html content-type on xhtml responses - closes #17
Mon, 28 Nov 2016 20:34:53 GMT asciimoo [47]
* trunk/morty.go (modified)
Merge pull request #36 from dalf/head
svg, math, link and meta tags
Mon, 28 Nov 2016 17:38:17 GMT alex [46]
* trunk/morty.go (modified)
* ignore svg and math tags (most of attributes are ignored in the ...
Mon, 28 Nov 2016 12:49:22 GMT asciimoo [45]
* trunk/morty.go (modified)
Merge pull request #35 from dalf/url_encoding
Fetched URI matched ...
Mon, 28 Nov 2016 09:59:14 GMT alex [44]
* trunk/morty.go (modified)
[fix] fix #14. Fetched URI matched the mortyurl.
Query parameters in ...
Sat, 26 Nov 2016 16:49:35 GMT asciimoo [43]
* trunk/morty.go (modified)
Merge pull request #32 from dalf/encoding
[enh] support different ...
Sat, 26 Nov 2016 12:45:12 GMT alex [42]
* trunk/morty.go (modified)
[enh] support different encodings (all encoding are convert to UTF-8 ...
Sat, 26 Nov 2016 10:42:32 GMT asciimoo [41]
* trunk/morty.go (modified)
Merge pull request #33 from dalf/base_fix
[fix] fix infinite loop ...
Sat, 26 Nov 2016 10:16:11 GMT alex [40]
* trunk/morty.go (modified)
[fix] fix infinite loop with
Fri, 25 Nov 2016 10:22:44 GMT asciimoo [39]
* trunk/morty.go (modified)
[enh] forward content-disposition header
closes #21
Fri, 25 Nov 2016 10:15:31 GMT asciimoo [38]
* trunk/morty.go (modified)
[enh] use href attribute of base tag for base URL if presented
...
Thu, 24 Nov 2016 21:35:37 GMT asciimoo [37]
* trunk/morty.go (modified)
[enh] display response errors to users ++ code formatting
Thu, 24 Nov 2016 21:30:15 GMT asciimoo [36]
* trunk/morty.go (modified)
Merge pull request #28 from dalf/http_status_code
[mod] returns ...
Tue, 22 Nov 2016 13:50:27 GMT alex [35]
* trunk/morty.go (modified)
[mod] different HTTP status codes according to the errors :
* 200 - ...
Thu, 24 Nov 2016 19:49:56 GMT asciimoo [33]
* trunk/morty.go (modified)
[fix] readable log messages
Thu, 24 Nov 2016 19:46:31 GMT asciimoo [32]
* trunk/morty (modified)
* trunk/morty.go (modified)
Merge pull request #30 from dalf/html
[mod] static HTML
Wed, 23 Nov 2016 20:55:12 GMT alex [31]
* trunk/morty (added)
* trunk/morty.go (modified)
[mod] static HTML :
* footer remains at the bottom except when the ...
Thu, 24 Nov 2016 19:12:44 GMT asciimoo [30]
* trunk/morty.go (modified)
Merge pull request #29 from dalf/refresh
: URL with simple quotes or ...
Tue, 22 Nov 2016 09:10:52 GMT asciimoo [28]
* trunk/morty.go (modified)
Merge pull request #25 from dalf/cssurl
Fix #13 : some URL in CSS ...
Mon, 21 Nov 2016 22:36:58 GMT alex [27]
* trunk/morty.go (modified)
Fix #13
Tue, 22 Nov 2016 09:10:09 GMT asciimoo [26]
* trunk/morty.go (modified)
Merge pull request #26 from dalf/mergeuris
Fix #15 : Relative URL ...
Mon, 21 Nov 2016 22:40:27 GMT alex [25]
* trunk/morty.go (modified)
Fix #15
Sun, 30 Oct 2016 18:31:13 GMT asciimoo [24]
* trunk/morty.go (modified)
[mod] disable ipv6 by default
Sun, 30 Oct 2016 16:54:54 GMT asciimoo [23]
* trunk/morty.go (modified)
[mod] proxification refactor
Sun, 30 Oct 2016 12:24:56 GMT asciimoo [21]
* trunk/morty.go (modified)
[fix] attribute escaping - better solution in the future: ...
Sat, 29 Oct 2016 18:46:27 GMT asciimoo [18]
* trunk/morty.go (modified)
[fix] avoid fasthttp panic on .onion urls - see ...
Sat, 29 Oct 2016 00:26:36 GMT asciimoo [17]
* trunk/morty.go (modified)
[enh] do not serve javascript files
Thu, 27 Oct 2016 15:00:55 GMT asciimoo [15]
* trunk/morty.go (modified)
[fix] css import expression - closes #7
Thu, 27 Oct 2016 14:47:30 GMT asciimoo [14]
* trunk/morty.go (modified)
[fix] case insensitive http-equiv refresh redirect handling - fixes
#5
Thu, 27 Oct 2016 14:16:10 GMT asciimoo [13]
* trunk/morty.go (modified)
[fix] exclude dns-prefetch and preloaded scripts - fixes #4
Tue, 25 Oct 2016 23:28:31 GMT asciimoo [12]
* trunk/morty.go (modified)
[mod] disable connection keepalive
Tue, 25 Oct 2016 21:01:01 GMT asciimoo [11]
* trunk/morty.go (modified)
[enh] enhanced main page
Tue, 25 Oct 2016 14:55:06 GMT asciimoo [10]
* trunk/morty.go (modified)
[enh] disallow crawling bots
Sun, 23 Oct 2016 17:30:02 GMT asciimoo [9]
* trunk/morty.go (modified)
[mod] use io.Writer in sanitizers
Sun, 23 Oct 2016 16:27:23 GMT asciimoo [8]
* trunk/morty.go (modified)
[fix] support css @import statement
Fri, 21 Oct 2016 19:01:49 GMT asciimoo [7]
* trunk/morty.go (modified)
[fix] support all kind of http redirections
Tue, 18 Oct 2016 10:49:54 GMT asciimoo [5]
* trunk/morty.go (modified)
[fix] injected html formatting + syntax
Mon, 17 Oct 2016 23:26:20 GMT asciimoo [4]
* trunk/morty.go (modified)
[enh] add request timeout
Sun, 16 Oct 2016 09:37:09 GMT asciimoo [3]
* trunk/morty.go (modified)
[fix] handle missing trailing slash in baseurl
Sat, 15 Oct 2016 23:06:44 GMT asciimoo [2]
* trunk/morty.go (modified)
[fix] add mortykey to forms too
Sat, 15 Oct 2016 18:29:26 GMT asciimoo [1]
* trunk (added)
* trunk/README.md (added)
* trunk/morty.go (added)
[enh] initial commit