# # ChangeLog for trunk in code # # Generated by Trac 1.6 # Jun 8, 2025, 2:59:51 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 /!\ ... Tue, 02 Jul 2019 08:57:42 GMT alex [91] * trunk/Dockerfile (modified) Dockerfile: create and use a morty user. Fri, 28 Jun 2019 09:07:38 GMT alex [90] * trunk/Dockerfile (added) * trunk/Makefile (added) Add Dockerfile and Makefile 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 Fri, 07 Sep 2018 00:09:21 GMT asciimoo [87] * trunk/README.md (modified) Merge pull request #65 from SYNStack/readme-travis-oops Fixed typo ... Fri, 07 Sep 2018 00:09:08 GMT asciimoo [86] * trunk/README.md (modified) Merge branch 'master' into readme-travis-oops Fri, 07 Sep 2018 00:08:18 GMT asciimoo [85] * trunk/README.md (modified) Merge pull request #67 from SYNStack/licensebadge Replace license ... Thu, 06 Sep 2018 22:48:53 GMT SYNStack [84] * trunk/README.md (modified) Replace license link in README with badge Thu, 06 Sep 2018 22:33:04 GMT SYNStack [83] * trunk/README.md (modified) Fixed typo in travis badge Thu, 06 Sep 2018 19:40:35 GMT asciimoo [82] * trunk/README.md (modified) Merge pull request #64 from SYNStack/readme-travis Add travis build ... Thu, 06 Sep 2018 18:32:26 GMT SYNStack [81] * trunk/README.md (modified) Add travis status to README Thu, 06 Sep 2018 19:40:15 GMT asciimoo [80] * trunk/.travis.yml (modified) * trunk/README.md (modified) Merge pull request #63 from SYNStack/minversion Update minimum ... Thu, 06 Sep 2018 18:26:38 GMT SYNStack [79] * trunk/.travis.yml (modified) * trunk/README.md (modified) Change minimum version requirement to Go >= 1.10 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 Sat, 31 Mar 2018 16:32:37 GMT asciimoo [76] * trunk/morty.1 (modified) Merge pull request #54 from josch/master Add manual page for the ... Fri, 30 Mar 2018 15:30:06 GMT josch [75] * trunk/morty.1 (added) Add manual page for the "man" manual program in roff format Tue, 30 Jan 2018 18:46:11 GMT asciimoo [74] * trunk/CHANGELOG.md (added) * trunk/morty.go (modified) [enh] v0.1.0 Thu, 10 Aug 2017 10:00:09 GMT asciimoo [73] * trunk/.travis.yml (modified) [mod] change tip go version in travis to 1.8.3 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 ... Wed, 30 Nov 2016 00:19:16 GMT asciimoo [55] * trunk/morty_test.go (modified) [enh] add anchor url parse test Wed, 30 Nov 2016 00:10:19 GMT asciimoo [54] * trunk/.travis.yml (added) [enh] add travis config 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:47:18 GMT asciimoo [49] * trunk/.gitignore (added) [enh] add gitignore Mon, 28 Nov 2016 20:36:06 GMT asciimoo [48] * trunk/README.md (modified) [doc] add test/benchmark/license info 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:50:24 GMT asciimoo [34] * trunk/morty (deleted) [fix] remove binary 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 16:51:27 GMT asciimoo [22] * trunk/morty_test.go (modified) [enh] add sanitizer benchmark Sun, 30 Oct 2016 12:24:56 GMT asciimoo [21] * trunk/morty.go (modified) [fix] attribute escaping - better solution in the future: ... Sun, 30 Oct 2016 11:57:34 GMT asciimoo [20] * trunk/LICENSE (added) [fix] add license closes #8 Sat, 29 Oct 2016 18:47:14 GMT asciimoo [19] * trunk/README.md (modified) [doc] readme update 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 Sat, 29 Oct 2016 00:05:14 GMT asciimoo [16] * trunk/morty_test.go (added) [enh] basic attribute tests 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 18:54:19 GMT asciimoo [6] * trunk/README.md (modified) [doc] description update 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