]> jfr.im git - irc/quakenet/snircd.git/blame - doc/strings.txt
sync undernet upstream ircu changes.
[irc/quakenet/snircd.git] / doc / strings.txt
CommitLineData
189935b1 1Strings Information for ircu
2
3Client:
4
5name: (nickname for clients, server name for servers)
6 set in s_conf.c when checking C/N lines for a server
7 set in s_user.c during client registration
8
9username: (user name string)
10 set in s_auth.c if the client RFC 931 authentication query successful.
11 set in s_user.c if auth query unsuccessful.
12
13info: (string)
14 set in s_serv.c during server registration
15 set in s_user.c during client registration
16
17passwd: (password string)
18 set in xxx.c when
19 used in xxx.c
20 cleared in xxx.c when
21
22sock_ip: (ip address)
23 set in s_bsd.c when connection is established
24 used in s_conf.c when looking for conf entries
25 not cleared
26
27sockhost: (resolved host name or ip address)
28 set in s_bsd.c when connection is established (copied from sock_ip)
29 set in s_auth.c if dns query is successful
30 set in s_conf.c if a C line is found that matches something in dns_reply.hp
31 used in opercmds.c
32
33