blob: 7d6298975bb9de0152733b464cc122cffe70b0d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$Id: README,v 1.6 1999/03/13 23:06:15 kalt Exp $
This directory contains ircd related contributions. Most of them fall
in one of the following categories:
* small side utility
* code sample
* service
Each contribution lives in its own directory under contrib/ and has a
README file. For those which need to be compiled, this can be done in
the same directory as you compiled irc and/or ircd.
If you want to submit a package for this directory, see the RULES file.
---
mkpasswd utility to crypt a password.
ircdwatch utility to keep ircd running (eventually restarting it).
tkserv stupid toy to manage "temporary" klines.
mod_passwd example of DSM module for iauth
antispoof.diff diff file to add extra code to ircd to prevent TCP spoofing
|