summaryrefslogtreecommitdiff
path: root/lib/realtime.js (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add workers for notes to leverage CPU intensive work loadingWu Cheng-Han2016-11-071-90/+71
* Fix socket disconnect might interrupt loop issueWu Cheng-Han2016-10-141-3/+9
* Fix to handle undefined document on update historyWu Cheng-Han2016-10-121-2/+2
* Try to fix memory leaks by clear OT server before disconnect noteWu Cheng-Han2016-10-101-0/+3
* Update to support delete noteWu Cheng-Han2016-10-101-0/+29
* Update to send note title on emit check and refresh eventWu Cheng-Han2016-10-101-1/+4
* Update to make note history count in server-side when user loggedWu Cheng-Han2016-10-101-0/+14
* Add more comments in the code and remove unused code fileWu Cheng-Han2016-10-101-0/+3
* Update to prevent duplicate socket push in queue in order to lower down serve...Wu Cheng-Han2016-10-101-0/+12
* Update to move authorship calculation code to note model and support update a...Wu Cheng-Han2016-10-101-100/+1
* Update to add revision saving policyWu Cheng-Han2016-09-181-2/+2
* Update to change the last change user saving strategyWu Cheng-Han2016-08-151-2/+2
* Update realtime check and refresh event, compress data using LZString UTF16 t...Wu Cheng-Han2016-08-021-2/+5
* Update to make random color more discreteWu Cheng-Han2016-07-301-7/+3
* Fix user color is not following the author colorWu Cheng-Han2016-07-301-0/+4
* Add support of showing authorship in editor and adjust related stylesWu Cheng-Han2016-07-301-1/+5
* Add support of saving authors and authorshipWu Cheng-Han2016-07-301-2/+154
* Fix realtime on forbidden not clean up properly and handle on updating note w...Wu Cheng-Han2016-07-301-9/+18
* Fix potential memory leaks on realtime client disconnect not clean up server ...Wu Cheng-Han2016-07-131-0/+2
* Fix realtime on finishConnection might not clear and connect next socket in q...Wu Cheng-Han2016-07-051-6/+14
* Try to solve potential memory leaksWu Cheng-Han2016-07-021-0/+2
* Try to solve realtime connection get stock when lots of client try to connect...Cheng-Han, Wu2016-06-171-1/+5
* Add minimumCompatibleVersion and update refresh modal to show more detail inf...Cheng-Han, Wu2016-06-171-1/+4
* Fix locked or private permission should block any operation if owner is nullCheng-Han, Wu2016-06-171-2/+2
* Add support of saving note revision and improve app start and stop procedure ...Cheng-Han, Wu2016-06-171-5/+23
* Add maintenance mode and update to gracefully exit process on signalCheng-Han, Wu2016-06-011-3/+7
* Refactor server with Sequelize ORM, refactor server configs, now will show no...Cheng-Han, Wu2016-04-201-376/+299
* Updated to handle user address when server behind other servicesCheng-Han, Wu2016-03-151-1/+1
* Support set url path and use relative url, move raphael to bower and fixed mi...Cheng-Han, Wu2016-02-161-1/+1
* Fixed potential bug in realtime startConnection and bugs in note findOrNewNot...Cheng-Han, Wu2016-01-201-2/+5
* Added private permission and clean up codes, solved potential race condition ...Wu Cheng-Han2016-01-171-80/+124
* Support show last change user with profile and support YAML config inside the...Wu Cheng-Han2016-01-121-44/+124
* Fixed socket session secure might not apply properlyWu Cheng-Han2015-12-301-5/+8
* Now accept all users whether authorize or not without log errors to allow ano...Wu Cheng-Han2015-12-301-3/+2
* Fixed realtime.js finishConnection user might be undefined issueWu Cheng-Han2015-12-061-0/+1
* Fixed cleaner might not clean user not in connected list and handle if the us...Wu Cheng-Han2015-10-051-2/+8
* Fixed realtime cleaner, socket should defined and notename is not a necessary...Wu Cheng-Han2015-09-271-6/+3
* Updated realtime to clear socket queue in all exceptions of connect and disco...Wu Cheng-Han2015-09-271-18/+14
* Fixed if using splice in loop should always decrement index or might out of a...Wu Cheng-Han2015-09-261-3/+9
* Added more infos about connection and disconnection in realtime "getStatus"Wu Cheng-Han2015-09-261-1/+5
* Fixed a possible exceptionWu Cheng-Han2015-09-251-1/+1
* Fixed to handle startConnection and finishConnection undefined exceptionsWu Cheng-Han2015-09-251-2/+2
* Fixed user might not disconnect from server properly, handle more uncaught ex...Wu Cheng-Han2015-09-241-5/+15
* Added cleaner in realtime.js, to clean up users which aren't in any rooms in ...Wu Cheng-Han2015-09-241-0/+16
* Updated realtime.js, use socket.io built-in broadcast function instead self i...Wu Cheng-Han2015-09-241-0/+23
* Added document max length limit, enforceMaxLength on change and show modal wh...Wu Cheng-Han2015-07-161-8/+9
* Handle an server getNotenameFromSocket referer undefined exceptionWu Cheng-Han2015-07-121-1/+5
* Added support of operational transformationWu Cheng-Han2015-07-111-123/+78
* Added profile image on onlineListWu Cheng-Han2015-07-041-6/+6
* Updated codemirror to 5.4.0Wu Cheng-Han2015-07-041-0/+1