Benjamin Sergeant
ee5a2eb46e
mention C++11 compatibility in the readme
2021-01-03 11:48:10 -08:00
Benjamin Sergeant
8910ebcc3c
enable some unittests on windows
2020-12-26 12:44:06 -08:00
Benjamin Sergeant
2fac4bd9ef
s/autobahn/autoroute
2020-11-25 10:00:35 -08:00
Benjamin Sergeant
f566fb457b
update readme
2020-11-25 09:59:27 -08:00
Benjamin Sergeant
f60485d9c2
use ctest for testing
2020-11-11 11:11:34 -08:00
Benjamin Sergeant
b05b124cb3
update readme
2020-11-11 09:20:42 -08:00
Lucca Nunes
e8b12feaeb
Update README.md ( #249 )
2020-11-01 18:17:12 -08:00
Benjamin Sergeant
b74f7319c6
add a note to the readme about the fact that the MinGW compiler is not supported. close #242
2020-09-03 13:50:46 -07:00
tostc
c9854be1c4
- Updated libDiscordBot description ( #214 )
2020-06-14 09:58:43 -07:00
Benjamin Sergeant
9886a30490
fix #210 / better standalone example, an echo client
2020-05-27 16:24:33 -07:00
Benjamin Sergeant
4ed5206d79
fix #210 / add include to README hello world example
2020-05-27 16:04:39 -07:00
Benjamin Sergeant
9d4ca3f34e
Update README.md
2020-05-21 09:35:33 -07:00
Benjamin Sergeant
de6f3ded09
ci / break unittest job into small job files
2020-05-21 09:01:50 -07:00
Liz3
e8287e91e4
Updated project reference/description ( #202 )
...
* edit project reference
* simple rephrase
2020-05-15 09:48:28 -07:00
Benjamin Sergeant
cc72494b63
Add reference to DisCPP to the README ( fix #198 )
2020-05-09 21:08:34 -07:00
Benjamin Sergeant
e4da62547b
add reference to multiple projects using IXWebSocket
2020-05-05 07:52:02 -07:00
Benjamin Sergeant
b04764489c
(doc) add link to a project using ixwebsocket #187
2020-05-04 09:21:39 -07:00
Benjamin Sergeant
c96abcef1c
build status github badge
2020-02-23 09:46:08 -08:00
Benjamin Sergeant
0544cdedeb
fix broken autobahn link
2020-01-09 15:30:33 -08:00
Benjamin Sergeant
c7fc4f0f8e
add user list in readme
2019-12-30 22:16:29 -08:00
Olivia Zoe
2e1657167f
Meta: documentation fixes ( #127 )
...
* Clarify versions, minor punctuation fix
* Copyediting, borked URL
* Fix Python comments in C++ code
* Copyediting
* Pretty code
* Copyediting, pretty code
* Typo
* Pretty code
2019-12-03 09:28:18 -08:00
Benjamin Sergeant
1b11ef006a
Update README.md
2019-11-23 12:44:24 -08:00
Benjamin Sergeant
a3ad92b9d9
update readme
2019-11-06 23:12:45 -08:00
Benjamin Sergeant
e2121d809e
fix unittest warnings + remove trailing spaces
2019-09-12 11:43:52 -07:00
Benjamin Sergeant
c09eac49c9
README: update link to the doc
2019-09-06 10:42:48 -07:00
Benjamin Sergeant
30b83b5ff0
Update README.md
2019-09-05 14:30:51 -07:00
Benjamin Sergeant
a43046c921
ws autobahn / report progress with spdlog::info to get timing info
2019-09-04 10:16:32 -07:00
Benjamin Sergeant
ba41dbc69a
readme
2019-09-01 11:38:39 -07:00
Benjamin Sergeant
0c1f2252a1
readme
2019-08-26 22:49:40 -07:00
Benjamin Sergeant
98a397696c
readme
2019-08-26 22:29:10 -07:00
Benjamin Sergeant
f968d4c333
one last tweak
2019-08-26 22:02:24 -07:00
Benjamin Sergeant
59e15be524
readme tweaks
2019-08-26 21:57:05 -07:00
Benjamin Sergeant
ccabe93ae8
new simple readme
2019-08-26 21:55:00 -07:00
Benjamin Sergeant
56def6def4
Add md doc made with mkdocs
2019-08-26 21:25:45 -07:00
Benjamin Sergeant
d3e5a63fa2
ws connect has a new option to send HTTP headers + use WebSocketHttpHeaders instead of unordered_map<string, string>
2019-08-26 10:19:09 -07:00
Benjamin Sergeant
c8d41f987f
README tweaks
2019-08-19 20:35:26 -07:00
Benjamin Sergeant
d139dd88e8
README / formatting
2019-08-19 20:33:56 -07:00
Benjamin Sergeant
7898a5f4eb
README.md: add reference to WSAStartup to initialize the networking system
2019-08-19 09:47:59 -07:00
Benjamin Sergeant
2f730303c2
CobraMetricThreadedPublisher _enable flag is an atomic, and CobraMetricsPublisher is enabled by default
2019-08-14 19:54:30 -07:00
Benjamin Sergeant
5c13cbb08f
update readme
2019-08-06 20:55:44 -07:00
Benjamin Sergeant
64cfbe9514
fix #98
2019-08-02 17:11:53 -07:00
Benjamin Sergeant
8319dbb56a
README.md / cosmetic
2019-07-23 14:04:45 -07:00
Benjamin Sergeant
b1b6697c37
fix typo in README
2019-07-23 13:52:16 -07:00
Benjamin Sergeant
280716394d
README: add reference to conan/vcpk to the build section
2019-07-22 20:41:06 -07:00
Benjamin Sergeant
e8a20c7e8a
refactor select code + add protection against large fds (cf Android 9)
2019-06-25 15:41:39 -07:00
Benjamin Sergeant
f84bc53c8d
Feature/httpd ( #94 )
...
* Stub code for http server
* can send a response, cannot process body yet
* write headers to the response
* remove commented code
* add simple test + set default http handler
* tweak CI + unittest
* add missing file
* rewrite http::trim in a simple way
* doc
2019-06-23 14:54:21 -07:00
Benjamin Sergeant
6ef88b6303
update README to reflect the new API
2019-06-09 12:02:02 -07:00
Benjamin Sergeant
076e8bf6a3
add an option to easily disable per message deflate compression
2019-06-06 13:48:53 -07:00
Benjamin Sergeant
78b3d7ff2d
Feature/http async ( #90 )
...
* unittest working / uses shared_ptr for a bunch of things 🗿
* fix command line tools
* fix ws + add doc
* add more logging
2019-06-05 17:04:24 -07:00
Benjamin Sergeant
06cbebe22e
Feature/mbedtls ( #84 )
...
* try to import mbedtls and build it
* add stubs socket class
* some boilterplate, read and write function implemented
* more boilterplate / current error in handshake because no CA cert is setup
* add something so skip ca verification, can ws curl https://google.com !
* cleanup / close implemented
* tweak CMakefiles
* typo in include
* update readme
* disable unittests
2019-06-01 17:41:48 -07:00