supernets.org

- https://supernets.org
git clone git://git.acid.vegas/supernets.org.git
Log | Files | Refs | Archive

channel-modes.html (9464B)

      1 <!DOCTYPE html>
      2 <html lang="en">
      3 	<head>
      4 		<title>SuperNETs</title>
      5 		<meta charset="UTF-8">
      6 		<meta name="author" content="SuperNETs">
      7 		<meta name="description" content="A secure and anonymous, censorship-free, public environment for communication.">
      8 		<meta name="keywords" content="anonymous, chat, internet, irc, ircd, network, relay, secure, super, nets, supernets, xmpp">
      9 		<meta name="viewport" content="width=device-width, initial-scale=1">
     10 		<link rel="icon" type="image/png" href="../i/favicon.png">
     11 		<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
     12 		<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha256-3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y+7E=" crossorigin="anonymous"></script>
     13 		<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.1/umd/popper.min.js" integrity="sha256-AoNQZpaRmemSTxMy9xcqXX5VLwI6IMPYugO7bFHOW+U=" crossorigin="anonymous"></script>
     14 		<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
     15 		<link href="../inc/style.css" rel="stylesheet">
     16 	</head>
     17 	<body>
     18 		<div class="container">
     19 			<header class="header clearfix">
     20 				<nav class="navbar navbar-expand-lg navbar-light bg-white">
     21 					<a class="navbar-brand text-muted bolder" href="#">SUPERNETS</a>
     22 					<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
     23 						<span class="navbar-toggler-icon"></span>
     24 					</button>
     25 					<div class="collapse navbar-collapse" id="navbarSupportedContent">
     26 						<ul class="navbar-nav ml-auto">
     27 							<li class="nav-item"><a class="nav-link" href="../index.html">Home</a></li>
     28 							<li class="nav-item"><a class="nav-link" href="../about.html">About</a></li>
     29 							<li class="nav-item"><a class="nav-link" href="../contact.html">Contact</a></li>
     30 							<li class="nav-item"><a class="nav-link" href="../docs.html">Docs</a></li>
     31 							<li class="nav-item dropdown">
     32 								<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Network</a>
     33 								<div class="dropdown-menu" aria-labelledby="navbarDropdown">
     34 									<a class="dropdown-item" href="https://git.supernets.org/">Git</a>
     35 									<a class="dropdown-item" href="../irc.html">IRC</a>
     36 								</div>
     37 							</li>
     38 						</ul>
     39 					</div>
     40 				</nav>
     41 			</header>
     42 			<main role="main">
     43 				<center><h4>Access Modes</h4></center>
     44 				<table class="table table-striped">
     45 					<thead>
     46 						<tr>
     47 							<th width="10%">Mode</th>
     48 							<th>Description</th>
     49 							<th width="10%">Restrictions</th>
     50 						</tr>
     51 					</thead>
     52 					<tbody class="text-left">
     53 						<tr>
     54 							<td><b>v</b></td>
     55 							<td>Voice. This makes the user able to speak in +m/+M channels.</td>
     56 							<td><i>May be set by +hoaq</i></td>
     57 						</tr>
     58 						<tr>
     59 							<td><b>h</b></td>
     60 							<td>Half-Op. Gives access to some of the channel operator privledges.</td>
     61 							<td><i>May be set by +oaq</i></td>
     62 						</tr>
     63 						<tr>
     64 							<td><b>o</b></td>
     65 							<td>Channel Op. Gives access to all the channel operator privledges.</td>
     66 							<td><i>May be set by +oaq</i></td>
     67 						</tr>
     68 						<tr>
     69 							<td><b>a</b></td>
     70 							<td>Channel Admin. Same privledges as +o but can't be kicked by +ho.</td>
     71 							<td><i>May be set by +q</i></td>
     72 						</tr>
     73 						<tr>
     74 							<td><b>q</b></td>
     75 							<td>Channel Owner. Can't be kicked by anyone below.</td>
     76 							<td><i>Normal users can't set this</i></td>
     77 						</tr>
     78 					</tbody>
     79 				</table>
     80 				<hr><br>
     81 				<center><h4>List Modes</h4></center>
     82 				<table class="table table-striped">
     83 					<thead>
     84 						<tr>
     85 							<th width="10%">Mode</th>
     86 							<th>Description</th>
     87 							<th width="10%">Restrictions</th>
     88 						</tr>
     89 					</thead>
     90 					<tbody class="text-left">
     91 						<tr>
     92 							<td><b>b</b></td>
     93 							<td>Ban. Prevents a user from joining the channel.</td>
     94 							<td><i>Requires +h or higher</i></td>
     95 						</tr>
     96 						<tr>
     97 							<td><b>e</b></td>
     98 							<td>Ban exception. When a user is banned (due to +b) and they are on this +e list then they may still join the channel.</td>
     99 							<td><i>Requires +h or higher</i></td>
    100 						</tr>
    101 						<tr>
    102 							<td><b>I</b></td>
    103 							<td>Invite exception. When the channel is +i (invite only) then people on this list may still join the channel.</td>
    104 							<td><i>Requires +h or higher</i></td>
    105 						</tr>
    106 					</tbody>
    107 				</table>
    108 				<p>See <a href="https://www.unrealircd.org/docs/Extended_Bans">Exteneded Bans</a> for more advanced list mode usage.</p>
    109 				<hr><br>
    110 				<center><h4>Channel Modes</h4></center>
    111 				<table class="table table-striped">
    112 					<thead>
    113 						<tr>
    114 							<th width="10%">Mode</th>
    115 							<th>Description</th>
    116 							<th width="10%">Restrictions</th>
    117 						</tr>
    118 					</thead>
    119 					<tbody class="text-left">
    120 						<tr>
    121 							<td><b>c</b></td>
    122 							<td>Colored messages are not permitted.</td>
    123 							<td><i>Requires +o or higher</i></td>
    124 						</tr>
    125 						<tr>
    126 							<td><b>C</b></td>
    127 							<td>CTCP's are not permitted.</td>
    128 							<td><i>Requires +o or higher</i></td>
    129 						</tr>
    130 						<tr>
    131 							<td><b>D</b></td>
    132 							<td>Delay JOIN messages until that person speaks. <i>(Chanops, IRCOps, & Services are exempt)</i></td>
    133 							<td><i>Requires +o or higher</i></td>
    134 						</tr>
    135 						<tr>
    136 							<td><b>f</b></td>
    137 							<td>Flood protection. <i>(See <a href="https://www.unrealircd.org/docs/Anti-flood_features#Channel_mode_f">here</a> for more details)</i></td>
    138 							<td><i>Requires +o or higher</i></td>
    139 						</tr>
    140 						<tr>
    141 							<td><b>G</b></td>
    142 							<td>Enable word filters.</td>
    143 							<td><i>Requires +o or higher</i></td>
    144 						</tr>
    145 						<tr>
    146 							<td><b>i</b></td>
    147 							<td>Requires users to be /INVITE'd to join the channel.</td>
    148 							<td><i>Requires +o or higher</i></td>
    149 						</tr>
    150 						<tr>
    151 							<td><b>k</b></td>
    152 							<td>Requires a channel key in order to join.</td>
    153 							<td><i>Requires +h or higher</i></td>
    154 						</tr>
    155 						<tr>
    156 							<td><b>K</b></td>
    157 							<td>KNOCK command is not allowed.</td>
    158 							<td><i>Requires +o or higher</i></td>
    159 						</tr>
    160 						<tr>
    161 							<td><b>L</b></td>
    162 							<td>Channel link if the +l limit is reached.</td>
    163 							<td><i>Requires +h or higher</i></td>
    164 						</tr>
    165 						<tr>
    166 							<td><b>l</b></td>
    167 							<td>Limit the amount of users that may be in the channel.</td>
    168 							<td><i>Requires +o or higher</i></td>
    169 						</tr>
    170 						<tr>
    171 							<td><b>m</b></td>
    172 							<td>Moderated channel. Requires +v or higher to speak.</td>
    173 							<td><i>Requires +o or higher</i></td>
    174 						</tr>
    175 						<tr>
    176 							<td><b>M</b></td>
    177 							<td>Only registered nicks and +v can chat.</td>
    178 							<td><i>Requires +o or higher</i></td>
    179 						</tr>
    180 						<tr>
    181 							<td><b>N</b></td>
    182 							<td>/NICK is not permitted.</td>
    183 							<td><i>Requires +o or higer</i></td>
    184 						</tr>
    185 						<tr>
    186 							<td><b>n</b></td>
    187 							<td>No external messages.</td>
    188 							<td><i>Requires +h or higher</i></td>
    189 						</tr>
    190 						<tr>
    191 							<td><b>O</b></td>
    192 							<td>IRC operator only channel.</td>
    193 							<td><i>IRCOp-only</i></td>
    194 						</tr>
    195 						<tr>
    196 							<td><b>P</b></td>
    197 							<td>Preserve channel settings if the channel becomes empty.</td>
    198 							<td><i>IRCOp-only</i></td>
    199 						</tr>
    200 						<tr>
    201 							<td><b>p</b></td>
    202 							<td>Private channel.</td>
    203 							<td><i>Requires +o or higher</i></td>
    204 						</tr>
    205 						<tr>
    206 							<td><b>Q</b></td>
    207 							<td>/KICK is not permitted. <i>(Kicking via services still works)</i></td>
    208 							<td><i>Requires +o or higher</i></td>
    209 						</tr>
    210 						<tr>
    211 							<td><b>R</b></td>
    212 							<td>Only registered users may join the channel.</td>
    213 							<td><i>Requires +o or higher</i></td>
    214 						</tr>
    215 						<tr>
    216 							<td><b>r</b></td>
    217 							<td>Channel is registered via services.</td>
    218 							<td><i>Set by services</i></td>
    219 						</tr>
    220 						<tr>
    221 							<td><b>s</b></td>
    222 							<td>Hide channel from LIST and WHOIS replies.</td>
    223 							<td><i>Requires +o or higher</i></td>
    224 						</tr>
    225 						<tr>
    226 							<td><b>S</b></td>
    227 							<td>Strip color from messages.</td>
    228 							<td><i>Requires +o or higher</i></td>
    229 						</tr>
    230 						<tr>
    231 							<td><b>T</b></td>
    232 							<td>/NOTICE is not permitted.</td>
    233 							<td><i>Requires +o or higher</i></td>
    234 						</tr>
    235 						<tr>
    236 							<td><b>t</b></td>
    237 							<td>Do not allow regular users to change the topic.</td>
    238 							<td><i>Requires +h or higher</i></td>
    239 						</tr>
    240 						<tr>
    241 							<td><b>V</b></td>
    242 							<td>/INVITE is not permitted.</td>
    243 							<td><i>Requires +o or higher</i></td>
    244 						</tr>
    245 						<tr>
    246 							<td><b>z</b></td>
    247 							<td>Only clients which are connected through SSL/TLS may join the channel.</td>
    248 							<td><i>Requires +o or higher</i></td>
    249 						</tr>
    250 						<tr>
    251 							<td><b>Z</b></td>
    252 							<td>Indicates that only people who are using SSL/TLS are on the channel.</td>
    253 							<td><i>Set by server</i></td>
    254 						</tr>
    255 					</tbody>
    256 				</table>
    257 			</main>
    258 			<footer class="footer">
    259 				<p>&copy; Supernets 2019</p>
    260 			</footer>
    261 		</div>
    262 	</body>
    263 </html>