Results 274 comments of offa

Any news on this?

Yeah, but how's F-Droid going? :smile:

The first step is pending already: #118 :smile:

On F-Droid finally: https://f-droid.org/app/com.chooloo.www.koler :tada:

Probably support for _wss_ too?

> ensure the use of HTTPS is compile-time configurable so embedded users don't have to have a working SSL implementation around Pseudocode: ```cpp SecuredServer server(make_shared()); server.addWebSocketHandler("/chat", make_shared()); // WSS server.serve("web",...

The CI build doesn't tell much why the tests fail. We should improve this (though that's not part of this PR). Update: Issue opened #104

> Guess the check now fails because Valgrind complains. It would be helpful if the memory logs would be accessible through a link. Indeed. For now, you can run the...

Hmm … running the unit tests locally (via `AllTests`) showed up some failures: ``` test cases: 61 | 53 passed | 8 failed assertions: 198 | 145 passed | 53...

@A-J-Bauer I've improved the test execution on Travis. The tests are now executed correctly and show what's wrong on failure. Please *rebase* onto master to get your PR updated.