Skip to content

prepare for chat server overhaul

Jannis R requested to merge chat-server-overhaul into master

In preparation for the tasks outlined in #119 (closed).

Please have a look at the tests introduced in f4ead54e. They should roughly mimic the PHP web hook. We may also want to tie the tests into the CI build.

@nicksellen 7d815118 bumps socket.io (and socket.io-client for testing) to 1.7.4. Even though this version is supposed to be compatible with the 1.5.1 currently in place, should we make changes in the client code?

ac9abf26, 1730141d, f7e22541 are purely stylistic changes (to bring the code closer to JS best practices). 1730141d raises the minimum Node.js version to 6.5.0 though.

Merge request reports