7dfad9c0ccmore docs
Benjamin Sergeant
2020-03-17 10:41:20 -07:00
21fac0be6cCreate mkdocs.yaml github action from the web-ui
Benjamin Sergeant
2020-03-17 10:22:58 -07:00
0bddf5e096remove workflow created manually
Benjamin Sergeant
2020-03-17 10:21:51 -07:00
946a8231e0add ci to build documentation
Benjamin Sergeant
2020-03-17 10:14:41 -07:00
42f761ccebDeployed 49d1e84 with MkDocs version: 1.1
Benjamin Sergeant
2020-03-17 09:09:52 -08:00
49d1e8493aupdate build badge on doc
Benjamin Sergeant
2020-03-17 10:09:41 -07:00
6198657dd6do not trigger unittest when the docs is changed
Benjamin Sergeant
2020-03-17 08:54:31 -07:00
385d6f5f4a(doc) move tls options to its own section
Benjamin Sergeant
2020-03-17 08:49:42 -07:00
6c443ee5c5Deployed 3919153 with MkDocs version: 1.1
Benjamin Sergeant
2020-03-17 07:47:59 -08:00
3919153a7bclose#164 / add reference to tls option which must be set to true in server mode
Benjamin Sergeant
2020-03-17 08:45:39 -07:00
e8f81776f9(cobra to sentry bot + docker) default docker file uses mbedtls + ws cobra_to_sentry pass tls options to sentryClient.
Benjamin Sergeant
2020-03-16 10:05:21 -07:00
0bb5462504Feature/ci windows (#163)
Benjamin Sergeant
2020-03-15 18:38:09 -07:00
44f599747e(cobra client) ws cobra subscribe resubscribe at latest position after being disconnected
Benjamin Sergeant
2020-03-13 17:30:31 -07:00
9801ebdb36(cobra client) can subscribe with a position
Benjamin Sergeant
2020-03-13 16:06:13 -07:00
332ffb0603(cobra client) pass the message position to the subscription data callback
v8.2.3
Benjamin Sergeant
2020-03-13 12:49:37 -07:00
90df3d1805(openssl tls backend) Fix a hand in OpenSSL when using TLS v1.3 ... by disabling TLS v1.3
Benjamin Sergeant
2020-03-12 16:27:25 -07:00
bda1bb6ab4expose a way to set tls options for a sentry client, for testing
Benjamin Sergeant
2020-03-12 16:18:28 -07:00
d4e1f71e3c(cobra2sentry bot) take a sentry client as input instead of a dsn
Benjamin Sergeant
2020-03-12 12:30:58 -07:00
adf6aa1d6c(cobra2sentry bot) remove the jobs option passed to ws, and only use one sentry sender
Benjamin Sergeant
2020-03-12 12:24:25 -07:00
cb1f9f5a44clang formatting
Benjamin Sergeant
2020-03-12 12:15:56 -07:00
83ae105edbminor refactoring to delete files which are not needed
Benjamin Sergeant
2020-03-12 12:13:31 -07:00
7642ccc99e(unittest) fix silly compile error with renaming of Logger to TLogger
Benjamin Sergeant
2020-03-12 11:15:54 -07:00
cb1ec7dc96add unittest for cobra to sentry bots
Benjamin Sergeant
2020-03-12 09:07:01 -07:00
09b9483ddffix casing problem with cmake filename
Benjamin Sergeant
2020-03-11 16:04:16 -07:00
27a8ae309fbuild failure on Linux
Benjamin Sergeant
2020-03-11 15:59:48 -07:00
3df7c942d7move sentry and statsd cobra ws commands into a new ixbots folder
Benjamin Sergeant
2020-03-11 15:55:45 -07:00
6a4d69afc5(cobra) IXCobraConfig struct has tlsOptions and per message deflate options
Benjamin Sergeant
2020-03-11 12:40:32 -07:00
0a11132b07(cobra) add IXCobraConfig struct to pass cobra config around
Benjamin Sergeant
2020-03-11 10:48:27 -07:00
cb9f0cb968(doc) mention that OpenSSL can be used on Windows
Benjamin Sergeant
2020-03-11 10:18:48 -07:00
b1f30bb40f(ws cobra_subscribe) add a --fluentd option to wrap a message in an enveloppe so that fluentd can recognize it
Benjamin Sergeant
2020-03-09 15:25:43 -07:00
4ef04b8339(websocket server) fix regression with disabling zlib extension on the server side. If a client does not support this extension the server will handle it fine. We still need to figure out how to disable the option. cc #160
Benjamin Sergeant
2020-03-02 16:53:08 -08:00
e581f29b42Move zlib include_directories before add_subdirectory (#159)
Rok Krhlikar
2020-02-28 18:30:37 +01:00
a42f115f79compatibility: add node.js example server
Benjamin Sergeant
2020-02-26 12:17:34 -08:00
5ce1a596cfadd a python echo server that does not close the connection after each received messages
Benjamin Sergeant
2020-02-26 12:11:31 -08:00
21db7b6c5badd a simple pytho echo client
Benjamin Sergeant
2020-02-26 11:50:24 -08:00
e15a2900e7(websocket) traffic tracker received bytes is message size while it should be wire size
v8.1.7
Benjamin Sergeant
2020-02-26 11:24:41 -08:00
140a21c8b3(ws_connect) display sent/received bytes statistics on exit
Benjamin Sergeant
2020-02-26 11:23:36 -08:00
6d0c568aaaupdate doc / fix incorrect comment about sending defaultint to binary mode
Benjamin Sergeant
2020-02-24 16:24:32 -08:00
c8965c8b6aDeployed c96abce with MkDocs version: 1.1
Benjamin Sergeant
2020-02-23 09:49:35 -08:00
c96abcef1cbuild status github badge
Benjamin Sergeant
2020-02-23 09:46:08 -08:00
4a9b0b9dfd(server) give thread name to some usual worker threads / unittest is broken !!
Benjamin Sergeant
2020-02-23 09:44:58 -08:00
8837d5e784(websocket server) fix regression from 8.1.2, where per-deflate message compression was always disabled
v8.1.4
Benjamin Sergeant
2020-02-22 10:15:43 -08:00
242c945400(client + server) Fix#155 / http header parser should treat the space(s) after the : delimiter as optional. Fixing this bug made us discover that websocket sub-protocols are not properly serialiazed, but start with a ,
v8.1.3
Benjamin Sergeant
2020-02-21 14:05:38 -08:00
feab4dee0fsplit httpd test case into 2 test cases
Benjamin Sergeant
2020-02-21 12:24:22 -08:00
8175829b4bunittest / add extra test for checking headers
Benjamin Sergeant
2020-02-21 12:22:37 -08:00
4c66a7561e(WebSocketServer) add option to disable deflate compression, exposed with the -x option to ws echo_server
Benjamin Sergeant
2020-02-18 21:38:28 -08:00
111475e65c(ws cobra to statsd and sentry sender) exit if no messages are received for one minute, which is a sign that something goes wrong on the server side. That should be changed to be configurable in the future
Benjamin Sergeant
2020-02-18 12:40:46 -08:00
45061b0b14(http client + sentry minidump upload) Multipart stream closing boundary is invalid + mark some options as mandatory in the command line toolsj
v8.1.0
Benjamin Sergeant
2020-02-13 12:25:18 -08:00
a2c9ae50d7Deployed 1bb847a with MkDocs version: 1.0.4
Benjamin Sergeant
2020-02-12 11:33:06 -08:00
1bb847a51cbump version for #154 fix which was about removing the unused subtree which was causing some way of installing to break
Benjamin Sergeant
2020-02-12 11:21:46 -08:00
ce9feeafdftry to delete subtree usocket again
Benjamin Sergeant
2020-02-12 10:08:42 -08:00
415f0b3e6dCI/CD no need to run redis anymore, as we have our fake limited one
Benjamin Sergeant
2020-02-07 17:15:16 -08:00
94431756fftrigger a github action
Benjamin Sergeant
2020-02-07 17:08:25 -08:00
c192c9ec96(snake) add an option to disable answering pongs as response to pings, to test cobra client behavior with hanged connections
v8.0.5
Benjamin Sergeant
2020-01-31 16:55:54 -08:00
5f6c54bb90(snake) add an option to disable answering pongs as response to pings, to test cobra client behavior with hanged connections
Benjamin Sergeant
2020-01-31 16:55:54 -08:00
86f6fca703(IXCobraConnection) set a ping timeout of 90 seconds. If no pong messages are received as responses to ping for a while, give up and close the connection
Benjamin Sergeant
2020-01-31 16:25:45 -08:00
f994a41845(IXCobraConnection) set a ping timeout of 90 seconds. If no pong messages are received as responses to ping for a while, give up and close the connection
Benjamin Sergeant
2020-01-31 16:25:45 -08:00
bbe744a323(cobra to sentry) remove noisy logging
Benjamin Sergeant
2020-01-31 16:07:36 -08:00
f3760318b7(cobra to sentry) remove noisy logging
Benjamin Sergeant
2020-01-31 16:07:36 -08:00
3d401fbc8d(ixcobra) check if we are authenticated in publishNext before trying to publish a message
Benjamin Sergeant
2020-01-30 20:52:11 -08:00
c2362e6875(ixcobra) check if we are authenticated in publishNext before trying to publish a message
Benjamin Sergeant
2020-01-30 20:52:11 -08:00
d8e0b70424Deployed 48ea80b with MkDocs version: 1.0.4
Benjamin Sergeant
2020-01-28 10:50:14 -08:00
48ea80bb8fbump version and update changelog
Benjamin Sergeant
2020-01-28 10:50:03 -08:00
2d28b7d4ffbump version and update changelog
Benjamin Sergeant
2020-01-28 10:50:03 -08:00
44a813caaequit checkConnection after sleeping if requested to stop (iterate on #151)
v8.0.1
Benjamin Sergeant
2020-01-28 10:27:30 -08:00
86d3fc8621quit checkConnection after sleeping if requested to stop (iterate on #151)
Benjamin Sergeant
2020-01-28 10:27:30 -08:00
78af792f23wait with a condition variable instead of a this_thread::sleep_for so that waiting can be cancelled when we stop/shutdown the data thread (see #151)
Benjamin Sergeant
2020-01-28 10:04:32 -08:00
422c7ff855wait with a condition variable instead of a this_thread::sleep_for so that waiting can be cancelled when we stop/shutdown the data thread (see #151)
Benjamin Sergeant
2020-01-28 10:04:32 -08:00
88954f5bffDeployed 1ee8e31 with MkDocs version: 1.0.4
Benjamin Sergeant
2020-01-27 17:41:39 -08:00
1ee8e31483bump version
v8.0.0
Benjamin Sergeant
2020-01-27 17:41:27 -08:00
1c7ccbae12bump version
Benjamin Sergeant
2020-01-27 17:41:27 -08:00
e927dcca3aFix#148
Benjamin Sergeant
2020-01-27 17:29:44 -08:00
ed2a81f115Fix#148
Benjamin Sergeant
2020-01-27 17:29:44 -08:00
86c2ab450ebind returns zero on success (#149)
Seth Alves
2020-01-27 17:15:44 -08:00
7ed8ac208abind returns zero on success (#149)
Seth Alves
2020-01-27 17:15:44 -08:00
f3d562ff02add -6 option to ws echo_server / cf #148
Benjamin Sergeant
2020-01-26 16:44:44 -08:00
aa12098cb5add -6 option to ws echo_server / cf #148
Benjamin Sergeant
2020-01-26 16:44:44 -08:00
3c27228585(SocketServer) add ability to bind on an ipv6 address
Benjamin Sergeant
2020-01-26 16:17:26 -08:00
5d4bb90703(SocketServer) add ability to bind on an ipv6 address
Benjamin Sergeant
2020-01-26 16:17:26 -08:00
9d7807b25c(ws) add a dnslookup sub-command, to get the ip address of a remote host
Benjamin Sergeant
2020-01-22 21:11:48 -08:00
fad9f89846(ws) add a dnslookup sub-command, to get the ip address of a remote host
Benjamin Sergeant
2020-01-22 21:11:48 -08:00