kfatehi / ircfog

irccloud.com clone attempt (use thelounge now for something proper)
0 stars 0 forks source link

WebChat #2

Open kfatehi opened 11 years ago

kfatehi commented 11 years ago

Prior to tackling this, solve #1

We have a few options here:

Build something myself

We're already using Angular.js -- it could be fun to implement from scratch using this tech. Unfortunately we cannot get the browser to connect directly to IRC. Inevitably we need a backend that communicates to the browser with websockets and delegates IRC stuff.

Integrate qwebirc

you'd be 80% of the way there if you wrote a script to autodeploy qwebirc's znc integration alongside znc Need to look at what he's talking about, what is the nature of this integration. ## Integrate ZNC's webchat module https://github.com/DarthGandalf/znc/tree/webchat this? https://code.google.com/p/znc-msvc/source/browse/trunk/main/znc-msvc/modules/webchat.cpp?spec=svn254&r=246 Need to check this out.