Commit Graph

10 Commits

Author SHA1 Message Date
Damien Arrachequesne 6ba21636d3
feat(server): add store based on redis@4
Reference: https://github.com/redis/node-redis/blob/master/docs/v3-to-v4.md

Related: https://github.com/socketio/socket.io-admin-ui/issues/65
2023-04-06 18:00:39 +02:00
Damien Arrachequesne ef89df5f50
chore(server): bump dependencies
Latest version of mocha has dropped support for Node.js v12.x and below.

Reference:

- https://github.com/mochajs/mocha/blob/master/CHANGELOG.md
- https://github.com/nodejs/Release
2022-10-07 10:27:05 +02:00
Damien Arrachequesne 81af1d40ae
feat(server): switch to the bcryptjs module
The bcryptjs module is written in plain JavaScript, so it does not need
to be compiled with node-gyp (which is problematic on some platforms).

Related: https://github.com/socketio/socket.io-admin-ui/issues/50
2022-09-19 10:38:12 +02:00
Damien Arrachequesne 577f4e9d1a
chore(server): bump dependencies 2022-06-18 02:14:40 +02:00
Damien Arrachequesne e8eaf8b9d8
chore(release): 0.2.0
Diff: https://github.com/socketio/socket.io-admin-ui/compare/0.1.2...0.2.0
2021-06-11 14:18:21 +02:00
Damien Arrachequesne 9428b6bac7
chore(release): 0.1.2
Diff: https://github.com/socketio/socket.io-admin-ui/compare/0.1.1...0.1.2
2021-06-02 11:51:48 +02:00
Damien Arrachequesne 74f1c20f6a
fix(server): add support for dynamic namespaces
This fix depends on the "new_namespace" event emitted by the server,
which was added in `socket.io@4.1.0`.

Related: https://github.com/socketio/socket.io-admin-ui/issues/6
2021-06-02 10:37:19 +02:00
Damien Arrachequesne eab7bfab64
chore(release): 0.1.1 2021-05-10 00:03:17 +02:00
Damien Arrachequesne ad0ec0de08
chore(release): 0.1.0 2021-05-04 15:01:31 +02:00
Damien Arrachequesne f453422662
initial commit 2021-04-15 12:28:15 +02:00