# # ChangeLog for / in code # # Generated by Trac 1.6 # Jun 8, 2025, 10:32:32 AM Thu, 21 Mar 2024 11:19:06 GMT Izuru Yakumo [148] * trunk/cmd/yukari/link_http_equiv_safe_values.go (deleted) * trunk/cmd/yukari/link_rel_safe_values.go (deleted) * trunk/cmd/yukari/main.go (modified) * trunk/cmd/yukari/safe_values.go (added) Merge safe values into a single source file, also skip fmt.Println() ... Mon, 18 Mar 2024 01:23:54 GMT Izuru Yakumo [147] * trunk/Makefile (modified) * trunk/README.md (modified) * trunk/cmd (added) * trunk/cmd/yukari (added) * trunk/cmd/yukari/allowed_content_types.go (added) * trunk/cmd/yukari/link_http_equiv_safe_values.go (added) * trunk/cmd/yukari/link_rel_safe_values.go (added) * trunk/cmd/yukari/main.go (added) * trunk/cmd/yukari/main_test.go (added) * trunk/cmd/yukari/safe_attributes.go (added) * trunk/cmd/yukari/templates (added) * trunk/cmd/yukari/templates/yukari_content_type.html (added) * trunk/cmd/yukari/templates/yukari_start.html (added) * trunk/cmd/yukari/templates/yukari_stop.html (added) * trunk/cmd/yukari/unsafe_elements.go (added) * trunk/config/config.go (modified) * trunk/go.mod (modified) * trunk/go.sum (modified) * trunk/version.go (added) * trunk/yukari.1 (modified) * trunk/yukari.go (deleted) * trunk/yukari_test.go (deleted) コードのリファクタリングが完了しました Signed-off-by: Izuru Yakumo ... Mon, 12 Feb 2024 15:56:44 GMT Izuru Yakumo [146] * trunk/.gitignore (modified) * trunk/Makefile (modified) * trunk/vendor/github.com/andybalholm/brotli/LICENSE (deleted) * trunk/vendor/github.com/andybalholm/brotli/README.md (deleted) * trunk/vendor/github.com/andybalholm/brotli/backward_references.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/backward_references_hq.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/bit_cost.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/bit_reader.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/block_splitter.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/block_splitter_command.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/block_splitter_distance.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/block_splitter_literal.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/brotli_bit_stream.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/cluster.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/cluster_command.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/cluster_distance.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/cluster_literal.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/command.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/compress_fragment.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/compress_fragment_two_pass.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/constants.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/context.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/decode.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/dictionary.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/dictionary_hash.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/encode.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/encoder_dict.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/entropy_encode.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/entropy_encode_static.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/fast_log.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/find_match_length.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/go.mod (deleted) * trunk/vendor/github.com/andybalholm/brotli/go.sum (deleted) * trunk/vendor/github.com/andybalholm/brotli/h10.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/h5.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/h6.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/hash.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/hash_composite.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/hash_forgetful_chain.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/hash_longest_match_quickly.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/hash_rolling.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/histogram.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/http.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/huffman.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/literal_cost.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/memory.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/metablock.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/metablock_command.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/metablock_distance.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/metablock_literal.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/params.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/platform.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/prefix.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/prefix_dec.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/quality.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/reader.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/ringbuffer.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/state.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/static_dict.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/static_dict_lut.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/symbol_list.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/transform.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/utf8_util.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/util.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/write_bits.go (deleted) * trunk/vendor/github.com/andybalholm/brotli/writer.go (deleted) * trunk/vendor/github.com/klauspost/compress/LICENSE (deleted) * trunk/vendor/github.com/klauspost/compress/flate/deflate.go (deleted) * trunk/vendor/github.com/klauspost/compress/flate/dict_decoder.go (deleted) * trunk/vendor/github.com/klauspost/compress/flate/fast_encoder.go (deleted) * trunk/vendor/github.com/klauspost/compress/flate/huffman_bit_writer.go (deleted) * trunk/vendor/github.com/klauspost/compress/flate/huffman_code.go (deleted) * trunk/vendor/github.com/klauspost/compress/flate/huffman_sortByFreq.go (deleted) * trunk/vendor/github.com/klauspost/compress/flate/huffman_sortByLiteral.go (deleted) * trunk/vendor/github.com/klauspost/compress/flate/inflate.go (deleted) * trunk/vendor/github.com/klauspost/compress/flate/inflate_gen.go (deleted) * trunk/vendor/github.com/klauspost/compress/flate/level1.go (deleted) * trunk/vendor/github.com/klauspost/compress/flate/level2.go (deleted) * trunk/vendor/github.com/klauspost/compress/flate/level3.go (deleted) * trunk/vendor/github.com/klauspost/compress/flate/level4.go (deleted) * trunk/vendor/github.com/klauspost/compress/flate/level5.go (deleted) * trunk/vendor/github.com/klauspost/compress/flate/level6.go (deleted) * trunk/vendor/github.com/klauspost/compress/flate/regmask_amd64.go (deleted) * trunk/vendor/github.com/klauspost/compress/flate/regmask_other.go (deleted) * trunk/vendor/github.com/klauspost/compress/flate/stateless.go (deleted) * trunk/vendor/github.com/klauspost/compress/flate/token.go (deleted) * trunk/vendor/github.com/klauspost/compress/gzip/gunzip.go (deleted) * trunk/vendor/github.com/klauspost/compress/gzip/gzip.go (deleted) * trunk/vendor/github.com/klauspost/compress/zlib/reader.go (deleted) * trunk/vendor/github.com/klauspost/compress/zlib/writer.go (deleted) * trunk/vendor/github.com/valyala/bytebufferpool/.travis.yml (deleted) * trunk/vendor/github.com/valyala/bytebufferpool/LICENSE (deleted) * trunk/vendor/github.com/valyala/bytebufferpool/README.md (deleted) * trunk/vendor/github.com/valyala/bytebufferpool/bytebuffer.go (deleted) * trunk/vendor/github.com/valyala/bytebufferpool/doc.go (deleted) * trunk/vendor/github.com/valyala/bytebufferpool/pool.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/.gitignore (deleted) * trunk/vendor/github.com/valyala/fasthttp/LICENSE (deleted) * trunk/vendor/github.com/valyala/fasthttp/README.md (deleted) * trunk/vendor/github.com/valyala/fasthttp/SECURITY.md (deleted) * trunk/vendor/github.com/valyala/fasthttp/TODO (deleted) * trunk/vendor/github.com/valyala/fasthttp/args.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/brotli.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/bytesconv.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/bytesconv_32.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/bytesconv_64.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/bytesconv_table.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/client.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/coarseTime.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/compress.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/cookie.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/doc.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/fasthttpproxy/http.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/fasthttpproxy/proxy_env.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/fasthttpproxy/socks5.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/fasthttputil/doc.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/fasthttputil/ecdsa.key (deleted) * trunk/vendor/github.com/valyala/fasthttp/fasthttputil/ecdsa.pem (deleted) * trunk/vendor/github.com/valyala/fasthttp/fasthttputil/inmemory_listener.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/fasthttputil/pipeconns.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/fasthttputil/rsa.key (deleted) * trunk/vendor/github.com/valyala/fasthttp/fasthttputil/rsa.pem (deleted) * trunk/vendor/github.com/valyala/fasthttp/fs.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/go.mod (deleted) * trunk/vendor/github.com/valyala/fasthttp/go.sum (deleted) * trunk/vendor/github.com/valyala/fasthttp/header.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/headers.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/http.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/lbclient.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/methods.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/nocopy.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/peripconn.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/server.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/stackless/doc.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/stackless/func.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/stackless/writer.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/status.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/stream.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/streaming.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/strings.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/tcpdialer.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/timer.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/tls.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/uri.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/uri_unix.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/uri_windows.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/userdata.go (deleted) * trunk/vendor/github.com/valyala/fasthttp/workerpool.go (deleted) * trunk/vendor/golang.org/x/net/LICENSE (deleted) * trunk/vendor/golang.org/x/net/PATENTS (deleted) * trunk/vendor/golang.org/x/net/html/atom/atom.go (deleted) * trunk/vendor/golang.org/x/net/html/atom/table.go (deleted) * trunk/vendor/golang.org/x/net/html/charset/charset.go (deleted) * trunk/vendor/golang.org/x/net/html/const.go (deleted) * trunk/vendor/golang.org/x/net/html/doc.go (deleted) * trunk/vendor/golang.org/x/net/html/doctype.go (deleted) * trunk/vendor/golang.org/x/net/html/entity.go (deleted) * trunk/vendor/golang.org/x/net/html/escape.go (deleted) * trunk/vendor/golang.org/x/net/html/foreign.go (deleted) * trunk/vendor/golang.org/x/net/html/node.go (deleted) * trunk/vendor/golang.org/x/net/html/parse.go (deleted) * trunk/vendor/golang.org/x/net/html/render.go (deleted) * trunk/vendor/golang.org/x/net/html/token.go (deleted) * trunk/vendor/golang.org/x/net/http/httpproxy/proxy.go (deleted) * trunk/vendor/golang.org/x/net/idna/go118.go (deleted) * trunk/vendor/golang.org/x/net/idna/idna10.0.0.go (deleted) * trunk/vendor/golang.org/x/net/idna/idna9.0.0.go (deleted) * trunk/vendor/golang.org/x/net/idna/pre_go118.go (deleted) * trunk/vendor/golang.org/x/net/idna/punycode.go (deleted) * trunk/vendor/golang.org/x/net/idna/tables10.0.0.go (deleted) * trunk/vendor/golang.org/x/net/idna/tables11.0.0.go (deleted) * trunk/vendor/golang.org/x/net/idna/tables12.0.0.go (deleted) * trunk/vendor/golang.org/x/net/idna/tables13.0.0.go (deleted) * trunk/vendor/golang.org/x/net/idna/tables9.0.0.go (deleted) * trunk/vendor/golang.org/x/net/idna/trie.go (deleted) * trunk/vendor/golang.org/x/net/idna/trieval.go (deleted) * trunk/vendor/golang.org/x/net/internal/socks/client.go (deleted) * trunk/vendor/golang.org/x/net/internal/socks/socks.go (deleted) * trunk/vendor/golang.org/x/net/proxy/dial.go (deleted) * trunk/vendor/golang.org/x/net/proxy/direct.go (deleted) * trunk/vendor/golang.org/x/net/proxy/per_host.go (deleted) * trunk/vendor/golang.org/x/net/proxy/proxy.go (deleted) * trunk/vendor/golang.org/x/net/proxy/socks5.go (deleted) * trunk/vendor/golang.org/x/text/LICENSE (deleted) * trunk/vendor/golang.org/x/text/PATENTS (deleted) * trunk/vendor/golang.org/x/text/encoding/charmap/charmap.go (deleted) * trunk/vendor/golang.org/x/text/encoding/charmap/tables.go (deleted) * trunk/vendor/golang.org/x/text/encoding/encoding.go (deleted) * trunk/vendor/golang.org/x/text/encoding/htmlindex/htmlindex.go (deleted) * trunk/vendor/golang.org/x/text/encoding/htmlindex/map.go (deleted) * trunk/vendor/golang.org/x/text/encoding/htmlindex/tables.go (deleted) * trunk/vendor/golang.org/x/text/encoding/internal/identifier/identifier.go (deleted) * trunk/vendor/golang.org/x/text/encoding/internal/identifier/mib.go (deleted) * trunk/vendor/golang.org/x/text/encoding/internal/internal.go (deleted) * trunk/vendor/golang.org/x/text/encoding/japanese/all.go (deleted) * trunk/vendor/golang.org/x/text/encoding/japanese/eucjp.go (deleted) * trunk/vendor/golang.org/x/text/encoding/japanese/iso2022jp.go (deleted) * trunk/vendor/golang.org/x/text/encoding/japanese/shiftjis.go (deleted) * trunk/vendor/golang.org/x/text/encoding/japanese/tables.go (deleted) * trunk/vendor/golang.org/x/text/encoding/korean/euckr.go (deleted) * trunk/vendor/golang.org/x/text/encoding/korean/tables.go (deleted) * trunk/vendor/golang.org/x/text/encoding/simplifiedchinese/all.go (deleted) * trunk/vendor/golang.org/x/text/encoding/simplifiedchinese/gbk.go (deleted) * trunk/vendor/golang.org/x/text/encoding/simplifiedchinese/hzgb2312.go (deleted) * trunk/vendor/golang.org/x/text/encoding/simplifiedchinese/tables.go (deleted) * trunk/vendor/golang.org/x/text/encoding/traditionalchinese/big5.go (deleted) * trunk/vendor/golang.org/x/text/encoding/traditionalchinese/tables.go (deleted) * trunk/vendor/golang.org/x/text/encoding/unicode/override.go (deleted) * trunk/vendor/golang.org/x/text/encoding/unicode/unicode.go (deleted) * trunk/vendor/golang.org/x/text/internal/language/common.go (deleted) * trunk/vendor/golang.org/x/text/internal/language/compact.go (deleted) * trunk/vendor/golang.org/x/text/internal/language/compact/compact.go (deleted) * trunk/vendor/golang.org/x/text/internal/language/compact/language.go (deleted) * trunk/vendor/golang.org/x/text/internal/language/compact/parents.go (deleted) * trunk/vendor/golang.org/x/text/internal/language/compact/tables.go (deleted) * trunk/vendor/golang.org/x/text/internal/language/compact/tags.go (deleted) * trunk/vendor/golang.org/x/text/internal/language/compose.go (deleted) * trunk/vendor/golang.org/x/text/internal/language/coverage.go (deleted) * trunk/vendor/golang.org/x/text/internal/language/language.go (deleted) * trunk/vendor/golang.org/x/text/internal/language/lookup.go (deleted) * trunk/vendor/golang.org/x/text/internal/language/match.go (deleted) * trunk/vendor/golang.org/x/text/internal/language/parse.go (deleted) * trunk/vendor/golang.org/x/text/internal/language/tables.go (deleted) * trunk/vendor/golang.org/x/text/internal/language/tags.go (deleted) * trunk/vendor/golang.org/x/text/internal/tag/tag.go (deleted) * trunk/vendor/golang.org/x/text/internal/utf8internal/utf8internal.go (deleted) * trunk/vendor/golang.org/x/text/language/coverage.go (deleted) * trunk/vendor/golang.org/x/text/language/doc.go (deleted) * trunk/vendor/golang.org/x/text/language/language.go (deleted) * trunk/vendor/golang.org/x/text/language/match.go (deleted) * trunk/vendor/golang.org/x/text/language/parse.go (deleted) * trunk/vendor/golang.org/x/text/language/tables.go (deleted) * trunk/vendor/golang.org/x/text/language/tags.go (deleted) * trunk/vendor/golang.org/x/text/runes/cond.go (deleted) * trunk/vendor/golang.org/x/text/runes/runes.go (deleted) * trunk/vendor/golang.org/x/text/secure/bidirule/bidirule.go (deleted) * trunk/vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go (deleted) * trunk/vendor/golang.org/x/text/secure/bidirule/bidirule9.0.0.go (deleted) * trunk/vendor/golang.org/x/text/transform/transform.go (deleted) * trunk/vendor/golang.org/x/text/unicode/bidi/bidi.go (deleted) * trunk/vendor/golang.org/x/text/unicode/bidi/bracket.go (deleted) * trunk/vendor/golang.org/x/text/unicode/bidi/core.go (deleted) * trunk/vendor/golang.org/x/text/unicode/bidi/prop.go (deleted) * trunk/vendor/golang.org/x/text/unicode/bidi/tables10.0.0.go (deleted) * trunk/vendor/golang.org/x/text/unicode/bidi/tables11.0.0.go (deleted) * trunk/vendor/golang.org/x/text/unicode/bidi/tables12.0.0.go (deleted) * trunk/vendor/golang.org/x/text/unicode/bidi/tables13.0.0.go (deleted) * trunk/vendor/golang.org/x/text/unicode/bidi/tables9.0.0.go (deleted) * trunk/vendor/golang.org/x/text/unicode/bidi/trieval.go (deleted) * trunk/vendor/golang.org/x/text/unicode/norm/composition.go (deleted) * trunk/vendor/golang.org/x/text/unicode/norm/forminfo.go (deleted) * trunk/vendor/golang.org/x/text/unicode/norm/input.go (deleted) * trunk/vendor/golang.org/x/text/unicode/norm/iter.go (deleted) * trunk/vendor/golang.org/x/text/unicode/norm/normalize.go (deleted) * trunk/vendor/golang.org/x/text/unicode/norm/readwriter.go (deleted) * trunk/vendor/golang.org/x/text/unicode/norm/tables10.0.0.go (deleted) * trunk/vendor/golang.org/x/text/unicode/norm/tables11.0.0.go (deleted) * trunk/vendor/golang.org/x/text/unicode/norm/tables12.0.0.go (deleted) * trunk/vendor/golang.org/x/text/unicode/norm/tables13.0.0.go (deleted) * trunk/vendor/golang.org/x/text/unicode/norm/tables9.0.0.go (deleted) * trunk/vendor/golang.org/x/text/unicode/norm/transform.go (deleted) * trunk/vendor/golang.org/x/text/unicode/norm/trie.go (deleted) * trunk/vendor/modules.txt (deleted) * trunk/yukari.go (modified) Insane Signed-off-by: Izuru Yakumo Sat, 26 Aug 2023 13:50:10 GMT Izuru Yakumo [145] * trunk/Makefile (modified) * trunk/vendor (added) * trunk/vendor/github.com (added) * trunk/vendor/github.com/andybalholm (added) * trunk/vendor/github.com/andybalholm/brotli (added) * trunk/vendor/github.com/andybalholm/brotli/LICENSE (added) * trunk/vendor/github.com/andybalholm/brotli/README.md (added) * trunk/vendor/github.com/andybalholm/brotli/backward_references.go (added) * trunk/vendor/github.com/andybalholm/brotli/backward_references_hq.go (added) * trunk/vendor/github.com/andybalholm/brotli/bit_cost.go (added) * trunk/vendor/github.com/andybalholm/brotli/bit_reader.go (added) * trunk/vendor/github.com/andybalholm/brotli/block_splitter.go (added) * trunk/vendor/github.com/andybalholm/brotli/block_splitter_command.go (added) * trunk/vendor/github.com/andybalholm/brotli/block_splitter_distance.go (added) * trunk/vendor/github.com/andybalholm/brotli/block_splitter_literal.go (added) * trunk/vendor/github.com/andybalholm/brotli/brotli_bit_stream.go (added) * trunk/vendor/github.com/andybalholm/brotli/cluster.go (added) * trunk/vendor/github.com/andybalholm/brotli/cluster_command.go (added) * trunk/vendor/github.com/andybalholm/brotli/cluster_distance.go (added) * trunk/vendor/github.com/andybalholm/brotli/cluster_literal.go (added) * trunk/vendor/github.com/andybalholm/brotli/command.go (added) * trunk/vendor/github.com/andybalholm/brotli/compress_fragment.go (added) * trunk/vendor/github.com/andybalholm/brotli/compress_fragment_two_pass.go (added) * trunk/vendor/github.com/andybalholm/brotli/constants.go (added) * trunk/vendor/github.com/andybalholm/brotli/context.go (added) * trunk/vendor/github.com/andybalholm/brotli/decode.go (added) * trunk/vendor/github.com/andybalholm/brotli/dictionary.go (added) * trunk/vendor/github.com/andybalholm/brotli/dictionary_hash.go (added) * trunk/vendor/github.com/andybalholm/brotli/encode.go (added) * trunk/vendor/github.com/andybalholm/brotli/encoder_dict.go (added) * trunk/vendor/github.com/andybalholm/brotli/entropy_encode.go (added) * trunk/vendor/github.com/andybalholm/brotli/entropy_encode_static.go (added) * trunk/vendor/github.com/andybalholm/brotli/fast_log.go (added) * trunk/vendor/github.com/andybalholm/brotli/find_match_length.go (added) * trunk/vendor/github.com/andybalholm/brotli/go.mod (added) * trunk/vendor/github.com/andybalholm/brotli/go.sum (added) * trunk/vendor/github.com/andybalholm/brotli/h10.go (added) * trunk/vendor/github.com/andybalholm/brotli/h5.go (added) * trunk/vendor/github.com/andybalholm/brotli/h6.go (added) * trunk/vendor/github.com/andybalholm/brotli/hash.go (added) * trunk/vendor/github.com/andybalholm/brotli/hash_composite.go (added) * trunk/vendor/github.com/andybalholm/brotli/hash_forgetful_chain.go (added) * trunk/vendor/github.com/andybalholm/brotli/hash_longest_match_quickly.go (added) * trunk/vendor/github.com/andybalholm/brotli/hash_rolling.go (added) * trunk/vendor/github.com/andybalholm/brotli/histogram.go (added) * trunk/vendor/github.com/andybalholm/brotli/http.go (added) * trunk/vendor/github.com/andybalholm/brotli/huffman.go (added) * trunk/vendor/github.com/andybalholm/brotli/literal_cost.go (added) * trunk/vendor/github.com/andybalholm/brotli/memory.go (added) * trunk/vendor/github.com/andybalholm/brotli/metablock.go (added) * trunk/vendor/github.com/andybalholm/brotli/metablock_command.go (added) * trunk/vendor/github.com/andybalholm/brotli/metablock_distance.go (added) * trunk/vendor/github.com/andybalholm/brotli/metablock_literal.go (added) * trunk/vendor/github.com/andybalholm/brotli/params.go (added) * trunk/vendor/github.com/andybalholm/brotli/platform.go (added) * trunk/vendor/github.com/andybalholm/brotli/prefix.go (added) * trunk/vendor/github.com/andybalholm/brotli/prefix_dec.go (added) * trunk/vendor/github.com/andybalholm/brotli/quality.go (added) * trunk/vendor/github.com/andybalholm/brotli/reader.go (added) * trunk/vendor/github.com/andybalholm/brotli/ringbuffer.go (added) * trunk/vendor/github.com/andybalholm/brotli/state.go (added) * trunk/vendor/github.com/andybalholm/brotli/static_dict.go (added) * trunk/vendor/github.com/andybalholm/brotli/static_dict_lut.go (added) * trunk/vendor/github.com/andybalholm/brotli/symbol_list.go (added) * trunk/vendor/github.com/andybalholm/brotli/transform.go (added) * trunk/vendor/github.com/andybalholm/brotli/utf8_util.go (added) * trunk/vendor/github.com/andybalholm/brotli/util.go (added) * trunk/vendor/github.com/andybalholm/brotli/write_bits.go (added) * trunk/vendor/github.com/andybalholm/brotli/writer.go (added) * trunk/vendor/github.com/klauspost (added) * trunk/vendor/github.com/klauspost/compress (added) * trunk/vendor/github.com/klauspost/compress/LICENSE (added) * trunk/vendor/github.com/klauspost/compress/flate (added) * trunk/vendor/github.com/klauspost/compress/flate/deflate.go (added) * trunk/vendor/github.com/klauspost/compress/flate/dict_decoder.go (added) * trunk/vendor/github.com/klauspost/compress/flate/fast_encoder.go (added) * trunk/vendor/github.com/klauspost/compress/flate/huffman_bit_writer.go (added) * trunk/vendor/github.com/klauspost/compress/flate/huffman_code.go (added) * trunk/vendor/github.com/klauspost/compress/flate/huffman_sortByFreq.go (added) * trunk/vendor/github.com/klauspost/compress/flate/huffman_sortByLiteral.go (added) * trunk/vendor/github.com/klauspost/compress/flate/inflate.go (added) * trunk/vendor/github.com/klauspost/compress/flate/inflate_gen.go (added) * trunk/vendor/github.com/klauspost/compress/flate/level1.go (added) * trunk/vendor/github.com/klauspost/compress/flate/level2.go (added) * trunk/vendor/github.com/klauspost/compress/flate/level3.go (added) * trunk/vendor/github.com/klauspost/compress/flate/level4.go (added) * trunk/vendor/github.com/klauspost/compress/flate/level5.go (added) * trunk/vendor/github.com/klauspost/compress/flate/level6.go (added) * trunk/vendor/github.com/klauspost/compress/flate/regmask_amd64.go (added) * trunk/vendor/github.com/klauspost/compress/flate/regmask_other.go (added) * trunk/vendor/github.com/klauspost/compress/flate/stateless.go (added) * trunk/vendor/github.com/klauspost/compress/flate/token.go (added) * trunk/vendor/github.com/klauspost/compress/gzip (added) * trunk/vendor/github.com/klauspost/compress/gzip/gunzip.go (added) * trunk/vendor/github.com/klauspost/compress/gzip/gzip.go (added) * trunk/vendor/github.com/klauspost/compress/zlib (added) * trunk/vendor/github.com/klauspost/compress/zlib/reader.go (added) * trunk/vendor/github.com/klauspost/compress/zlib/writer.go (added) * trunk/vendor/github.com/valyala (added) * trunk/vendor/github.com/valyala/bytebufferpool (added) * trunk/vendor/github.com/valyala/bytebufferpool/.travis.yml (added) * trunk/vendor/github.com/valyala/bytebufferpool/LICENSE (added) * trunk/vendor/github.com/valyala/bytebufferpool/README.md (added) * trunk/vendor/github.com/valyala/bytebufferpool/bytebuffer.go (added) * trunk/vendor/github.com/valyala/bytebufferpool/doc.go (added) * trunk/vendor/github.com/valyala/bytebufferpool/pool.go (added) * trunk/vendor/github.com/valyala/fasthttp (added) * trunk/vendor/github.com/valyala/fasthttp/.gitignore (added) * trunk/vendor/github.com/valyala/fasthttp/LICENSE (added) * trunk/vendor/github.com/valyala/fasthttp/README.md (added) * trunk/vendor/github.com/valyala/fasthttp/SECURITY.md (added) * trunk/vendor/github.com/valyala/fasthttp/TODO (added) * trunk/vendor/github.com/valyala/fasthttp/args.go (added) * trunk/vendor/github.com/valyala/fasthttp/brotli.go (added) * trunk/vendor/github.com/valyala/fasthttp/bytesconv.go (added) * trunk/vendor/github.com/valyala/fasthttp/bytesconv_32.go (added) * trunk/vendor/github.com/valyala/fasthttp/bytesconv_64.go (added) * trunk/vendor/github.com/valyala/fasthttp/bytesconv_table.go (added) * trunk/vendor/github.com/valyala/fasthttp/client.go (added) * trunk/vendor/github.com/valyala/fasthttp/coarseTime.go (added) * trunk/vendor/github.com/valyala/fasthttp/compress.go (added) * trunk/vendor/github.com/valyala/fasthttp/cookie.go (added) * trunk/vendor/github.com/valyala/fasthttp/doc.go (added) * trunk/vendor/github.com/valyala/fasthttp/fasthttpproxy (added) * trunk/vendor/github.com/valyala/fasthttp/fasthttpproxy/http.go (added) * trunk/vendor/github.com/valyala/fasthttp/fasthttpproxy/proxy_env.go (added) * trunk/vendor/github.com/valyala/fasthttp/fasthttpproxy/socks5.go (added) * trunk/vendor/github.com/valyala/fasthttp/fasthttputil (added) * trunk/vendor/github.com/valyala/fasthttp/fasthttputil/doc.go (added) * trunk/vendor/github.com/valyala/fasthttp/fasthttputil/ecdsa.key (added) * trunk/vendor/github.com/valyala/fasthttp/fasthttputil/ecdsa.pem (added) * trunk/vendor/github.com/valyala/fasthttp/fasthttputil/inmemory_listener.go (added) * trunk/vendor/github.com/valyala/fasthttp/fasthttputil/pipeconns.go (added) * trunk/vendor/github.com/valyala/fasthttp/fasthttputil/rsa.key (added) * trunk/vendor/github.com/valyala/fasthttp/fasthttputil/rsa.pem (added) * trunk/vendor/github.com/valyala/fasthttp/fs.go (added) * trunk/vendor/github.com/valyala/fasthttp/go.mod (added) * trunk/vendor/github.com/valyala/fasthttp/go.sum (added) * trunk/vendor/github.com/valyala/fasthttp/header.go (added) * trunk/vendor/github.com/valyala/fasthttp/headers.go (added) * trunk/vendor/github.com/valyala/fasthttp/http.go (added) * trunk/vendor/github.com/valyala/fasthttp/lbclient.go (added) * trunk/vendor/github.com/valyala/fasthttp/methods.go (added) * trunk/vendor/github.com/valyala/fasthttp/nocopy.go (added) * trunk/vendor/github.com/valyala/fasthttp/peripconn.go (added) * trunk/vendor/github.com/valyala/fasthttp/server.go (added) * trunk/vendor/github.com/valyala/fasthttp/stackless (added) * trunk/vendor/github.com/valyala/fasthttp/stackless/doc.go (added) * trunk/vendor/github.com/valyala/fasthttp/stackless/func.go (added) * trunk/vendor/github.com/valyala/fasthttp/stackless/writer.go (added) * trunk/vendor/github.com/valyala/fasthttp/status.go (added) * trunk/vendor/github.com/valyala/fasthttp/stream.go (added) * trunk/vendor/github.com/valyala/fasthttp/streaming.go (added) * trunk/vendor/github.com/valyala/fasthttp/strings.go (added) * trunk/vendor/github.com/valyala/fasthttp/tcpdialer.go (added) * trunk/vendor/github.com/valyala/fasthttp/timer.go (added) * trunk/vendor/github.com/valyala/fasthttp/tls.go (added) * trunk/vendor/github.com/valyala/fasthttp/uri.go (added) * trunk/vendor/github.com/valyala/fasthttp/uri_unix.go (added) * trunk/vendor/github.com/valyala/fasthttp/uri_windows.go (added) * trunk/vendor/github.com/valyala/fasthttp/userdata.go (added) * trunk/vendor/github.com/valyala/fasthttp/workerpool.go (added) * trunk/vendor/golang.org (added) * trunk/vendor/golang.org/x (added) * trunk/vendor/golang.org/x/net (added) * trunk/vendor/golang.org/x/net/LICENSE (added) * trunk/vendor/golang.org/x/net/PATENTS (added) * trunk/vendor/golang.org/x/net/html (added) * trunk/vendor/golang.org/x/net/html/atom (added) * trunk/vendor/golang.org/x/net/html/atom/atom.go (added) * trunk/vendor/golang.org/x/net/html/atom/table.go (added) * trunk/vendor/golang.org/x/net/html/charset (added) * trunk/vendor/golang.org/x/net/html/charset/charset.go (added) * trunk/vendor/golang.org/x/net/html/const.go (added) * trunk/vendor/golang.org/x/net/html/doc.go (added) * trunk/vendor/golang.org/x/net/html/doctype.go (added) * trunk/vendor/golang.org/x/net/html/entity.go (added) * trunk/vendor/golang.org/x/net/html/escape.go (added) * trunk/vendor/golang.org/x/net/html/foreign.go (added) * trunk/vendor/golang.org/x/net/html/node.go (added) * trunk/vendor/golang.org/x/net/html/parse.go (added) * trunk/vendor/golang.org/x/net/html/render.go (added) * trunk/vendor/golang.org/x/net/html/token.go (added) * trunk/vendor/golang.org/x/net/http (added) * trunk/vendor/golang.org/x/net/http/httpproxy (added) * trunk/vendor/golang.org/x/net/http/httpproxy/proxy.go (added) * trunk/vendor/golang.org/x/net/idna (added) * trunk/vendor/golang.org/x/net/idna/go118.go (added) * trunk/vendor/golang.org/x/net/idna/idna10.0.0.go (added) * trunk/vendor/golang.org/x/net/idna/idna9.0.0.go (added) * trunk/vendor/golang.org/x/net/idna/pre_go118.go (added) * trunk/vendor/golang.org/x/net/idna/punycode.go (added) * trunk/vendor/golang.org/x/net/idna/tables10.0.0.go (added) * trunk/vendor/golang.org/x/net/idna/tables11.0.0.go (added) * trunk/vendor/golang.org/x/net/idna/tables12.0.0.go (added) * trunk/vendor/golang.org/x/net/idna/tables13.0.0.go (added) * trunk/vendor/golang.org/x/net/idna/tables9.0.0.go (added) * trunk/vendor/golang.org/x/net/idna/trie.go (added) * trunk/vendor/golang.org/x/net/idna/trieval.go (added) * trunk/vendor/golang.org/x/net/internal (added) * trunk/vendor/golang.org/x/net/internal/socks (added) * trunk/vendor/golang.org/x/net/internal/socks/client.go (added) * trunk/vendor/golang.org/x/net/internal/socks/socks.go (added) * trunk/vendor/golang.org/x/net/proxy (added) * trunk/vendor/golang.org/x/net/proxy/dial.go (added) * trunk/vendor/golang.org/x/net/proxy/direct.go (added) * trunk/vendor/golang.org/x/net/proxy/per_host.go (added) * trunk/vendor/golang.org/x/net/proxy/proxy.go (added) * trunk/vendor/golang.org/x/net/proxy/socks5.go (added) * trunk/vendor/golang.org/x/text (added) * trunk/vendor/golang.org/x/text/LICENSE (added) * trunk/vendor/golang.org/x/text/PATENTS (added) * trunk/vendor/golang.org/x/text/encoding (added) * trunk/vendor/golang.org/x/text/encoding/charmap (added) * trunk/vendor/golang.org/x/text/encoding/charmap/charmap.go (added) * trunk/vendor/golang.org/x/text/encoding/charmap/tables.go (added) * trunk/vendor/golang.org/x/text/encoding/encoding.go (added) * trunk/vendor/golang.org/x/text/encoding/htmlindex (added) * trunk/vendor/golang.org/x/text/encoding/htmlindex/htmlindex.go (added) * trunk/vendor/golang.org/x/text/encoding/htmlindex/map.go (added) * trunk/vendor/golang.org/x/text/encoding/htmlindex/tables.go (added) * trunk/vendor/golang.org/x/text/encoding/internal (added) * trunk/vendor/golang.org/x/text/encoding/internal/identifier (added) * trunk/vendor/golang.org/x/text/encoding/internal/identifier/identifier.go (added) * trunk/vendor/golang.org/x/text/encoding/internal/identifier/mib.go (added) * trunk/vendor/golang.org/x/text/encoding/internal/internal.go (added) * trunk/vendor/golang.org/x/text/encoding/japanese (added) * trunk/vendor/golang.org/x/text/encoding/japanese/all.go (added) * trunk/vendor/golang.org/x/text/encoding/japanese/eucjp.go (added) * trunk/vendor/golang.org/x/text/encoding/japanese/iso2022jp.go (added) * trunk/vendor/golang.org/x/text/encoding/japanese/shiftjis.go (added) * trunk/vendor/golang.org/x/text/encoding/japanese/tables.go (added) * trunk/vendor/golang.org/x/text/encoding/korean (added) * trunk/vendor/golang.org/x/text/encoding/korean/euckr.go (added) * trunk/vendor/golang.org/x/text/encoding/korean/tables.go (added) * trunk/vendor/golang.org/x/text/encoding/simplifiedchinese (added) * trunk/vendor/golang.org/x/text/encoding/simplifiedchinese/all.go (added) * trunk/vendor/golang.org/x/text/encoding/simplifiedchinese/gbk.go (added) * trunk/vendor/golang.org/x/text/encoding/simplifiedchinese/hzgb2312.go (added) * trunk/vendor/golang.org/x/text/encoding/simplifiedchinese/tables.go (added) * trunk/vendor/golang.org/x/text/encoding/traditionalchinese (added) * trunk/vendor/golang.org/x/text/encoding/traditionalchinese/big5.go (added) * trunk/vendor/golang.org/x/text/encoding/traditionalchinese/tables.go (added) * trunk/vendor/golang.org/x/text/encoding/unicode (added) * trunk/vendor/golang.org/x/text/encoding/unicode/override.go (added) * trunk/vendor/golang.org/x/text/encoding/unicode/unicode.go (added) * trunk/vendor/golang.org/x/text/internal (added) * trunk/vendor/golang.org/x/text/internal/language (added) * trunk/vendor/golang.org/x/text/internal/language/common.go (added) * trunk/vendor/golang.org/x/text/internal/language/compact (added) * trunk/vendor/golang.org/x/text/internal/language/compact.go (added) * trunk/vendor/golang.org/x/text/internal/language/compact/compact.go (added) * trunk/vendor/golang.org/x/text/internal/language/compact/language.go (added) * trunk/vendor/golang.org/x/text/internal/language/compact/parents.go (added) * trunk/vendor/golang.org/x/text/internal/language/compact/tables.go (added) * trunk/vendor/golang.org/x/text/internal/language/compact/tags.go (added) * trunk/vendor/golang.org/x/text/internal/language/compose.go (added) * trunk/vendor/golang.org/x/text/internal/language/coverage.go (added) * trunk/vendor/golang.org/x/text/internal/language/language.go (added) * trunk/vendor/golang.org/x/text/internal/language/lookup.go (added) * trunk/vendor/golang.org/x/text/internal/language/match.go (added) * trunk/vendor/golang.org/x/text/internal/language/parse.go (added) * trunk/vendor/golang.org/x/text/internal/language/tables.go (added) * trunk/vendor/golang.org/x/text/internal/language/tags.go (added) * trunk/vendor/golang.org/x/text/internal/tag (added) * trunk/vendor/golang.org/x/text/internal/tag/tag.go (added) * trunk/vendor/golang.org/x/text/internal/utf8internal (added) * trunk/vendor/golang.org/x/text/internal/utf8internal/utf8internal.go (added) * trunk/vendor/golang.org/x/text/language (added) * trunk/vendor/golang.org/x/text/language/coverage.go (added) * trunk/vendor/golang.org/x/text/language/doc.go (added) * trunk/vendor/golang.org/x/text/language/language.go (added) * trunk/vendor/golang.org/x/text/language/match.go (added) * trunk/vendor/golang.org/x/text/language/parse.go (added) * trunk/vendor/golang.org/x/text/language/tables.go (added) * trunk/vendor/golang.org/x/text/language/tags.go (added) * trunk/vendor/golang.org/x/text/runes (added) * trunk/vendor/golang.org/x/text/runes/cond.go (added) * trunk/vendor/golang.org/x/text/runes/runes.go (added) * trunk/vendor/golang.org/x/text/secure (added) * trunk/vendor/golang.org/x/text/secure/bidirule (added) * trunk/vendor/golang.org/x/text/secure/bidirule/bidirule.go (added) * trunk/vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go (added) * trunk/vendor/golang.org/x/text/secure/bidirule/bidirule9.0.0.go (added) * trunk/vendor/golang.org/x/text/transform (added) * trunk/vendor/golang.org/x/text/transform/transform.go (added) * trunk/vendor/golang.org/x/text/unicode (added) * trunk/vendor/golang.org/x/text/unicode/bidi (added) * trunk/vendor/golang.org/x/text/unicode/bidi/bidi.go (added) * trunk/vendor/golang.org/x/text/unicode/bidi/bracket.go (added) * trunk/vendor/golang.org/x/text/unicode/bidi/core.go (added) * trunk/vendor/golang.org/x/text/unicode/bidi/prop.go (added) * trunk/vendor/golang.org/x/text/unicode/bidi/tables10.0.0.go (added) * trunk/vendor/golang.org/x/text/unicode/bidi/tables11.0.0.go (added) * trunk/vendor/golang.org/x/text/unicode/bidi/tables12.0.0.go (added) * trunk/vendor/golang.org/x/text/unicode/bidi/tables13.0.0.go (added) * trunk/vendor/golang.org/x/text/unicode/bidi/tables9.0.0.go (added) * trunk/vendor/golang.org/x/text/unicode/bidi/trieval.go (added) * trunk/vendor/golang.org/x/text/unicode/norm (added) * trunk/vendor/golang.org/x/text/unicode/norm/composition.go (added) * trunk/vendor/golang.org/x/text/unicode/norm/forminfo.go (added) * trunk/vendor/golang.org/x/text/unicode/norm/input.go (added) * trunk/vendor/golang.org/x/text/unicode/norm/iter.go (added) * trunk/vendor/golang.org/x/text/unicode/norm/normalize.go (added) * trunk/vendor/golang.org/x/text/unicode/norm/readwriter.go (added) * trunk/vendor/golang.org/x/text/unicode/norm/tables10.0.0.go (added) * trunk/vendor/golang.org/x/text/unicode/norm/tables11.0.0.go (added) * trunk/vendor/golang.org/x/text/unicode/norm/tables12.0.0.go (added) * trunk/vendor/golang.org/x/text/unicode/norm/tables13.0.0.go (added) * trunk/vendor/golang.org/x/text/unicode/norm/tables9.0.0.go (added) * trunk/vendor/golang.org/x/text/unicode/norm/transform.go (added) * trunk/vendor/golang.org/x/text/unicode/norm/trie.go (added) * trunk/vendor/modules.txt (added) Updated the Makefile and vendored depedencies Signed-off-by: Izuru ... Sat, 26 Aug 2023 13:35:02 GMT Izuru Yakumo [144] * trunk/yukari.go (modified) Use better coloring [2/2] Signed-off-by: Izuru Yakumo ... Sat, 26 Aug 2023 12:23:28 GMT Izuru Yakumo [143] * trunk/rc.d (added) * trunk/rc.d/yukari.yml (added) * trunk/yukari.go (modified) Use better coloring [1/2] Signed-off-by: Izuru Yakumo ... Sat, 26 Aug 2023 11:57:19 GMT Izuru Yakumo [142] * trunk/.gitignore (modified) * trunk/.travis.yml (deleted) * trunk/CHANGELOG.md (modified) * trunk/Dockerfile (deleted) * trunk/Makefile (modified) * trunk/README.md (modified) * trunk/config/config.go (modified) * trunk/go.mod (modified) * trunk/morty.1 (deleted) * trunk/morty.go (deleted) * trunk/morty_test.go (deleted) * trunk/yukari.1 (added) * trunk/yukari.go (added) * trunk/yukari_test.go (added) Rebrand to Yukari's Gap Signed-off-by: Izuru Yakumo ... Thu, 20 Apr 2023 06:17:12 GMT Izuru Yakumo [141] * trunk/morty.go (modified) Shoot I ate a zero Signed-off-by: Izuru Yakumo ... Thu, 20 Apr 2023 06:12:13 GMT Izuru Yakumo [140] * trunk/README.md (modified) * trunk/config/config.go (modified) * trunk/go.mod (modified) * trunk/go.sum (modified) * trunk/morty.go (modified) Incorporate most of the open pull requests found on GitHub ... Thu, 22 Apr 2021 10:38:34 GMT asciimoo [139] * trunk/README.md (modified) Merge pull request #102 from 3nprob/clarify-usage Update README Sun, 04 Apr 2021 03:55:25 GMT 3nprob [138] * trunk/README.md (modified) Update README * Include parameters * Remove unused Docker volume ... Sun, 28 Mar 2021 00:28:03 GMT asciimoo [137] * trunk/morty.go (modified) [fix] read cli flags properly - fixes #96 fixes #101 Mon, 15 Mar 2021 21:00:23 GMT asciimoo [136] * trunk/go.mod (modified) * trunk/go.sum (modified) * trunk/morty.go (modified) Merge pull request #100 from aureq/aureq-proxies Support for HTTP proxy Sat, 27 Feb 2021 08:05:18 GMT aurelien [135] * trunk/morty.go (modified) [fix] do not check a second time for environment variables that have ... Sat, 27 Feb 2021 06:29:10 GMT aurelien [134] * trunk/morty.go (modified) [enh] implement HTTP proxy over environment variables [enh] ... Sat, 27 Feb 2021 06:07:16 GMT aurelien [133] * trunk/go.mod (modified) * trunk/go.sum (modified) [enh] upgrade fasthttp to 1.21.0 to support more proxy types Sat, 25 Jul 2020 01:49:26 GMT asciimoo [132] * trunk/config/config.go (modified) * trunk/morty.go (modified) Merge pull request #76 from dalf/redirect [mod] follow HTTP ... Fri, 24 Jul 2020 14:56:05 GMT alex [131] * trunk/Dockerfile (modified) * trunk/README.md (modified) * trunk/config/config.go (modified) * trunk/go.mod (modified) * trunk/go.sum (modified) * trunk/morty.go (modified) Merge remote-tracking branch 'origin/master' into redirect Tue, 14 Jul 2020 21:28:16 GMT asciimoo [130] * trunk/morty.go (modified) [fix] cleanup rebase Tue, 14 Jul 2020 21:24:04 GMT asciimoo [129] * trunk/morty.go (modified) [enh] add more verbose debug messages Tue, 14 Jul 2020 21:24:04 GMT asciimoo [128] * trunk/morty.go (modified) [fix] parse hostnames even if scheme is missing Tue, 14 Jul 2020 21:23:59 GMT asciimoo [127] * trunk/config (added) * trunk/config/config.go (added) * trunk/morty.go (modified) [mod] create own module for config Tue, 14 Jul 2020 21:22:08 GMT asciimoo [126] * trunk/morty.go (modified) [fix] add default css reset parameters to topbar Tue, 14 Jul 2020 21:22:08 GMT asciimoo [125] * trunk/morty.go (modified) [fix] concatenate url params to existing ones Tue, 14 Jul 2020 21:22:08 GMT asciimoo [124] * trunk/morty.go (modified) [enh] inject header even if the page does not contain body element Tue, 14 Jul 2020 21:22:08 GMT asciimoo [123] * trunk/morty.go (modified) [fix] do not add mortyhash to forms if there is no mortykey set Tue, 14 Jul 2020 21:22:08 GMT asciimoo [122] * trunk/morty.go (modified) [fix] rename variable Tue, 14 Jul 2020 21:22:08 GMT asciimoo [121] * trunk/morty.go (modified) [enh] use html template for injected html snippets Tue, 14 Jul 2020 21:22:08 GMT asciimoo [120] * trunk/morty.go (modified) [enh] allow opening urls without protocol scheme Tue, 14 Jul 2020 21:22:08 GMT asciimoo [119] * trunk/morty.go (modified) [enh] redesign popup message to a sticky top bar Tue, 14 Jul 2020 21:22:08 GMT asciimoo [118] * trunk/morty.go (modified) [enh] handle get form parameters Tue, 14 Jul 2020 19:32:28 GMT asciimoo [117] * trunk/morty.go (modified) Merge pull request #93 from dalf/fix-selfclosingtag [fix] fix self ... Tue, 14 Jul 2020 10:19:04 GMT alex [116] * trunk/morty.go (modified) [fix] fix self closing tag token Close #57 Tue, 14 Jul 2020 09:16:17 GMT asciimoo [115] * trunk/Dockerfile (modified) * trunk/go.mod (modified) * trunk/go.sum (modified) Merge pull request #92 from dalf/dependencies-upgrade [mod] ... Tue, 14 Jul 2020 08:29:25 GMT alex [114] * trunk/Dockerfile (modified) * trunk/go.mod (modified) * trunk/go.sum (modified) [mod] dependencies upgrades * fasthttp v1.14.0 * net ... Tue, 14 Jul 2020 05:59:36 GMT alex [113] * trunk/morty.go (modified) Increase ReadBufferSize (#74) fix #61 Mon, 13 Jul 2020 17:42:49 GMT alex [112] * trunk/morty.go (modified) Merge pull request #75 from asciimoo/dalf-update-ua [mod] update ... Mon, 13 Jul 2020 17:36:21 GMT alex [111] * trunk/morty.go (modified) [mod] update User Agent Fri, 17 Apr 2020 14:53:18 GMT asciimoo [110] * trunk/morty.go (modified) Merge pull request #86 from Equim-chan/socks5 add socks5 support, ... Wed, 08 Apr 2020 12:51:14 GMT sayaka [109] * trunk/morty.go (modified) add socks5 support, close #70 Fri, 17 Apr 2020 14:21:46 GMT asciimoo [108] * trunk/go.mod (modified) * trunk/go.sum (modified) Merge pull request #85 from Equim-chan/gomod add go.mod and go.sum Wed, 08 Apr 2020 08:15:12 GMT sayaka [107] * trunk/go.mod (added) * trunk/go.sum (added) add go.mod and go.sum Sat, 04 Apr 2020 22:48:12 GMT asciimoo [106] * trunk/README.md (modified) Merge pull request #84 from pataquets/patch-2 Readme: Add Docker ... Mon, 30 Mar 2020 17:11:11 GMT amontero [105] * trunk/README.md (modified) Readme: Add Docker pulls badge Mon, 09 Dec 2019 16:53:27 GMT asciimoo [104] * trunk/morty.go (modified) Merge pull request #81 from polys/master Fix tab-separated values ... Fri, 29 Nov 2019 19:21:38 GMT polys [103] * trunk/morty.go (modified) Fix tab-separated values content type Wed, 16 Oct 2019 13:15:19 GMT asciimoo [102] * trunk/Dockerfile (modified) * trunk/README.md (modified) * trunk/morty.go (modified) Merge pull request #80 from Monogramm/feature/debug Var to ... Wed, 16 Oct 2019 11:41:24 GMT mathieu.brunot [101] * trunk/README.md (modified) :memo: Add sample env var and docker doc Signed-off-by: ... Wed, 16 Oct 2019 09:35:32 GMT mathieu.brunot [100] * trunk/morty.go (modified) :art: Keep debug on as default behavior Signed-off-by: ... Tue, 15 Oct 2019 11:56:58 GMT mathieu.brunot [99] * trunk/morty.go (modified) :bug: Set DEBUG as a var Signed-off-by: mathieu.brunot ... 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