elemental-ircd/tools
JD Horelick 1117974490 tools: Added shadow_help.pl. This is a simple irssi script that adds a OHELP command.
OHELP calls HELP so there's no conflict with in-client help and you do not have
to call HELP with /quote help.
2011-05-15 17:55:18 -04:00
..
Makefile.in Remove all the DEFINE's and the random places they were used for the .conf-based ban stuff. 2010-12-04 17:26:14 -05:00
README tools: Added shadow_help.pl. This is a simple irssi script that adds a OHELP command. 2011-05-15 17:55:18 -04:00
README.mkpasswd cosmetic fix: Blowfish doesn't use CamelCase 2011-01-05 23:20:04 -06:00
convertilines.c Removal of ancient SVN ID's part one 2010-06-10 21:22:44 -04:00
convertklines.c Removal of ancient SVN ID's part one 2010-06-10 21:22:44 -04:00
genssl.sh Change the filenames of the generated SSL key/cert to ssl.* instead of test.* so that they're a bit more descriptive. 2010-11-13 16:07:54 -05:00
mkkeypair [svn] - the new plan: 2007-01-24 22:40:21 -08:00
mkpasswd.c Make SHA512 the default for mkpasswd again, as SHA512 support is guaranteed to *always* be in libratbox. 2011-01-06 01:56:47 -05:00
shadow_help.pl tools: Added shadow_help.pl. This is a simple irssi script that adds a OHELP command. 2011-05-15 17:55:18 -04:00
untabify [svn] - the new plan: 2007-01-24 22:40:21 -08:00
viconf.c Remove all the DEFINE's and the random places they were used for the .conf-based ban stuff. 2010-12-04 17:26:14 -05:00

README

$Id: README 6 2005-09-10 01:02:21Z nenolod $

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.
genssl.sh		- a small tool for generating SSL certificates for your IRCd.
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
shadow_help.pl  - an irssi script which adds a OHELP command so you do not
				  have to type /quote help everytime you want to view the
				  IRCd's helpfiles.
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.