summaryrefslogtreecommitdiff
path: root/src/node/hooks/express/socketio.js
AgeCommit message (Collapse)Author
2015-04-08update for express 4.xTom Hunkapiller
2015-02-16allow for load testing connections to hit by a settingJohn McLear
2014-12-16remove more dead requires.webzwo0i
2014-11-25really recreate socketio-client in expressCreateServer, fixes #2342luto
When using plugins, the express server gets restarted. When we do that, the socketio-server should also get restarted. It doesn't. That means that all the events in SocketIORouter.js are bound twice, which causes chaos all over etherpad. This changes our socketio.js so it fully recreates the io-instance when we restart the server. introduced in 95e7b0f15609fc850b71717a672abd02237a0f33, but catching that would have been hard.
2014-11-04working handling of setting client ip and anonymizing etcJohn McLear
2014-11-04transportsJohn McLear
2014-11-04auth fixJohn McLear
2014-11-01no errors but no connectionsJohn McLear
2014-11-01basics, still not workingJohn McLear
2012-12-02add socketTransportProtocols parameterWikinaut
2012-11-29Let socket.io decide which transport is best for the browserMarcel Klehr
2012-09-22Fix socket.io auth: Use connect to parse signed cookies (migrate to express v3)Marcel Klehr
2012-09-21Differentiate between http server and express appMarcel Klehr
2012-08-18use socket.io with jsonp-polling. several browsers tested. fixes IE8 issuesWikinaut
2012-08-16fix for all IE8 issues when IE8 setting NATIVE XMLHHTP SUPPORT is disabledWikinaut
2012-04-23Unified timeslider and pad editing protocol / componentEgil Moeller
2012-04-19More general basic authEgil Moeller
2012-03-01Removed old pluginfw stuffEgil Moeller
2012-02-26The Big Renaming - etherpad is now an NPM moduleEgil Moeller