summaryrefslogtreecommitdiffstats
path: root/cholerab
diff options
context:
space:
mode:
authortv <tv@iiso>2011-09-22 22:03:10 +0200
committertv <tv@iiso>2011-09-22 22:03:10 +0200
commita1885b309ceb50afddf3b6cf758b3569e942ecbb (patch)
tree6acd7340f228840b1b8ee983db19c9c99d2802e4 /cholerab
parenta957baab311198a97279d4ac01cbc7503b1079c5 (diff)
//cholerab: cleanup structure
Diffstat (limited to 'cholerab')
-rw-r--r--cholerab/HACKING/git/log-follow (renamed from cholerab/HACKING/git)0
-rw-r--r--cholerab/HACKING/git/remove-submodule (renamed from cholerab/cockbook/git/remove-submodule)0
-rw-r--r--cholerab/reaktor/priviliged_functions24
3 files changed, 0 insertions, 24 deletions
diff --git a/cholerab/HACKING/git b/cholerab/HACKING/git/log-follow
index 5bdc41bd..5bdc41bd 100644
--- a/cholerab/HACKING/git
+++ b/cholerab/HACKING/git/log-follow
diff --git a/cholerab/cockbook/git/remove-submodule b/cholerab/HACKING/git/remove-submodule
index da8a1b00..da8a1b00 100644
--- a/cholerab/cockbook/git/remove-submodule
+++ b/cholerab/HACKING/git/remove-submodule
diff --git a/cholerab/reaktor/priviliged_functions b/cholerab/reaktor/priviliged_functions
deleted file mode 100644
index a673267e..00000000
--- a/cholerab/reaktor/priviliged_functions
+++ /dev/null
@@ -1,24 +0,0 @@
-Use Case 1: Request update on Host
-=================================
-
-< user> bot: update
-< bot> /whois user
-< bot> /msg user [CHALLENGE]
-< user> /msg bot [CHALLENGE-RESPONSE]
-< bot> updating...
-< bot> now on rev XXXXX
-
-Command Flow
-----------------
-The bot has a locally stored list of [trusted] hosts along with their public
-key, preferably from the tinc/retiolum directory.
-
-The bot encrypts a 1K Byte long message with the public key of the host
-retrieved by the /whois command.
-
-This challenge is sent to the user requesting the command via private message.
-The user then decrpyts the message with its own private key and sends the
-decrpyted message to the bot.
-
-The bot then executes the requested command if the challenge is answered
-correctly