Jens Alfke

Results 105 issues of Jens Alfke

Both HTTPClient and HTTPHandler close the socket after one request/response. They should support keep-alive.

GCC 12 in GitHub CI is failing to compile Actors. It's trying to use the deleted default constructor instead of the customized ones that take the coroutine method's signature. ```...

The column was added to the table definition in commit 5c3c854, but I forgot to add code to add the column to existing tables.

### Specifics In an Atom feed, when an entry’s link to the article’s web page is a site-relative URL (starts with `/`, like ``), NNW misinterprets this as a filesystem...

bug

The conclusion of issue #398 was that the Server shouldn't require usernames to match in a session takeover; instead an `OnConnectAuthenticate` hook should do this if desired, i.e. rejecting the...

In a clustered environment, client connections are distributed among multiple Server instances on different machines. After a client disconnects, leaving behind a persistent session state, its next login is likely...

CBG-0000 - Support for acting as an MQTT server and/or client, as described in [this spec](https://docs.google.com/document/d/1b496O83O3ZrzyH5_ID8rNXHTV4ezm9hy). - Adds new MQTT config fields and structs - Adds an "MQTT" log key...

- Removed obsolete properties from Doxyfile - Removed a \ref in Expert.hh that doxygen couldn't identify because it's to a C function, and the Doxyfile_C++ doesn't include the C headers....

Cherry-picked @blaugold 's branch that adds WASM support via emscripten. Made a few minor changes to get it to build again. Added a Makefile to simplify (all types of) builds.