Age | Commit message (Expand) | Author |
2023-12-16 | misc: go get -u; go mod tidy; go mod vendorHEADmain | Jordan |
2023-12-16 | db: limit shared cache connections to one; see mattn/go-sqlite3 #209 | Jordan |
2023-10-17 | keep: remove parenthesis from set of trimmed punctuating marks | Jordan |
2023-08-18 | misc: go get -u; go mod tidy; go mod vendor | Jordan |
2023-08-18 | db: rm subqueries, optimize | Jordan |
2023-01-22 | keep: further expand set of removed punctuating marks; ()!? | Jordan |
2022-12-05 | keep: include commas in the set of removed punctuating marks | Jordan |
2022-12-05 | keep: rm marks more likely to be punctuating than valid URL components | Jordan |
2022-12-01 | keep: ensure URLs have IA-supported schemes types | Jordan |
2022-11-25 | archive: close isArchived() response body; prevent orphaned fd | Jordan |
2022-11-24 | archive: log /save/ API Message response parameter values; useful info | Jordan |
2022-11-24 | archive, keep: send authenticated POST requests to /save/ IA endpoint | Jordan |
2022-11-21 | misc: expand discarded URLs regex list to include more unwanted URLs | Jordan |
2022-11-20 | misc: use updated URL normalization/escape libraries | Jordan |
2022-11-20 | archive: use secure availability endpoint | Jordan |
2022-09-30 | go.mod: bump discordgo, go-sqlite3, x/net | Jordan |
2022-03-17 | misc: go get -u ./... ; go mod vendor | Jordan |
2022-02-10 | misc: go mod vendor | Jordan |
2022-01-15 | keep: rm log used to debug normalization | Jordan |
2022-01-15 | keep, archive: normalize URLs (RFC 3986), improve logging | Jordan |
2022-01-03 | keep: archive API cooldown 5s -> 15s | Jordan |
2021-12-26 | web, db: add wildcard URL search | Jordan |
2021-12-22 | keep, readme: config -> path CLI param | Jordan |
2021-12-20 | web: housekeeping | Jordan |
2021-12-19 | db: supplant query permutations | Jordan |
2021-12-19 | web: housekeeping | Jordan |
2021-12-18 | misc: dedicate to the public domain | Jordan |
2021-12-18 | web: center-align filter-by form | Jordan |
2021-12-18 | web: return 404 on non-existent paths, housekeeping | Jordan |
2021-12-18 | keep: uncomment websocket block | Jordan |
2021-12-18 | web, db: add processed URL index, housekeeping | Jordan |
2021-12-16 | db: use subqueries during insertion | Jordan |
2021-12-16 | db: defer tx.Rollback() (cleaner) | Jordan |
2021-12-16 | db: add foreign key constraints (urls) | Jordan |
2021-12-13 | keep: log skipped/saved archival states | Jordan |
2021-12-13 | archive: do not log save endpoint timeouts (harmless) | Jordan |
2021-12-08 | keep: ensure non-zero chanMsgs before assignment | Jordan |
2021-12-07 | config: rm duplicate reddit regexp | Jordan |
2021-12-07 | archive: timeout default 25 -> 10 | Jordan |
2021-12-07 | config: escape regexp set | Jordan |
2021-12-07 | archive, keep: host -> regexp ignore list | Jordan |
2021-12-06 | archive: add {i,v}.redd.it to ignorelist | Jordan |
2021-12-05 | db: 3NF | Jordan |
2021-12-05 | archive_test: invalid host WB test | Jordan |
2021-12-04 | misc: housekeeping | Jordan |
2021-12-04 | archive: blacklist -> blocklist | Jordan |
2021-12-03 | archive: add open.spotify.com to blocklist | Jordan |
2021-12-03 | keep: rm cached status code check | Jordan |
2021-12-03 | db: Close() after init | Jordan |
2021-12-03 | archive: add media.discordapp.net to blocklist | Jordan |