summaryrefslogtreecommitdiff
path: root/src/node/handler/PadMessageHandler.js
AgeCommit message (Expand)Author
2014-03-26Merge pull request #2092 from webzwo0i/fix-crash-with-queued-messagesJohn McLear
2014-03-20Fix REQ_CS rev boundary checkMarcel Klehr
2014-02-20disconnect client if it submits an already accepted changeset based on an old...webzwo0i
2014-02-20remember user session because it can be gone when finalHandler is calledwebzwo0i
2014-02-20fix crash if disconnect happens for sessions that have messages queuedwebzwo0i
2014-02-19Addressed a potential never finishing forEach in PadMessageHandler.padUsersSimon Gaeremynck
2013-12-17Don't crash if CHANGESET_REQ failsMarcel Klehr
2013-12-17Fix server side bug index overflows1341
2013-12-08do not send globalPadId in clientvars - its not used anywherewebzwo0i
2013-12-05Replace tabs indentation with spaces indentationLuc Didry
2013-10-28Merge branch 'metrics' into developMarcel Klehr
2013-10-27stats: Add http500, memoryUsage, pendingEdits gaugesMarcel Klehr
2013-10-27Record metrics with 'measured'Marcel Klehr
2013-10-19Privacy: Add an option to disable IP loggingGrant Woodford
2013-10-13pass correct padID to checkAccess if pad is requested via readOnly linkvileda
2013-10-12Drop messages from unknown connectionsMarcel Klehr
2013-10-10Add explanations for more disconnect scenariosMarcel Klehr
2013-10-10Never keep processing a changeset if it's corruptedMarcel Klehr
2013-10-10Catch errors during preparation of client varsMarcel Klehr
2013-10-07Filter author attribs in client_vars.historicalAuthorDataMarcel Klehr
2013-10-07Revert "do not pass historical author data to read only users"Marcel Klehr
2013-10-06remove white spaceJohn McLear
2013-10-06do not pass historical author data to read only usersJohn McLear
2013-09-23Don't stop processing changesets if there is an errorMarcel Klehr
2013-09-09fix padUsers http api call in PadMessageHandler.js.tonoman3g
2013-07-23Merge pull request #1816 from bit/sessioninfosMarcel Klehr
2013-06-17export sessioninfos so plugins can access itj
2013-04-27Add a server-side changeset queue per padMarcel Klehr
2013-04-17better message for adminsJohn McLear
2013-04-17Merge branch 'feature/add-cs-queue' of github.com:ether/etherpad-lite into do...John McLear
2013-04-17dont crash on no auth, ust a bandaidJohn McLear
2013-04-17Don't block changeset queue with delivering changesetMarcel Klehr
2013-04-17Add a server-side changeset queue per padMarcel Klehr
2013-04-03Kick the user if has already successfully authenticated but his session becam...mluto
2013-04-02weird stylingJohn McLear
2013-04-02whoops, comments hurtJohn McLear
2013-04-02whoops padid should be in payload..John McLear
2013-03-19more clean upJohn McLear
2013-03-19working and jsonify objJohn McLear
2013-03-19make sure the sessionID target is rightJohn McLear
2013-03-19Merge branch 'develop' of github.com:ether/etherpad-lite into custom-obj-msgJohn McLear
2013-03-16a safer approach I think but still be carefulJohn McLear
2013-03-15Fix clearing authorship colors which was broken by #1609Marcel Klehr
2013-03-14Merge branch 'develop' of github.com:ether/etherpad-lite into custom-obj-msgJohn McLear
2013-03-13Validate all 'author' attribs of incoming changesets to be the same value as ...Marcel Klehr
2013-03-12new function for handling custom messages, allows objects to be sent, before ...John McLear
2013-03-07Fix variable name typo in PadMessageHandler.padUsersJordan Hollinger
2013-02-27patch documented here https://github.com/ether/etherpad-lite/issues/472 adds ...John McLear
2013-02-26Merge pull request #1523 from ether/store-sessions-in-dbJohn McLear
2013-02-20only show clients on this pad resolves issue #1544John McLear