An IRC server written in Haskell
 
Go to file
Levi Pearson 41b457dd30 Initial checkin of pipes-based IRC server; work-in-progress
Currently there's a network server that parses commands received on a
connection and then renders them on all currently live connections.

There are still a couple of bugs in the parser. There's an initial stab
at types for managing the server's records for connections. users, and
channels, but they will probably evolve a bit.
2013-11-11 23:56:23 -07:00
src Initial checkin of pipes-based IRC server; work-in-progress 2013-11-11 23:56:23 -07:00
LICENSE Initial checkin of pipes-based IRC server; work-in-progress 2013-11-11 23:56:23 -07:00
Setup.hs Initial checkin of pipes-based IRC server; work-in-progress 2013-11-11 23:56:23 -07:00
notes.md Initial checkin of pipes-based IRC server; work-in-progress 2013-11-11 23:56:23 -07:00
pipes-irc-server.cabal Initial checkin of pipes-based IRC server; work-in-progress 2013-11-11 23:56:23 -07:00