summaryrefslogtreecommitdiff
path: root/docs/updates/Spam-Prevention.md
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-16 20:02:53 -0400
committerirungentoo <irungentoo@gmail.com>2013-08-16 20:02:53 -0400
commitf2c336e4f553f42262fd006b818ca965eeec789f (patch)
treec269d6d241fa4521051ded59cdbf9115c836feff /docs/updates/Spam-Prevention.md
parentab5c2a36a298ccd3e45611be46ac47f1b4aea5fb (diff)
Added docs detailing containing latest protocol changes.
Diffstat (limited to 'docs/updates/Spam-Prevention.md')
-rw-r--r--docs/updates/Spam-Prevention.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/updates/Spam-Prevention.md b/docs/updates/Spam-Prevention.md
new file mode 100644
index 00000000..a0713fd1
--- /dev/null
+++ b/docs/updates/Spam-Prevention.md
@@ -0,0 +1,12 @@
1
2Situation 1:
3Someone randomly goes around the DHT sending friend requests to everyone.
4
5Prevented by:
6Every friend address:
7[client_id (32 bytes)][nospam number (4 bytes)][checksum (2 bytes)]
8contains a number (nospam).
9
10The nospam in every friend request to that friend must be that number.
11
12If not it is rejected.