]> jfr.im git - irc/rqf/shadowircd.git/blob - tools/README
Fix a bug I caused. Whoops.
[irc/rqf/shadowircd.git] / tools / README
1 $Id: README 6 2005-09-10 01:02:21Z nenolod $
2
3 A directory of support programs for ircd.
4
5 convertconf.c - converts a Hybrid 5 or 6 conf file to the new
6 style. will not convert I:
7 convertilines.c - convert hybrid 5/6 I: to auth {};
8 convertklines.c - convert Hybrid 5/6 and early 7beta kline.conf files
9 to the new spreadsheet like format.
10 encspeed.c - test the speed of various encryption algorithms used in
11 cryptlinks
12 mkkeypair - a small program used for generating a public and private
13 key pair
14 mkpasswd.c - makes password for O lines
15 rsa_respond/ - a tool to generate an RSA response to the challenge asked
16 by the server, and a tool to generate a keypair for the
17 C/R system
18 untabify - converts tab characters to a specific number of spaces
19 viconf.c - edit your conf file without having to chdir su etc. etc.
20 also locks the file if file locking is used.
21 viconf is also installed with hard links as vimotd and
22 viklines, to edit those files in a locked mode.