ircu2.10.12 pk910 fork
[ircu2.10.12-pk.git] / doc / strings.txt
1 Strings Information for ircu
2
3 Client:
4
5 name: (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
9 username: (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   
13 info: (string)
14   set in s_serv.c during server registration
15   set in s_user.c during client registration
16
17 passwd: (password string)
18   set in xxx.c when
19   used in xxx.c
20   cleared in xxx.c when
21
22 sock_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
27 sockhost: (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