Commit Graph

8 Commits

Author SHA1 Message Date
Robert Miles 4ce9455c02 Update publically available copies of Zenit and reindexer 2021-10-06 23:28:28 +00:00
Robert Miles 405aea50e4 Verify certs, and prevent link items with no first space from crashing Zenit 2021-07-02 02:32:19 +00:00
Robert Miles 93c23714b6 Fix some crashes 2021-02-02 15:55:04 +00:00
Robert Miles d6fd5e5400 Add capsules_to_ignore list and functionality
The capsules_to_ignore.txt list functions as a way to prevent capsules that have the same content from being placed in the orbit more than once. We had an issue with LEO where cd.ax would send you to gemini.is, which had the same content as cd.ax, which inadvertantly meant that when you went to go on, you'd get sent to gemini.is again. To prevent this from happening, I'll try and manually traverse the orbit and find these automatic loops, and when I do, I'll add the responsible capsule to capsules_to_ignore.txt.
2020-11-18 00:27:31 +00:00
Robert Miles 09f3de2ff2 Add capsule to CAPSULES_IN_ORBIT when link is added to orbit
This prevents a capsule from getting more than one link in the orbit if it has multiple links indexed during the zenit run. (This happened with salejandro.me, and I fixed it manually, but this should prevent it from happening again.)
2020-11-16 17:53:19 +00:00
Robert Miles 18e0e03cb0 Also account for the See any missing results? link at the bottom of the page (in the case of no backlinks existing) 2020-11-15 04:19:38 +00:00
Robert Miles c976b94e89 I forgot about the links at the top of the page 2020-11-15 04:18:01 +00:00
Robert Miles 469335d73a Initial code commit 2020-11-15 03:38:24 +00:00