Go to file
Neale Pickett 8616bb1f80 Attempt to get QUIT command (rewrites of some stuff) 2008-03-18 17:20:44 -06:00
OMakefile Attempt to get QUIT command (rewrites of some stuff) 2008-03-18 17:20:44 -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
client.ml Attempt to get QUIT command (rewrites of some stuff) 2008-03-18 17:20:44 -06:00
client.mli Attempt to get QUIT command (rewrites of some stuff) 2008-03-18 17:20:44 -06:00
command.ml Complete transition to epoll, all unit tests passing 2008-03-18 15:27:03 -06:00
command.mli Setup working, now there's a bug in command parsing (again). 2008-03-02 21:30:37 -07:00
dispatch.ml Tweak for timers with no fd activity 2008-03-18 10:55:31 -06:00
dispatch.mli Dispatch unit test (doesn't pass though) 2008-03-16 21:43:21 -06:00
epoll.mli New dispatch module 2008-03-14 12:16:04 -06:00
epoll_wrapper.c Some work on poll() compatibility layer. 2008-03-12 23:24:50 -06:00
inspect.c Experimental work on an OCaml poll() wrapper 2008-03-07 18:19:58 -07:00
iobuf.ml Attempt to get QUIT command (rewrites of some stuff) 2008-03-18 17:20:44 -06:00
iobuf.mli Attempt to get QUIT command (rewrites of some stuff) 2008-03-18 17:20:44 -06:00
irc.ml Complete transition to epoll, all unit tests passing 2008-03-18 15:27:03 -06:00
irc.mli Setup working, now there's a bug in command parsing (again). 2008-03-02 21:30:37 -07:00
ircd.ml Complete transition to epoll, all unit tests passing 2008-03-18 15:27:03 -06:00
tests.ml Attempt to get QUIT command (rewrites of some stuff) 2008-03-18 17:20:44 -06: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.