summaryrefslogtreecommitdiff
path: root/static/auth.dot
blob: 9345b9942252f3dedddfc09148c40f490d251bfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
digraph "auth.citrons.xyz" {
	"auth.citrons.xyz" -> "wiki encyclopedia";
	"auth.citrons.xyz" -> "citrons.xyz";
	"auth.citrons.xyz" -> "gollark (GPT-5)" [weight=10];
	"auth.citrons.xyz" -> "SCP-[REDACTED]";
	"auth.citrons.xyz" -> "heav unauth service" [weight=0];
	"citrons.xyz" -> "SCP-[REDACTED]";
	"gollark (GPT-5)" -> "GTech™";
	"GPT-5" -> "gollark (GPT-5)";
	"GTech™" -> "God";
	"GTech™" -> "RSAPI";
	"GTech™" -> "world governments";
	"GTech™" -> "tmpim";
	"tmpim" -> "world governments";
	"God" -> "world governments";
	"SCP-[REDACTED]" -> "world governments";
	"God" -> "GPT-5";
	"world governments" -> "GPT-5" [weight=10];
	"wiki encyclopedia" -> "Leonhard Euler";
	"Leonhard Euler" -> "God";
}