etherpad-lite/src/node/handler
Richard Braakman 2e72a1e489 Prevent server crash in handleClientReady
The client might have disconnected between callbacks so don't try to
write to the session before checking this. The main callback of this
function now has a single check at its top.

Removed a redundant check halfway through the callback.

Also normalized use of client.id for the session index instead of a mix of
client.id and sessionId.

Added some explanatory comments.
2012-09-28 23:23:00 +03:00
..
APIHandler.js Add listAllGroups API endpoint 2012-09-17 23:03:56 +02:00
ExportHandler.js The Big Renaming - etherpad is now an NPM module 2012-02-26 13:07:51 +01:00
ImportHandler.js You can't use $ if no jQuery is available.. Apologies for so much spam on this issue, this finally resolves #594 2012-05-23 01:01:50 +02:00
PadMessageHandler.js Prevent server crash in handleClientReady 2012-09-28 23:23:00 +03:00
SocketIORouter.js The Big Renaming - etherpad is now an NPM module 2012-02-26 13:07:51 +01:00