summaryrefslogtreecommitdiff
path: root/lib/ot (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>
2018-03-25Change config to camel case with backwards compatibilitySheogorath1-1/+1
This refactors the configs a bit to now use camel case everywhere. This change should help to clean up the config interface and make it better understandable. 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-04-20Refactor server with Sequelize ORM, refactor server configs, now will show ↵Cheng-Han, Wu1-1/+1
note status (created or updated) and support docs (note alias)
2016-01-17Added private permission and clean up codes, solved potential race condition ↵Wu Cheng-Han1-0/+3
in realtime.js
2015-09-24Fixed doc length should only limit when "both the doc length exceed the doc ↵Wu Cheng-Han1-1/+2
max length" and "the new doc length is more than previous doc"
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-Han2-1/+7
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-Han8-0/+1427