summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-19fix readme linknytpu
2021-03-19wrote quickstartnytpu
2021-03-19cleanup docsnytpu
2021-03-19Move attributions above license notice in READMEnytpu
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-18fix breaking dereference error in gopher fetch funcsnytpu
2021-03-18write subscriptions.gmi after removing subnytpu
2021-03-18Write subscriptionsnytpu
2021-03-18stop using ioutilnytpu
2021-03-18Cleaned up and clarified documentationnytpu
2021-03-18add note about flags for refresh command in man pagenytpu
2021-03-18implement atom/rss/json feeds over gopher.nytpu
2021-03-18change http error messages to be consistent with othersnytpu
2021-03-18implement remove commandnytpu
2021-03-18Implement list command using previously implemented core.FullData.Export()nytpu
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-18clarify add flags, rename addTypeFlag to addPageFlagnytpu
2021-03-18factor out argument checking into functionnytpu
2021-03-18Start refresh job for refresh commandnytpu
2021-03-18add flag for number of refresh workersnytpu
2021-03-18add RefreshAll with workersnytpu
2021-03-18fix null dereference when getting old titlenytpu
2021-03-18move saving json down since it's done after almost any functionnytpu
2021-03-18Use strings for URLs internally for consistency.nytpu
2021-03-18cleanup and simplify error handlingnytpu
2021-03-18why those comments dere?nytpu
2021-03-18ignore mutexes in json output/inputnytpu
2021-03-18improve gemini feed parsing by stripping off more characters from titlenytpu
2021-03-18fix nil pointer error in GofeedConvertnytpu
2021-03-18Changed url.URL to string so the json is less bloatednytpu
2021-03-18Make sure datapath exists to prevent errornytpu
2021-03-18add method to write structs to disknytpu
2021-03-18start building out different commands in main()nytpu
2021-03-18update flags to be more easily usablenytpu
2021-03-18initialize core in main()nytpu
2021-03-18Refactor fetch functions to use new FullData.Insert{Feed,Page} funcsnytpu
2021-03-18Implement Insert{Feed,Page} on FullData for easy insertionsnytpu
2021-03-18remove this so it doesn't look inconsistentnytpu
2021-03-18fix several typos throughout corenytpu
2021-03-18refactor fetch functions to insert into FullDatanytpu
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 bug in newHTTPFeednytpu
2021-03-17add (stubbed) updateGopherFeed functionnytpu