Shawn Poulson
Shawn Poulson
Reference for URL encoding: http://blog.lunatech.com/2009/02/03/what-every-web-developer-must-know-about-url-encoding
Hi Luminatee, Chatmore wants to store sessions in a SQLite database (instead of in memory or flat file). You'll need to make sure the SQLite session handler is configured in...
> I configured php. ini_get('session.save_handler') returns 'sqlite' but I > see new error: > Warning: session_start() [function.session-start]: Cannot find save > handler 'sqlite' - session startup failed in > /home/etern1ty/vkapp.etern1ty.ru/docs/chat/client.php...
Visual effects: http://h5bp.github.io/Effeckt.css/dist/#0
Write in Coffee script http://coffeescript.org/ Use better OO patterns, less static methods. Investigate how other chat bots operate.
Also include a return separator with date/time stamp.
Hello, I've considered this, but I haven't figured a real good reason to. IRC is inherently insecure. Like email, anything sent to an IRC server/network is distributed among other servers...
Sure, SSL can help obscure private messages. But, my point is it won't provide solid security on an insecure platform. Anyway, I'm not opposed to the idea. Having SSL is...
Tracked an incident of disconnect in the php_errors.log. Disconnected user has viewKey jba6pqfr and ircConnection pid 25840. It appears the PONG response message never made it to the IRC server,...
87fbea1883962fdd904e3f239b47f809686e839d Tried adjusting the PONG response message format. Will see if this works for a while.