-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathservermodes.yaml
More file actions
129 lines (117 loc) · 3.43 KB
/
servermodes.yaml
File metadata and controls
129 lines (117 loc) · 3.43 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# servermodes.yaml
#
# This file is Copyright (c) 2015-2019 Daniel Oaks
# <daniel@danieloaks.net>
# This file is Copyright (c) 2001-2004 Simon Butcher
# <pickle@alien.net.au>
#
# This file is PUBLIC DOMAIN, to benefit the IRC developer community. If you
# modify this file, please state your name and modifications here in order
# for people to be able to distinguish between your version and this version.
#
# For more information or corrections, please contact the author.
file:
type: "servermodes"
revision: "1.91"
# The following information is used to create pretty HTML page and tables
page:
name: Server Modes
extra: >
<p>
Red denotes a conflicting numeric definition, gray for deprecated
(however quite possibly still in use), and blue for OK.
</p>
table:
row-ids:
- char
- name
row-classes:
- conflict
- obsolete
columns:
-
name: Mode
content: char
classes: code center
inline-links:
- char
- name
description: Mode character
-
name: Name
content: name
classes: code
link: information
-
name: Origin
content: origin
link: contact
description: Where the prefix came from
-
name: Server Only
content: server_only
description: ""
classes: center
-
name: Broadcast
content: broadcast
description: ""
classes: center
-
name: Parameter
content: parameter
classes: code
description: Parameter for the mode
xml_escape: true
-
name: When
content: when
description: Release version or announced date
-
name: Comments
content: comment
seealso: seealso
description: "Additional comments, history and other details"
# The following format is used through-out this file. The first two fields
# ('irc2char' and 'name') are mandatory, the others may or may not exist.
#
# The server_only field denotes whether or not the mode can be modified by
# a server only. If it is not set, or set to 'no', then operators can
# possibly modify them.
#
# The broadcast field specifies whether the mode is broadcast to other
# servers on the network or not.
format:
char: mode char for irc2 based protocol(s)
name: mode name
origin: where the mode was found
when: release version or announced date
contact: point of contact associated with the mode
information: url where to find more information
parameter: parameter name
comment: "comments, history etc"
server_only: Y
broadcast: Y
conflict: true
obsolete: true
values:
-
char: h
name: HUB
origin: ircu
when: ircu2.10.11.04
comment: >
Indicates the server is a hub. In ircu, this also hides the
server from users.
server_only: Y
broadcast: Y
-
char: s
name: SERVICE
origin: ircu
when: ircu2.10.11.04
comment: >
When set, the server is a 'service' (as in, it only provides
services). In ircu, this also hides the server from users.
server_only: Y
broadcast: Y