aboutsummaryrefslogtreecommitdiff
path: root/contrib/README
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/README')
-rw-r--r--contrib/README21
1 files changed, 21 insertions, 0 deletions
diff --git a/contrib/README b/contrib/README
new file mode 100644
index 0000000..7d62989
--- /dev/null
+++ b/contrib/README
@@ -0,0 +1,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