summaryrefslogtreecommitdiff
path: root/core/core.go
AgeCommit message (Expand)Author
2021-05-11fix passing value to pointer argumentnytpu
2021-05-11translate core.gonytpu
2021-05-11add TranslateStringLocalizer() and improve core.go documentationnytpu
2021-05-11translate strings in core.gonytpu
2021-05-11add TranslateString() utility functionnytpu
2021-05-11add core.Localizernytpu
2021-03-26relicense to AGPL 3.0 onlynytpu
2021-03-23add timeout flag to refreshnytpu
2021-03-22read header.gmi and set header variable to that or to the defaultnytpu
2021-03-21Remove usages of io.ReadFile and os.WriteFile to be compatible with 1.15nytpu
2021-03-19remove list command and instead write "subscriptions.gmi" & "feed.gmi"nytpu
2021-03-18stop using ioutilnytpu
2021-03-18add Export function to core.FullDatanytpu
2021-03-18first write to .new then move after finishing writing to prevent data corruptionnytpu
2021-03-18Changed url.URL to string so the json is less bloatednytpu
2021-03-18add method to write structs to disknytpu
2021-03-18fix several typos throughout corenytpu
2021-03-18add init for global FullDatanytpu