#
# ChangeLog for trunk in code
#
# Generated by Trac 1.6
# Jun 8, 2025, 2:59:41 PM
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