Go to file
Neale Pickett 1b517745bb Fixed buf in Client.handle_input
F it, I'll just use regular expressions (Str.split).  They're easier to code,
the code looks cleaner, and it fixes a buf with a case I hadn't considered.
2008-02-29 17:16:00 -07:00
OMakefile Fixed buf in Client.handle_input 2008-02-29 17:16:00 -07:00
OMakeroot Getting tests working, have some output buffer problems 2008-02-08 17:41:07 -07:00
README Accepting connections and line-buffering input 2008-02-08 15:38:31 -07:00
channel.ml More modules, now parsing commands 2008-02-28 22:00:24 -07:00
channel.mli More modules, now parsing commands 2008-02-28 22:00:24 -07:00
chat.ml Move away from OO, IRC command parser + working test 2008-02-27 22:50:27 -07:00
client.ml Fixed buf in Client.handle_input 2008-02-29 17:16:00 -07:00
client.mli More modules, now parsing commands 2008-02-28 22:00:24 -07:00
command.ml More modules, now parsing commands 2008-02-28 22:00:24 -07:00
command.mli More modules, now parsing commands 2008-02-28 22:00:24 -07:00
irc.ml More modules, now parsing commands 2008-02-28 22:00:24 -07:00
irc.mli More modules, now parsing commands 2008-02-28 22:00:24 -07:00
ircd.ml More modules, now parsing commands 2008-02-28 22:00:24 -07:00
tests.ml An attempt to get the first regression test passing 2008-02-28 22:24:52 -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.