summaryrefslogtreecommitdiff
path: root/fetch/gemini.go
AgeCommit message (Expand)Author
2023-12-31Bump copyright yearsnytpu
2023-12-31Recognize MIME type used for JSON feeds v1.1nytpu
2021-05-19add core.HistoryDays for variable history keptnytpu
2021-05-11translate gemini.gonytpu
2021-04-19don't include entries older than one yearnytpu
2021-04-17fix time zone issuenytpu
2021-03-26relicense to AGPL 3.0 onlynytpu
2021-03-23Fix bug in co refresh where contexts would be immediately cancellednytpu
2021-03-23Use timeout for Gemini requestsnytpu
2021-03-18Use strings for URLs internally for consistency.nytpu
2021-03-18improve gemini feed parsing by stripping off more characters from titlenytpu
2021-03-18Changed url.URL to string so the json is less bloatednytpu
2021-03-18Refactor fetch functions to use new FullData.Insert{Feed,Page} funcsnytpu
2021-03-18refactor fetch functions to insert into FullDatanytpu
2021-03-17add updateGeminiPage and refactor newGeminiPage to use updateGeminiPage.nytpu
2021-03-16implement New* routines for fetching and creating new feeds/pages.nytpu