]> jfr.im git - irc/rqf/shadowircd.git/blame - doc/services.txt
WHOIS 330 (services login name) does not need a remote whois.
[irc/rqf/shadowircd.git] / doc / services.txt
CommitLineData
212380e3 1ratbox-services compatibility documentation - Lee H <lee -at- leeh.co.uk>
2-------------------------------------------------------------------------
3
3911ef9b
JT
4Compatibility with ratbox-services is always enabled. Note that some or
5all of this is also used by atheme-services and anope. It will add the
6following features to ircd:
212380e3 7
81. Channel mode +r
9
10 A simple mode taking no parameters, will require users are logged in
11 with user services before they may join the channel.
12
13 Gives numeric 477 to users who arent logged in:
14 :<server> 477 <nick> <channel> :Cannot join channel (+r)
15
162. service block to ircd.conf
17
18 Ability to specify the names of services servers in ircd.conf:
19 service {
20 name = "services.ircd-ratbox.org";
21 name = "backup-services.ircd-ratbox.org";
22 };
23
24 These must be specified for certain features to work. You may specify as
25 many name entries as you wish, however you must define only one service
26 block.
27
28 Entries will be listed in stats U with the flag 's'.
29
303. Services protection
31
32 Services will be protected from being deopped or kicked from a channel.
33
344. Username tracking through netsplits
35
36 When users are logged in, the username they are logged in with will be
37 preserved on a netsplit, so users will not have to relogin when the
38 network merges together.
39
405. Username given on WHOIS
41
42 When users are logged in, WHOIS will also give numeric 330:
43 :<server> 330 <yournick> <targetnick> <loginname> :is logged in as
44
212380e3 456. Forced nick change
46
47 When using nickname services and a client requests they regain a
48 nickname, services can perform a forced nick change on the client.
49 This forcibly changes the clients nickname to the one they requested
50 they regain, ensuring they can always regain their nickname.
51
388ff36d
JT
527. User mode +R
53
54 This user mode will require users are logged in with user services
55 before they may send private messages or notices to the user.
56
57 As with user mode +g, IRC operators and accepted users can send even
58 if they are not logged in.
59
60 Gives numeric 486 to users sending a PRIVMSG who are not logged in:
61 :<server> 486 <nick> <targetnick> :You must log in with services to message this user
62
212380e3 63# $Id: services.txt 6 2005-09-10 01:02:21Z nenolod $