commit b6bed324c21a380062557b622ed6a91d8392a282 (patch)
parent 87dd594 mark Rack::HeaderHash for GC.compact
tree 82d74ff71ad07500ff37a203f29796e3ed551591
author Eric Wong <bofh@yhbt.net> 2021-05-25 23:36:47 +0000
committer Eric Wong <bofh@yhbt.net> 2021-05-25 23:36:47 +0000
doc: use Tor v3 .onion URLs
Tor is dropping v2 .onion in favor of more secure (but less
readable) v3 .onion URLs. Zooko's triangle once again :/
(no, we won't support planet-destroying proof-of-work schemes)
---
.olddoc.yml | 8 ++++----
README | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.olddoc.yml b/.olddoc.yml
index af28387..efcc429 100644
--- a/.olddoc.yml
+++ b/.olddoc.yml
@@ -5,12 +5,12 @@ git_url: git://yhbt.net/clogger.git
public_email: clogger-public@yhbt.net
ml_url:
- https://yhbt.net/clogger-public/
-- http://ou63pmih66umazou.onion/clogger-public/
+- http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/clogger-public/
- imaps://news.public-inbox.org/inbox.comp.lang.ruby.clogger.0
-- imap://ou63pmih66umazou.onion/inbox.comp.lang.ruby.clogger.0
+- imap://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/inbox.comp.lang.ruby.clogger.0
- nntps://news.public-inbox.org/inbox.comp.lang.ruby.clogger
-- nntp://ou63pmih66umazou.onion/inbox.comp.lang.ruby.clogger
+- nntp://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/inbox.comp.lang.ruby.clogger
source_code:
- git clone git://yhbt.net/clogger.git
- git clone https://yhbt.net/clogger.git
-- torsocks git clone http://ou63pmih66umazou.onion/clogger.git
+- torsocks git clone http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/clogger.git
diff --git a/README b/README
index cdb8fba..3c5e419 100644
--- a/README
+++ b/README
@@ -121,9 +121,9 @@ requests) is done via publicly-archived email:
Tor users may also access HTTP, IMAP, and NNTP archives via .onion:
-* http://ou63pmih66umazou.onion/clogger-public/
-* imap://ou63pmih66umazou.onion/inbox.comp.lang.ruby.clogger.0
-* nntp://ou63pmih66umazou.onion/inbox.comp.lang.ruby.clogger
+* http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/clogger-public/
+* imap://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/inbox.comp.lang.ruby.clogger.0
+* nntp://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/inbox.comp.lang.ruby.clogger
AUTH=ANONYMOUS is supported for IMAP and IMAPS, and any
username + password will work.
glossary
--------
Commit objects reference one tree, and zero or more parents.
Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.
Multiple parents means the commit is a merge.
Root commits have no ancestor. Note that it is
possible to have multiple root commits when merging independent histories.
Every commit references one top-level tree object.
git clone http://yhbt.net/clogger.git