Create mkdocs.yaml github action from the web-ui
Benjamin Sergeant
2020-03-17 10:22:58 -0700
0bddf5e096remove workflow created manually
Benjamin Sergeant
2020-03-17 10:21:51 -0700
946a8231e0add ci to build documentation
Benjamin Sergeant
2020-03-17 10:14:41 -0700
42f761ccebDeployed 49d1e84 with MkDocs version: 1.1
Benjamin Sergeant
2020-03-17 09:09:52 -0800
49d1e8493aupdate build badge on doc
Benjamin Sergeant
2020-03-17 10:09:41 -0700
6198657dd6do not trigger unittest when the docs is changed
Benjamin Sergeant
2020-03-17 08:54:31 -0700
385d6f5f4a(doc) move tls options to its own section
Benjamin Sergeant
2020-03-17 08:49:42 -0700
6c443ee5c5Deployed 3919153 with MkDocs version: 1.1
Benjamin Sergeant
2020-03-17 07:47:59 -0800
3919153a7bclose#164 / add reference to tls option which must be set to true in server mode
Benjamin Sergeant
2020-03-17 08:45:39 -0700
af8a09944eFix bug where setting a ping interval and ping timeout of the same length would cause the socket to timeout immediately.
Max Weisel
2020-03-16 20:29:15 -0400
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 -0700
Feature/ci windows (#163)
Benjamin Sergeant
2020-03-15 18:38:09 -0700
80d8227348dumb compile error
Benjamin Sergeant
2020-03-15 18:34:35 -0700
573bfd491fcleanup
Benjamin Sergeant
2020-03-15 18:32:25 -0700
e11ca2525cwip again (working-directory)
Benjamin Sergeant
2020-03-15 18:23:39 -0700
2a6f8a6134wip again
Benjamin Sergeant
2020-03-15 18:19:52 -0700
a1cafd9861wip
Benjamin Sergeant
2020-03-15 18:13:09 -0700
9955ee095bunittest wip
Benjamin Sergeant
2020-03-15 18:03:29 -0700
aa7a78a5ddtry to run unittest on win (syntax error)
Benjamin Sergeant
2020-03-15 14:35:17 -0700
9a057c53d6try to run unittest on win
Benjamin Sergeant
2020-03-15 14:34:37 -0700
315b2cbccabuild fix and hacks
Benjamin Sergeant
2020-03-15 14:21:47 -0700
a4d20ebf0euse gha-setup-vsdevenv syntax
Benjamin Sergeant
2020-03-15 14:16:12 -0700
d4dc60a2a9ci builds files on top of cmaking / syntax tweak
Benjamin Sergeant
2020-03-15 14:11:36 -0700
bb91bcdf08ci builds files on top of cmaking
Benjamin Sergeant
2020-03-15 14:08:57 -0700
d15c294f8bws cmakefile do not search for openssl
Benjamin Sergeant
2020-03-15 14:05:15 -0700
962dfcdd9cdisable ixcrypto mbedtls search on windows
Benjamin Sergeant
2020-03-15 14:00:37 -0700
c98cf034b3win only
Benjamin Sergeant
2020-03-15 13:53:36 -0700
44f599747e(cobra client) ws cobra subscribe resubscribe at latest position after being disconnected
Benjamin Sergeant
2020-03-13 17:30:31 -0700
9801ebdb36(cobra client) can subscribe with a position
Benjamin Sergeant
2020-03-13 16:06:13 -0700
332ffb0603(cobra client) pass the message position to the subscription data callback
v8.2.3
Benjamin Sergeant
2020-03-13 12:49:37 -0700
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 -0700
bda1bb6ab4expose a way to set tls options for a sentry client, for testing
Benjamin Sergeant
2020-03-12 16:18:28 -0700
d4e1f71e3c(cobra2sentry bot) take a sentry client as input instead of a dsn
Benjamin Sergeant
2020-03-12 12:30:58 -0700
adf6aa1d6c(cobra2sentry bot) remove the jobs option passed to ws, and only use one sentry sender
Benjamin Sergeant
2020-03-12 12:24:25 -0700
cb1f9f5a44clang formatting
Benjamin Sergeant
2020-03-12 12:15:56 -0700
83ae105edbminor refactoring to delete files which are not needed
Benjamin Sergeant
2020-03-12 12:13:31 -0700
7642ccc99e(unittest) fix silly compile error with renaming of Logger to TLogger
Benjamin Sergeant
2020-03-12 11:15:54 -0700
cb1ec7dc96add unittest for cobra to sentry bots
Benjamin Sergeant
2020-03-12 09:07:01 -0700
09b9483ddffix casing problem with cmake filename
Benjamin Sergeant
2020-03-11 16:04:16 -0700
27a8ae309fbuild failure on Linux
Benjamin Sergeant
2020-03-11 15:59:48 -0700
3df7c942d7move sentry and statsd cobra ws commands into a new ixbots folder
Benjamin Sergeant
2020-03-11 15:55:45 -0700
6a4d69afc5(cobra) IXCobraConfig struct has tlsOptions and per message deflate options
Benjamin Sergeant
2020-03-11 12:40:32 -0700
0a11132b07(cobra) add IXCobraConfig struct to pass cobra config around
Benjamin Sergeant
2020-03-11 10:48:27 -0700
cb9f0cb968(doc) mention that OpenSSL can be used on Windows
Benjamin Sergeant
2020-03-11 10:18:48 -0700
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 -0700
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 -0800
Move zlib include_directories before add_subdirectory (#159)
Rok Krhlikar
2020-02-28 18:30:37 +0100
d356a8d1a7Move zlib include_directories before add_subdirectory
Rok Krhlikar
2020-02-28 15:14:23 +0100
a42f115f79compatibility: add node.js example server
Benjamin Sergeant
2020-02-26 12:17:34 -0800
5ce1a596cfadd a python echo server that does not close the connection after each received messages
Benjamin Sergeant
2020-02-26 12:11:31 -0800
21db7b6c5badd a simple pytho echo client
Benjamin Sergeant
2020-02-26 11:50:24 -0800
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 -0800
140a21c8b3(ws_connect) display sent/received bytes statistics on exit
Benjamin Sergeant
2020-02-26 11:23:36 -0800
6d0c568aaaupdate doc / fix incorrect comment about sending defaultint to binary mode
Benjamin Sergeant
2020-02-24 16:24:32 -0800
c8965c8b6aDeployed c96abce with MkDocs version: 1.1
Benjamin Sergeant
2020-02-23 09:49:35 -0800
c96abcef1cbuild status github badge
Benjamin Sergeant
2020-02-23 09:46:08 -0800
4a9b0b9dfd(server) give thread name to some usual worker threads / unittest is broken !!
Benjamin Sergeant
2020-02-23 09:44:58 -0800
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 -0800
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 -0800
feab4dee0fsplit httpd test case into 2 test cases
Benjamin Sergeant
2020-02-21 12:24:22 -0800
8175829b4bunittest / add extra test for checking headers
Benjamin Sergeant
2020-02-21 12:22:37 -0800
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 -0800
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 -0800
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 -0800
a2c9ae50d7Deployed 1bb847a with MkDocs version: 1.0.4
Benjamin Sergeant
2020-02-12 11:33:06 -0800
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 -0800
ce9feeafdftry to delete subtree usocket again
Benjamin Sergeant
2020-02-12 10:08:42 -0800
415f0b3e6dCI/CD no need to run redis anymore, as we have our fake limited one
Benjamin Sergeant
2020-02-07 17:15:16 -0800
94431756fftrigger a github action
Benjamin Sergeant
2020-02-07 17:08:25 -0800
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 -0800
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 -0800
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 -0800
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 -0800
bbe744a323(cobra to sentry) remove noisy logging
Benjamin Sergeant
2020-01-31 16:07:36 -0800
f3760318b7(cobra to sentry) remove noisy logging
Benjamin Sergeant
2020-01-31 16:07:36 -0800
3d401fbc8d(ixcobra) check if we are authenticated in publishNext before trying to publish a message
Benjamin Sergeant
2020-01-30 20:52:11 -0800
c2362e6875(ixcobra) check if we are authenticated in publishNext before trying to publish a message
Benjamin Sergeant
2020-01-30 20:52:11 -0800
5a8d4e3dc4version 8.0.2: add severity level for log sentry events
John OConnor
2020-01-27 12:38:52 -0800
95716e6ce2script to update version
John OConnor
2020-01-28 13:30:36 -0800
d8e0b70424Deployed 48ea80b with MkDocs version: 1.0.4
Benjamin Sergeant
2020-01-28 10:50:14 -0800
2d28b7d4ffbump version and update changelog
Benjamin Sergeant
2020-01-28 10:50:03 -0800
48ea80bb8fbump version and update changelog
Benjamin Sergeant
2020-01-28 10:50:03 -0800
86d3fc8621quit checkConnection after sleeping if requested to stop (iterate on #151)
Benjamin Sergeant
2020-01-28 10:27:30 -0800
44a813caaequit checkConnection after sleeping if requested to stop (iterate on #151)
v8.0.1
Benjamin Sergeant
2020-01-28 10:27:30 -0800
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 -0800
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 -0800
88954f5bffDeployed 1ee8e31 with MkDocs version: 1.0.4
Benjamin Sergeant
2020-01-27 17:41:39 -0800
1c7ccbae12bump version
Benjamin Sergeant
2020-01-27 17:41:27 -0800
1ee8e31483bump version
v8.0.0
Benjamin Sergeant
2020-01-27 17:41:27 -0800
ed2a81f115Fix#148
Benjamin Sergeant
2020-01-27 17:29:44 -0800