aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* feat(response): show redirect content on redirectFuwn2024-03-261-9/+41
|
* refactor(url): rename makeFuwn2024-03-262-4/+4
|
* feat(response): support redirectsFuwn2024-03-242-0/+15
|
* format(response): capitalisationFuwn2024-03-241-1/+1
|
* fix(html): no default proxy double hostFuwn2024-03-231-1/+2
|
* fix(html): html encode text bodyFuwn2024-03-231-6/+7
|
* feat(response): default cssFuwn2024-03-171-0/+4
|
* feat(response): html head variableFuwn2024-03-171-0/+4
|
* style: use rustfmtFuwn2023-12-122-7/+3
|
* fix(response): remove double trailing slashFuwn2023-06-011-1/+1
|
* fix(response): header only on non-proxy routesFuwn2023-05-301-3/+5
|
* feat(response): optional proxy headerFuwn2023-05-291-0/+5
|
* fmt: update rustfmt configFuwn2023-05-223-27/+12
|
* deps(gmi): finally drop gmiFuwn2023-05-223-33/+43
|
* refactor(src): rename filesFuwn2023-05-223-4/+3
|
* chore: update copyright headerFuwn2023-05-224-8/+4
|
* fix(gemini_to_html): remove debug logFuwn2023-04-261-3/+1
|
* deps(germ): bump from 0.3.7 to 0.3.9Fuwn2023-04-172-2/+2
|
* fix(to_html): messy markdown to html conversionFuwn2023-04-171-24/+7
|
* style(response): format styleFuwn2023-04-171-4/+2
|
* fix(to_html): normalize raw p tagFuwn2023-03-121-2/+13
|
* feat(response): error on invalid proxyFuwn2023-03-111-0/+14
|
* fix(link): don't convert link to htmlFuwn2023-03-111-1/+1
|
* feat(response): allow multiple css filesFuwn2023-03-111-4/+9
|
* feat: mathjax latex renderingFuwn2023-02-042-4/+19
|
* feat: mathjaxFuwn2023-02-042-1/+7
|
* feat: markdown to htmlFuwn2023-02-041-5/+6
|
* fix(gemini_to_html.rs): remove html escapingFuwn2023-02-041-3/+2
|
* build(rustup): move from nightly to stable)Fuwn2023-02-044-68/+58
|
* fix(gemini_to_html.rs): html entity-encode geminiFuwn2022-07-171-2/+3
|
* refactor(response): spacingFuwn2022-07-031-0/+2
|
* feat(response): add nocss routeFuwn2022-07-032-0/+23
|
* feat(response): url error handlingFuwn2022-07-031-5/+25
|
* feat: raw proxy routeFuwn2022-07-032-16/+56
|
* fix(gemini_to_html): keep non gemini urlsFuwn2022-06-131-4/+9
|
* fix(gemini_to_html): circumlunar.space style urlsFuwn2022-06-131-1/+4
|
* deps(germ): bump and use new-style astFuwn2022-06-021-4/+6
|
* feat(response): show meta when non-success responseFuwn2022-06-021-1/+7
|
* feat(response): plain text routesFuwn2022-06-021-1/+9
|
* fix(gemini_to_html): replace redundanciesFuwn2022-06-021-2/+2
|
* refactor(src): move parts to seperate filesFuwn2022-06-014-287/+354
|
* feat(main.rs): replace gemini_to_html with germ!!!Fuwn2022-06-011-108/+50
|
* feat: favicon supportFuwn2022-04-211-0/+9
|
* feat(proxy): create full html documentFuwn2022-04-211-8/+12
|
* fix(proxy): pass queryFuwn2022-04-201-1/+13
|
* fix(gemini_to_html): first list item clippingFuwn2022-04-151-8/+9
|
* fix(gmi_to_html): support project gemini's interesting styleFuwn2022-04-011-8/+23
|
* fix(gemini_to_html): further conditional proxyFuwn2022-04-011-11/+37
|
* format(url): tidy fallbackFuwn2022-04-011-49/+36
|
* fix(default): fallback routingFuwn2022-04-011-2/+44
|