Simon Giesecke
|
a83c57d0bb
|
Problem: identifiers not conformant with naming convention
Solution: fix identifier names
|
2019-12-08 15:24:48 +01:00 |
|
somdoron
|
41b9af2c79
|
problem: WS transport doesn't support mechanism
Solution: add support to mechanism
|
2019-10-04 16:24:48 +03:00 |
|
somdoron
|
7296fb5b15
|
problem: unsecured websocket is rarely used in production
Solution: support websocket with tls (wss)
|
2019-10-02 08:58:26 +03:00 |
|
somdoron
|
9be8334938
|
problem: sha1 external module conflict with czmq
Solution: allow to use external library (nss) for sha1 to avoid the conflict
|
2019-09-11 15:01:28 +03:00 |
|
somdoron
|
52e0d965b3
|
problem: ws_engine doesn't check Sec-WebSocket-Protocol
Solution: Validate Sec-WebSocket-Protocol and make sure ZWS2.0 is one of the protocols
|
2019-09-05 23:11:29 +03:00 |
|
somdoron
|
a48fdd6a7f
|
problem: ws_engine doesn't send correct host and path
Solution: extract path and host from the address
|
2019-09-05 17:33:38 +03:00 |
|
Luca Boccassi
|
a56d36b8e5
|
Merge pull request #3587 from somdoron/stream_engine_base
problem: ws_engine duplicate code from stream_engine
|
2019-07-18 11:57:27 +01:00 |
|
somdoron
|
157b2a2ee0
|
problem: ws_engine duplicate code from stream_engine
Solution: New class called stream_engine_base which is inherited by ws_engine, zmtp_engine and raw_engine.
|
2019-07-18 11:28:08 +03:00 |
|
Luca Boccassi
|
10a0baf691
|
Problem: wrong copyright dates in newly added files
Solution: fix them
|
2019-07-16 17:36:44 +01:00 |
|
somdoron
|
39941a0c82
|
problem: browser cannot communicate with zeromq directly
Solution: implement ZWS 2.0 which websocket transport for zeromq
|
2019-07-16 10:12:20 +03:00 |
|