etherpad-lite/src/node/handler
Clark Boylan 1060595676 Check for valid session in handleUserInfoUpdate
Address issue 2674 by checking that the session is valid and has a valid
author and padId before using it to update the userInfo for that
session. Otherwise it is possible that by the time we try to update a
session with new userInfo that session has disconnected and is no longer
available to be updated. Without this commit the etherpad-lite service
gracefully shutsdown whenever this happens.
2015-06-24 15:18:35 -07:00
..
APIHandler.js reintroduce removed api points that were removed by mistake 2015-04-01 13:56:52 +01:00
ExportHandler.js Tidy HTML before trying to convert it with abiword 2015-05-18 16:24:41 +01:00
ImportHandler.js plugins always return html so use that endpoint 2015-04-29 20:54:41 +01:00
PadMessageHandler.js Check for valid session in handleUserInfoUpdate 2015-06-24 15:18:35 -07:00
SocketIORouter.js working handling of setting client ip and anonymizing etc 2014-11-04 23:25:18 +00:00