Remove unified access file. Add default command access file. Add a useraccess example...
authorpdbogen <pdbogen@088b83a4-0077-4247-935c-42ec02c2848b>
Wed, 29 Aug 2007 21:36:45 +0000 (21:36 +0000)
committerpdbogen <pdbogen@088b83a4-0077-4247-935c-42ec02c2848b>
Wed, 29 Aug 2007 21:36:45 +0000 (21:36 +0000)
git-svn-id: https://www.cernu.us/~pdbogen/svn/destult2@6 088b83a4-0077-4247-935c-42ec02c2848b

.svnignore
access.yaml [deleted file]
cmdaccess.yaml [new file with mode: 0644]
useraccess.yaml.example [new file with mode: 0644]

index 658bffa..1eeeee6 100644 (file)
@@ -2,3 +2,4 @@ config.yaml
 privs.yaml
 factoids.yaml
 ignored.yaml
+useraccess.yaml
diff --git a/access.yaml b/access.yaml
deleted file mode 100644 (file)
index 4af851e..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
----
-'@ACCESSLIST': 1
-'@ADVERTISE': 2
-'@APPEND': 1
-'@CMDACCESS': 2
-'@CONFIG': 2
-'@DEFINE': 1
-'@DIE': 2
-'@IGNORE': 2
-'@JOIN': 1
-'@REGISTER': 2
-'@REPLACE': 1
-'@SIEVE': 1
-'@TRANSLATE': 0
diff --git a/cmdaccess.yaml b/cmdaccess.yaml
new file mode 100644 (file)
index 0000000..952e4e9
--- /dev/null
@@ -0,0 +1,14 @@
+---
+'ACCESSLIST': 1
+'ADVERTISE': 2
+'APPEND': 1
+'CMDACCESS': 2
+'CONFIG': 2
+'DEFINE': 1
+'DIE': 2
+'IGNORE': 2
+'JOIN': 1
+'REGISTER': 0
+'REPLACE': 1
+'SIEVE': 1
+'TRANSLATE': 0
diff --git a/useraccess.yaml.example b/useraccess.yaml.example
new file mode 100644 (file)
index 0000000..9403500
--- /dev/null
@@ -0,0 +1,2 @@
+---
+'PDBOGEN': 2