diff options
Diffstat (limited to 'data/lists')
-rwxr-xr-x | data/lists/HelpToIndex | 6 | ||||
-rwxr-xr-x | data/lists/README | 70 | ||||
-rwxr-xr-x | data/lists/abuser | 0 | ||||
-rwxr-xr-x | data/lists/admin | 1 | ||||
-rwxr-xr-x | data/lists/ban | 0 | ||||
-rwxr-xr-x | data/lists/blind | 0 | ||||
-rwxr-xr-x | data/lists/cmuzzle | 0 | ||||
-rwxr-xr-x | data/lists/computer | 0 | ||||
-rwxr-xr-x | data/lists/filter | 0 | ||||
-rwxr-xr-x | data/lists/fm | 0 | ||||
-rwxr-xr-x | data/lists/gm | 0 | ||||
-rwxr-xr-x | data/lists/im | 0 | ||||
-rwxr-xr-x | data/lists/index | 15 | ||||
-rwxr-xr-x | data/lists/muzzle | 0 | ||||
-rwxr-xr-x | data/lists/removedcom | 0 | ||||
-rwxr-xr-x | data/lists/td | 0 | ||||
-rwxr-xr-x | data/lists/teams | 0 |
17 files changed, 92 insertions, 0 deletions
diff --git a/data/lists/HelpToIndex b/data/lists/HelpToIndex new file mode 100755 index 0000000..9231371 --- /dev/null +++ b/data/lists/HelpToIndex @@ -0,0 +1,6 @@ +-1 means no players but admin gods can edit, all may view it. +0 means no players but admins can access it +1 means only read by non-admins +2 means that everyone can see/write to the list + +Written by Hawk :) diff --git a/data/lists/README b/data/lists/README new file mode 100755 index 0000000..50cac96 --- /dev/null +++ b/data/lists/README @@ -0,0 +1,70 @@ +Index to lists and their priorities + +-2 set by head admin only (Not yet implemented) +-1 set by admin gods only (V1.2.4 onward) +0 read/write admins only +1 write admins - read by all +2 read/write by all (Not used at present) + +lists are used for: + + abuser list of game abusers - will lose on disconnnection (V1.2.2) + + admin list of all admins - NB (V1.2.3 and below use asetadmin to add +them) + +admin gives level 10 administrator - use asetadmin to increase) + (V1.2.4 the priveledge of the lists should be -1) + (Future versions should be -2) + + ban list of banned people (V1.2.4) + + blind list of people registered playing blind (style 9) + + cmuzzle list of people not allowed to use cshout (V1.2.3) + + computer list of computer opponents (V1.2.2) + + filter list of filtered ip addresses which unregs can't log in from (V1.2.7) + 1> eg +filter 128 does filter 128.*.*.* where * is don't care. + 2> eg +filter 128.127 does filter 128.127.*.* + 3> eg +filter 128.127.126 does filter 128.127.126.* + 4> eg +filter 128.127.126.125 does filter 128.127.126.125 + + NB Never use example 1! + Example 2 will probably filter a whole university + Example 3 will filter a network + Example 4 will filter a machine + + fm list of FM opponents (V1.2.2) + gm list of GM opponents (V1.2.2) + im list of IM opponents (V1.2.2) + + muzzle list of muzzled people (use muzzle command below V1.2.3) + NB muzzle doesn't revoke cshout priveledges + + quota list of people who will get severe shout quotas (V1.2.5) + NB The quota command can change the shout limit. + + removedcom list of commands that can't be used due to bugs (V1.2.12) + NB priveledge should be -1 + + td list of tournament directors (V1.2.4) + + teams list of all teams and club accounts + +Lists are added in the index file the format is: + <Name of list> <priveledge> + +Only one entry should appear per line. + +FICS commands: + + +listname [name] adds someone to a list + -listname [name] removes someone from a list + =listname [name] shows list + = list an index to the lists + + note + is short for addlist - short for sublist and = short for showlist + +[Written by DAV 06/11/95] + diff --git a/data/lists/abuser b/data/lists/abuser new file mode 100755 index 0000000..e69de29 --- /dev/null +++ b/data/lists/abuser diff --git a/data/lists/admin b/data/lists/admin new file mode 100755 index 0000000..52548cf --- /dev/null +++ b/data/lists/admin @@ -0,0 +1 @@ +AdminGuy diff --git a/data/lists/ban b/data/lists/ban new file mode 100755 index 0000000..e69de29 --- /dev/null +++ b/data/lists/ban diff --git a/data/lists/blind b/data/lists/blind new file mode 100755 index 0000000..e69de29 --- /dev/null +++ b/data/lists/blind diff --git a/data/lists/cmuzzle b/data/lists/cmuzzle new file mode 100755 index 0000000..e69de29 --- /dev/null +++ b/data/lists/cmuzzle diff --git a/data/lists/computer b/data/lists/computer new file mode 100755 index 0000000..e69de29 --- /dev/null +++ b/data/lists/computer diff --git a/data/lists/filter b/data/lists/filter new file mode 100755 index 0000000..e69de29 --- /dev/null +++ b/data/lists/filter diff --git a/data/lists/fm b/data/lists/fm new file mode 100755 index 0000000..e69de29 --- /dev/null +++ b/data/lists/fm diff --git a/data/lists/gm b/data/lists/gm new file mode 100755 index 0000000..e69de29 --- /dev/null +++ b/data/lists/gm diff --git a/data/lists/im b/data/lists/im new file mode 100755 index 0000000..e69de29 --- /dev/null +++ b/data/lists/im diff --git a/data/lists/index b/data/lists/index new file mode 100755 index 0000000..7fb1275 --- /dev/null +++ b/data/lists/index @@ -0,0 +1,15 @@ +admin -1 +gm 1 +im 1 +fm 1 +abuser 0 +filter 0 +td -1 +computer 1 +blind 1 +teams 1 +muzzle 0 +cmuzzle 0 +ban 0 +removedcom -1 +programmer -1 diff --git a/data/lists/muzzle b/data/lists/muzzle new file mode 100755 index 0000000..e69de29 --- /dev/null +++ b/data/lists/muzzle diff --git a/data/lists/removedcom b/data/lists/removedcom new file mode 100755 index 0000000..e69de29 --- /dev/null +++ b/data/lists/removedcom diff --git a/data/lists/td b/data/lists/td new file mode 100755 index 0000000..e69de29 --- /dev/null +++ b/data/lists/td diff --git a/data/lists/teams b/data/lists/teams new file mode 100755 index 0000000..e69de29 --- /dev/null +++ b/data/lists/teams |