summaryrefslogtreecommitdiff
path: root/core/structs.go
AgeCommit message (Expand)Author
2021-05-19add core.HistoryDays for variable history keptnytpu
2021-04-19don't overwrite old title when updating pagenytpu
2021-04-19don't include entries older than one yearnytpu
2021-03-26relicense to AGPL 3.0 onlynytpu
2021-03-21don't overwrite title when updating feednytpu
2021-03-20fix breaking bug when parsing atom/rss feedsnytpu
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-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