-
Notifications
You must be signed in to change notification settings - Fork 16
/
banLists.conf
74 lines (62 loc) · 1.84 KB
/
banLists.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
#?accountId:name:country:cpu:rank:access:bot:level:ip:skill:skillUncert|banType:startDate:endDate:reason
################################################################################
#
# Input fields description:
# -------------------------
#
# accountId: account identifier (integer)
# name: nickname of user (string)
# country: country code (2 letters)
# cpu: cpu speed in Mhz (integer)
# rank: rank in lobby (digit in range 0-6)
# access: lobby moderator flag (0 or 1)
# bot: bot flag (0 or 1)
# level: autohost access level as defined in users.conf (integer)
# ip: user IP address (IPv4)
# skill: skill level (integer)
# skillUncert: skill uncertainty (integer)
#
# Output field description:
# -------------------------
#
# banType: ban type
# 0 -> full ban (channel + game + pv commands)
# 1 -> game ban
# 2 -> force spec
# 3 -> authorized (default)
#
# startDate: ban start date (timestamp)
# endDate: ban expiration date (timestamp)
# reason: ban reason (string)
#
################################################################################
[empty]
#Rank based ban lists
#?rank|banType:reason
[proOnly]
0-4|2:Rank limit - ranking too low
[notPro]
5-6|2:Rank limit - ranking too high
[averageOnly]
5-6|2:Rank limit - ranking too high
0-2|2:Rank limit - ranking too low
[newbieOnly]
3-6|2:Rank limit - ranking too high
[notNewbie]
0-2|2:Rank limit - ranking too low
#TrueSkill based ban lists
#?skill:skillUncert|banType:reason
[tsProOnly]
<30:|2:Skill limit - ranking too low
:>2|2:Skill limit - uncertainty too high
[tsNotPro]
>=30:<=2|2:Skill limit - ranking too high
[tsAverageOnly]
>=30:<=2|2:Skill limit - ranking too high
<24:|2:Skill limit - ranking too low
:>3|2:Skill limit - uncertainty too high
[tsNewbieOnly]
>=24:<=3|2:Skill limit - ranking too high
[tsNotNewbie]
<24:|2:Skill limit - ranking too low
:>3|2:Skill limit - uncertainty too high