This repository has been archived on 2025-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
NeoStats-NeoIRCd/tools
2002-09-21 06:26:56 +00:00
..
rsa_respond hybrid rc4 rsarespond fixes 2002-09-21 06:26:56 +00:00
.cvsignore Initial revision 2002-08-13 14:34:25 +00:00
descrip.mms Sync up NeoIRCd Changes. 2002-08-13 14:45:13 +00:00
encspeed.c Sync up NeoIRCd Changes. 2002-08-13 14:45:13 +00:00
Makefile.in hybrid rc4 fixes... Persistant Channel fixes 2002-09-19 05:41:11 +00:00
mkkeypair Initial revision 2002-08-13 14:34:25 +00:00
mkpasswd.c Sync up NeoIRCd Changes. 2002-08-13 14:45:13 +00:00
README Sync up NeoIRCd Changes. 2002-08-13 14:45:13 +00:00
README.mkpasswd Sync up NeoIRCd Changes. 2002-08-13 14:45:13 +00:00
untabify Sync up NeoIRCd Changes. 2002-08-13 14:45:13 +00:00
viconf.c Sync up NeoIRCd Changes. 2002-08-13 14:45:13 +00:00

$Id: README,v 1.2 2002/08/13 14:45:13 fishwaldo Exp $

A directory of support programs for ircd.

convertconf.c   - converts a Hybrid 5 or 6 conf file to the new
                  style.  will not convert I:
convertilines.c - convert hybrid 5/6 I: to auth {};
convertklines.c - convert Hybrid 5/6 and early 7beta kline.conf files
                  to the new spreadsheet like format.
encspeed.c      - test the speed of various encryption algorithms used in
                  cryptlinks
mkkeypair       - a small program used for generating a public and private
                  key pair
mkpasswd.c      - makes password for O lines
rsa_respond/    - a tool to generate an RSA response to the challenge asked
                  by the server, and a tool to generate a keypair for the
                  C/R system
untabify        - converts tab characters to a specific number of spaces
viconf.c        - edit your conf file without having to chdir su etc. etc.
                  also locks the file if file locking is used.
                  viconf is also installed with hard links as vimotd and
                  viklines, to edit those files in a locked mode.