Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-13 | sfeed_gopher: if a gopher url cannot be parsed then show it anyway as a "URL:" | Hiltjo Posthuma | |
This should never be able to happen though in practise because sfeed parses the uri aswell. | |||
2020-05-13 | sfeed_gopher: do not use URL: prefix for gopher:// urls. | Hiltjo Posthuma | |
Support the Gopher protocol directly and use the specified Gopher type. Idea by adc, thanks! | |||
2020-04-01 | util: improve/cleanup parseline() | Hiltjo Posthuma | |
- remove a check that has no use/can never happen. - remove the return value as it's unused and the input size is known. - fix an old comment that doesn't reflect what the function does anymore. | |||
2020-01-24 | cleanup some includes | Hiltjo Posthuma | |
2020-01-18 | add sfeed_gopher: generic gopher formatting program, remove sfeed_gph | Hiltjo Posthuma | |