From 14c8aac76b7e4a9dd416dbcc19b70b52c80f0e70 Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Fri, 9 Oct 2020 07:44:04 +0000 Subject: [PATCH] restructured directories --- style.css => css/style.css | 0 index.html | 37 +++++++++++++-------- hush-hush.js => js/hush-hush.js | 10 ++++-- main.js => js/main.js | 0 marked.min.js => js/marked.min.js | 0 message-creator.js => js/message-creator.js | 0 onionr-blocks.js => js/onionr-blocks.js | 0 peer-lookup.js => js/peer-lookup.js | 0 powworker.js => js/powworker.js | 0 purify.min.js => js/purify.min.js | 0 sha3.js => js/sha3.js | 0 tordetect.js => js/tordetect.js | 0 worker-handler.js => js/worker-handler.js | 0 13 files changed, 30 insertions(+), 17 deletions(-) rename style.css => css/style.css (100%) rename hush-hush.js => js/hush-hush.js (92%) rename main.js => js/main.js (100%) rename marked.min.js => js/marked.min.js (100%) rename message-creator.js => js/message-creator.js (100%) rename onionr-blocks.js => js/onionr-blocks.js (100%) rename peer-lookup.js => js/peer-lookup.js (100%) rename powworker.js => js/powworker.js (100%) rename purify.min.js => js/purify.min.js (100%) rename sha3.js => js/sha3.js (100%) rename tordetect.js => js/tordetect.js (100%) rename worker-handler.js => js/worker-handler.js (100%) diff --git a/style.css b/css/style.css similarity index 100% rename from style.css rename to css/style.css diff --git a/index.html b/index.html index 1dddf63..e983d6b 100644 --- a/index.html +++ b/index.html @@ -11,16 +11,16 @@ - - - - - + + + + + - - - - + + + +
@@ -38,13 +38,19 @@ JavaScript is required for this app. The server has no knowledge of posts, so content must be served by P2P nodes.

kiccan is a message board program that utilizes the Onionr network.

-

posts are rate-limited using a partial hash collision proof of work function.

+

posts are rate-limited and protected using a partial hash collision proof of work function.

+

kiccan is decentralized as in power

⚠️ the host of this web page has no control over posts. Browse and post at your own risk.


- +
+
Last reached network: never
+
+ +
+

feed size: 0kb | page size: 289kb

@@ -70,6 +76,9 @@
+
+
Privacy policy: We log nothing, but Onionr node operators may log data. Nothing personalized is sent to Onionr nodes, but all posts should be considered public and immutable.
+