An IRC client/bouncer
Go to file
Neale Pickett 5aabc49658 Fix github links 2015-02-09 13:30:16 -07:00
app Merge branch 'master' of https://github.com/nealey/spongy 2015-02-09 13:25:15 -07:00
src Collectly handle restarts 2015-01-29 20:44:28 +00:00
INSTALL.md Move to github filenames 2015-02-09 13:28:46 -07:00
LICENSE Initial commit 2014-10-24 20:50:06 -06:00
Makefile Collectly handle restarts 2015-01-29 20:44:28 +00:00
PROTOCOL.md Move to github filenames 2015-02-09 13:28:46 -07:00
README.md Fix github links 2015-02-09 13:30:16 -07:00
TODO.md Move to github filenames 2015-02-09 13:28:46 -07:00
chat.svg Preparing to support multiple networks 2014-10-27 13:36:42 -06:00
rotate Make this thing actually secure-er 2014-08-05 21:53:03 +00:00

README.md

Spongy IRC

This is a sort of bouncer for clients with transient network connections, like cell phones and laptops. It's a lot like tapchat but is a whole lot simpler while being (at time of writing) much more feature-complete.

It supports (currently) an JavaScript browser-based client, and can also be worked from the command-line using Unix tools like "tail" and "echo".

Ironically, it doesn't currently work with any existing IRC clients, although we are kicking around ideas for such a thing. Honestly, though, if you want a bouncer for a traditional IRC client, you are better off using something like znc.

We have an architectural diagram if you care about such things.

Features

  • Gracefully handles clients with transient networking, such as cell phones and laptops.

Other Documentation