aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-16misc: go get -u; go mod tidy; go mod vendorHEADmainJordan
2023-12-16db: limit shared cache connections to one; see mattn/go-sqlite3 #209Jordan
2023-10-17keep: remove parenthesis from set of trimmed punctuating marksJordan
2023-08-18misc: go get -u; go mod tidy; go mod vendorJordan
2023-08-18db: rm subqueries, optimizeJordan
2023-01-22keep: further expand set of removed punctuating marks; ()!?Jordan
2022-12-05keep: include commas in the set of removed punctuating marksJordan
2022-12-05keep: rm marks more likely to be punctuating than valid URL componentsJordan
2022-12-01keep: ensure URLs have IA-supported schemes typesJordan
2022-11-25archive: close isArchived() response body; prevent orphaned fdJordan
2022-11-24archive: log /save/ API Message response parameter values; useful infoJordan
2022-11-24archive, keep: send authenticated POST requests to /save/ IA endpointJordan
2022-11-21misc: expand discarded URLs regex list to include more unwanted URLsJordan
2022-11-20misc: use updated URL normalization/escape librariesJordan
2022-11-20archive: use secure availability endpointJordan
2022-09-30go.mod: bump discordgo, go-sqlite3, x/netJordan
2022-03-17misc: go get -u ./... ; go mod vendorJordan
2022-02-10misc: go mod vendorJordan
2022-01-15keep: rm log used to debug normalizationJordan
2022-01-15keep, archive: normalize URLs (RFC 3986), improve loggingJordan
2022-01-03keep: archive API cooldown 5s -> 15sJordan
2021-12-26web, db: add wildcard URL searchJordan
2021-12-22keep, readme: config -> path CLI paramJordan
2021-12-20web: housekeepingJordan
2021-12-19db: supplant query permutationsJordan
2021-12-19web: housekeepingJordan
2021-12-18misc: dedicate to the public domainJordan
2021-12-18web: center-align filter-by formJordan
2021-12-18web: return 404 on non-existent paths, housekeepingJordan
2021-12-18keep: uncomment websocket blockJordan
2021-12-18web, db: add processed URL index, housekeepingJordan
2021-12-16db: use subqueries during insertionJordan
2021-12-16db: defer tx.Rollback() (cleaner)Jordan
2021-12-16db: add foreign key constraints (urls)Jordan
2021-12-13keep: log skipped/saved archival statesJordan
2021-12-13archive: do not log save endpoint timeouts (harmless)Jordan
2021-12-08keep: ensure non-zero chanMsgs before assignmentJordan
2021-12-07config: rm duplicate reddit regexpJordan
2021-12-07archive: timeout default 25 -> 10Jordan
2021-12-07config: escape regexp setJordan
2021-12-07archive, keep: host -> regexp ignore listJordan
2021-12-06archive: add {i,v}.redd.it to ignorelistJordan
2021-12-05db: 3NFJordan
2021-12-05archive_test: invalid host WB testJordan
2021-12-04misc: housekeepingJordan
2021-12-04archive: blacklist -> blocklistJordan
2021-12-03archive: add open.spotify.com to blocklistJordan
2021-12-03keep: rm cached status code checkJordan
2021-12-03db: Close() after initJordan
2021-12-03archive: add media.discordapp.net to blocklistJordan