bitchx/dll/arcfour
Kevin Easton 99c5ec9872 Change arcfour example module to use ARC4CHAT instead of SCHAT as the DCC type
The SCHAT type is already used by some other clients for SSL CHAT.  This example module doesn't work
yet anyway, so no-one can actually be using it.
2018-03-14 16:58:10 +11:00
..
arcfour.c Change arcfour example module to use ARC4CHAT instead of SCHAT as the DCC type 2018-03-14 16:58:10 +11:00
arcfour.h Introduce a struct dcc_ops to contain all functions pointers for a custom DCC type 2018-02-08 22:39:49 +11:00
asdf Initial import of the ircii-pana-1.1-final source tree. 2008-02-25 09:25:32 +00:00
Makefile.in Change build to pass through CPPFLAGS if provided, and to use the DEFS value set by configure. 2014-11-01 14:37:41 +00:00
md5.c arcfour: Zero the full size of the 'in' array. 2013-10-06 13:18:22 +00:00
md5.h Initial import of the ircii-pana-1.1-final source tree. 2008-02-25 09:25:32 +00:00
README Initial import of the ircii-pana-1.1-final source tree. 2008-02-25 09:25:32 +00:00

This module is incomplete. It's purpose was to implement a secure dcc chat
using RSA style encryption. If you feel like taking a stab at completing
this, please email me edwards@bitchx.dimension6.com as well as letting
humble@efnet know that you are interested.

						Colten Edwards