aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-08-16 19:38:07 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-08-16 19:38:07 -0700
commitce515ac2e815cf6c392691743393ea6ebc42c832 (patch)
tree7c22e8e4e243b574e43faedbf6351f9fc1a8e6ca /boot.php
parent30e3a65c0f15f2cbcc538b35c18b1f60490fda9b (diff)
downloadvolse-hubzilla-ce515ac2e815cf6c392691743393ea6ebc42c832.tar.gz
volse-hubzilla-ce515ac2e815cf6c392691743393ea6ebc42c832.tar.bz2
volse-hubzilla-ce515ac2e815cf6c392691743393ea6ebc42c832.zip
prepare for federation
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/boot.php b/boot.php
index 7754ad1f4..5d476649d 100644
--- a/boot.php
+++ b/boot.php
@@ -10,10 +10,10 @@ define ( 'REGISTER_CLOSED', 0);
define ( 'REGISTER_APPROVE', 1);
define ( 'REGISTER_OPEN', 2);
-define ( 'DIRECTION_ANY', 0);
-define ( 'DIRECTION_IN', 1);
-define ( 'DIRECTION_OUT', 2);
-define ( 'DIRECTION_BOTH', 3);
+define ( 'DIRECTION_NONE', 0); // No relationship
+define ( 'DIRECTION_IN', 1); // VIP e.g. has FAN
+define ( 'DIRECTION_OUT', 2); // FAN to a VIP
+define ( 'DIRECTION_BOTH', 3); // Mutual Friends
define ( 'NOTIFY_INTRO', 0x0001 );
define ( 'NOTIFY_CONFIRM', 0x0002 );