Go to file
Neale Pickett cd6a35240a Move to an epoll() interface 2008-03-10 17:19:59 -06:00
OMakefile Move to an epoll() interface 2008-03-10 17:19:59 -06:00
OMakeroot Experimental work on an OCaml poll() wrapper 2008-03-07 18:19:58 -07:00
README Accepting connections and line-buffering input 2008-02-08 15:38:31 -07:00
channel.ml PRIVMSG and NOTICE working between users 2008-03-07 12:00:40 -07:00
channel.mli PRIVMSG and NOTICE working between users 2008-03-07 12:00:40 -07:00
chat.ml Simultaneous connections test 2008-03-07 13:52:13 -07:00
client.ml PRIVMSG and NOTICE working between users 2008-03-07 12:00:40 -07:00
client.mli Properly closing client connections, reworked client connection creation 2008-03-06 21:30:49 -07:00
command.ml PING and PONG 2008-03-06 16:11:57 -07:00
command.mli Setup working, now there's a bug in command parsing (again). 2008-03-02 21:30:37 -07:00
inspect.c Experimental work on an OCaml poll() wrapper 2008-03-07 18:19:58 -07:00
iobuf.ml PRIVMSG and NOTICE working between users 2008-03-07 12:00:40 -07:00
iobuf.mli PRIVMSG and NOTICE working between users 2008-03-07 12:00:40 -07:00
irc.ml Setup working, now there's a bug in command parsing (again). 2008-03-02 21:30:37 -07:00
irc.mli Setup working, now there's a bug in command parsing (again). 2008-03-02 21:30:37 -07:00
ircd.ml Properly closing client connections, reworked client connection creation 2008-03-06 21:30:49 -07:00
poll.mli Move to an epoll() interface 2008-03-10 17:19:59 -06:00
poll_wrapper.c Move to an epoll() interface 2008-03-10 17:19:59 -06:00
polltest.ml Experimental work on an OCaml poll() wrapper 2008-03-07 18:19:58 -07:00
tests.ml Simultaneous connections test 2008-03-07 13:52:13 -07:00

README

Pretty Good IRC Daemon
======================

This is a feature-stripped IRC daemon similar to the now-defunct iacd.
It provides an additional set of commands to allow clients to intercept
all channel activity.  This allows a whole new range of possibilites for
bots: including something as simple as rot13-encoding all channel
discussions, to something as complex as a full MUD or MOO.


Downloading
-----------

If you can read this, I forgot to update the README!  Please mail
neale@woozle.org and I'll publish a URL for a download.