aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/gopher
AgeCommit message (Collapse)Author
2018-12-31update copyright years to 2019William Pitcock
2018-12-23add license boilerplate to pleroma coreWilliam Pitcock
2018-12-07Make gopher respect ipRin Toshaka
2018-11-30Fix supervisor orderhref
This starts `Pleroma.Web.Endpoint` after all other processes and may avoid some weird bugs (especially at start/restart). Also properly ignores starting the gopher's gen_server if disabled.
2018-11-06Runtime configurationhref
Related to #85 Everything should now be configured at runtime, with the exception of the `Pleroma.HTML` scrubbers (the scrubbers used can be changed at runtime, but their configuration is compile-time) because it's building a module with a macro.
2018-09-10formattingWilliam Pitcock
2018-09-10everywhere: use Pleroma.HTML module instead of HtmlSanitizeEx directlyWilliam Pitcock
2018-08-10lib/pleroma/gopher/server.ex: Fix errorneous empty linesHaelwenn (lanodan) Monnier
2018-08-10fix gopher server informational messagestrqx@goat.si
some gopher clients did not accept those lines due to a missing tab
2018-05-04Group response declarations togetherMark Felder
2018-04-02Fix some test stuff.lain
2018-03-31Use correct linefeed.lain
2018-03-31Small fix.lain
2018-03-31Fix typo.lain
2018-03-31Modify newlines.lain
2018-03-31Remove inspect.lain
2018-03-31Proper info.lain
2018-03-31No tabs.lain
2018-03-31Gopher: Add like / repeat count.lain
2018-03-31Add gopher server.lain