summaryrefslogtreecommitdiff
path: root/lib/ot/editor-socketio-server.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-13Fix logging in ot moduleSheogorath1-5/+5
Seems like there was some debugging going on some day, this patch should make sure the right logging is used. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2017-01-02Remove manual LZString compression for partial socket io event dataWu Cheng-Han1-6/+2
2016-10-10Update to make OT socket io handle error better, use delay to avoid wrong ↵Wu Cheng-Han1-1/+9
reversion on client
2016-07-30Add support of saving authors and authorshipWu Cheng-Han1-1/+4
2016-01-17Added private permission and clean up codes, solved potential race condition ↵Wu Cheng-Han1-0/+3
in realtime.js
2015-09-24Fixed user might not disconnect from server properly, handle more uncaught ↵Wu Cheng-Han1-1/+1
exceptions
2015-07-16Added document max length limit, enforceMaxLength on change and show modal ↵Wu Cheng-Han1-0/+1
when reach the limit.
2015-07-14Handle when OT throw Error, will log it then disconnect socket clientWu Cheng-Han1-4/+11
2015-07-11Added support of operational transformationWu Cheng-Han1-0/+146