summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2021-03-19add footer to page to be agpl compliantnytpu
2021-03-19remove list command and instead write "subscriptions.gmi" & "feed.gmi"nytpu
2021-03-18Write subscriptionsnytpu
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-18fix null dereference when getting old titlenytpu
2021-03-18Use strings for URLs internally for consistency.nytpu
2021-03-18ignore mutexes in json output/inputnytpu
2021-03-18fix nil pointer error in GofeedConvertnytpu
2021-03-18Changed url.URL to string so the json is less bloatednytpu
2021-03-18add method to write structs to disknytpu
2021-03-18Implement Insert{Feed,Page} on FullData for easy insertionsnytpu
2021-03-18fix several typos throughout corenytpu
2021-03-18add init for global FullDatanytpu
2021-03-17resolve XXX question introduced by e42ebd8nytpu
2021-03-17make jsonData publicnytpu
2021-03-17add XXX to core.JsonData mutexnytpu
2021-03-17improve documentation for PageEntries functionsnytpu
2021-03-17implement sort.Interface for core.Feednytpu
2021-03-17fix comment and update readmenytpu
2021-03-16implement core package with structs, etc.nytpu