Le Lundi 12 Septembre 2005 22:35, Mitch Obrian a écrit : > http://crossfire.real-time.com/irc/index.html > > Perhapse add a web irc client so users can log on to > the channel from school, work, computers who's users > don't know how to work irc, locked down comps, etc? Depend on hosting server scalability. - Using something like CGI::IRC is quite transparent to visitor but mean lots of headache on server side (each client is using 1 apache thread) - Using a java-applet based irc client mean we need either an irc server on crossfire.real-time.com which acts as a proxy for freenode or we need to sign the java applet to allow it to connect to freenode directly.