Blame
Date:
Fri Jan 1 19:07:47 2021 UTC
Message:
Update NEWS and ChangeLog files
01
2011-08-26
alex
02
2011-08-26
alex
ngIRCd - Next Generation IRC Server
03
2011-08-26
alex
http://ngircd.barton.de/
04
2011-08-26
alex
05
2015-04-30
alex
(c)2001-2015 Alexander Barton and Contributors.
06
2011-08-26
alex
ngIRCd is free software and published under the
07
2011-08-26
alex
terms of the GNU General Public License.
08
2011-08-26
alex
09
2011-08-26
alex
-- Modes.txt --
10
2011-08-26
alex
11
2011-08-26
alex
12
2011-08-26
alex
This document lists the different user modes, channel modes, and channel
13
2011-08-26
alex
user modes that ngIRCd supports.
14
2011-08-26
alex
15
2011-08-26
alex
16
2011-08-26
alex
I. User Modes
17
2011-08-26
alex
~~~~~~~~~~~~~
18
2011-08-26
alex
19
2011-08-26
alex
User modes are attributes a user has in the network, regardless of the
20
2011-08-26
alex
channels he is using at the moment.
21
2011-08-26
alex
22
2011-08-26
alex
mode since description
23
2011-08-26
alex
24
2011-08-26
alex
a 0.3.0 User is away.
25
2012-10-08
alex
b 20 User blocks private messages and notices.
26
2012-08-27
alex
B 20 User is flagged as a "bot".
27
2011-08-26
alex
c 17 IRC operator wants to receive connect/disconnect NOTICEs.
28
2012-01-16
alex
C 19 Only users that share a channel are allowed to send messages.
29
2014-03-18
alex
F 22 Relaxed flood protection (only settable by IRC Operators).
30
2011-08-26
alex
i 0.0.1 User is "invisible".
31
2015-04-30
alex
I 23 No channels are shown on WHOIS (IRC Ops can always see those).
32
2011-08-26
alex
o 0.0.1 User is IRC operator.
33
2012-10-06
alex
q 20 User is protected, can not be kicked from a channel.
34
2011-08-26
alex
r 0.0.1 User is restricted.
35
2011-12-31
alex
R (1) 19 User is registered (e.g. by NickServ).
36
2011-08-26
alex
s 0.4.0 User wants to receive server notices.
37
2011-08-26
alex
w 0.11.0 User wants to receive WALLOPS messages.
38
2011-08-26
alex
x 17 Hostname of this user is "cloaked".
39
2011-08-26
alex
40
2011-08-26
alex
II. Channel Modes
41
2011-08-26
alex
~~~~~~~~~~~~~~~~~
42
2011-08-26
alex
43
2011-08-26
alex
Channel modes are attributes of specific channels which are valid for all
44
2011-08-26
alex
users joined (or trying to join) to this channel. Some modes add and remove
45
2011-08-26
alex
users to lists (e.g. "invite list", "ban list"), others have parameters
46
2011-08-26
alex
(like "channel key"), most are simple flags (like "moderated").
47
2011-08-26
alex
48
2011-08-26
alex
mode since description
49
2011-08-26
alex
50
2011-08-26
alex
b 0.5.0 Add/remove a host mask to the ban list.
51
2012-04-29
alex
e 19 Add/remove a host mask to the exception list.
52
2011-08-26
alex
i 0.5.0 Channel is "invite only".
53
2011-08-26
alex
I 0.5.0 Add/remove a host mask to the invite list.
54
2011-08-26
alex
k 0.6.0 Channel has a "key" (a password).
55
2011-08-26
alex
l 0.6.0 Channel has a user limit.
56
2011-08-26
alex
m 0.3.0 Channel is moderated, only "voiced" users can send messages.
57
2012-08-27
alex
M 20 Only registered users (and IRC Ops) can send messages.
58
2011-08-26
alex
n 0.3.0 Channel doesn't allow messages of users not being members.
59
2015-08-01
alex
N 23 Users can't change their nickname while on this channel.
60
2011-08-26
alex
O 18 Only IRC operators are allowed to join this channel.
61
2011-08-26
alex
P 0.5.0 Channel is "persistent".
62
2012-10-06
alex
Q 20 Nobody can be kicked from the channel.
63
2011-12-31
alex
r (1) 19 Channel is "registered" (e.g. by ChanServ).
64
2011-08-26
alex
R 19 Only registered users are allowed to join this channel.
65
2011-08-26
alex
s 0.9.0 Channel is "secret".
66
2011-08-26
alex
t 0.3.0 Only ChanOps are allowed to modify the channel topic.
67
2012-10-06
alex
V 20 Channel doesn't allow invites.
68
2011-08-26
alex
z 16 Only users connected via SSL are allowed to join the channel.
69
2011-08-26
alex
70
2011-08-26
alex
III. Channel User Modes
71
2011-08-26
alex
~~~~~~~~~~~~~~~~~~~~~~~
72
2011-08-26
alex
73
2011-08-26
alex
Channel user modes are attributes that a particular user has in a specific
74
2011-08-26
alex
channel of which he is a member.
75
2011-08-26
alex
76
2011-08-26
alex
mode since description
77
2011-08-26
alex
78
2015-12-13
alex
q 20 User is channel owner. This mode can only be set by an IRC
79
2015-12-13
alex
service, other owner or IRC operator. Channel owners can
80
2015-12-13
alex
promote other users to all levels: q, a, o, h, v. Prefix: "~".
81
2015-12-13
alex
a 20 User is channel admin and can promote other users to v, h, o.
82
2015-12-13
alex
Prefix: "&".
83
2011-08-26
alex
o 0.2.0 User is channel operator and can op/kick/... other members.
84
2015-12-13
alex
Prefix: "@".
85
2012-09-23
alex
h 20 User is half op and can set channel modes imntvIbek and kick
86
2015-12-13
alex
voiced and normal users. Prefix: "%".
87
2011-08-26
alex
v 0.2.0 User is "voiced" and can speak even if channel is moderated.
88
2015-12-13
alex
Prefix: "+".
89
2011-12-31
alex
90
2011-12-31
alex
91
2011-12-31
alex
Notes
92
2011-12-31
alex
~~~~~
93
2011-12-31
alex
94
2011-12-31
alex
(1) This mode is not set by ngIRCd itself but by services. ngIRCd handles
95
2015-09-06
alex
the mode transparently and possibly adjusts its behavior.
IRCNow