Davide Beatrici
Davide Beatrici
**V version:** 0.3.0 9b91154 **OS:** OpenMandriva Lx 4.90 (Nickel) Cooker **What did you do?** Run `./v test vlib/v/tests`. **What did you expect to see?** `Summary for all V _test.v files:...
We have to either wait for the next cJSON release or add a symbol check before merging: DaveGamble/cJSON#697
https://github.com/microsoft/msquic
The feature would mainly be useful in order to block pushed DNS servers from being used.
Requested in #822. Changes proposed in this pull request: - Allocate IP address and send the network configuration to OpenVPN clients in TAP mode. - Add setting to disable DHCP...
Requested in #791. --- SoftEther VPN Patch Acceptance Policy: http://www.softether.org/5-download/src/9.patch I choose option 1.
https://github.com/SoftEtherVPN/SoftEtherVPN/blob/a2f30c8aadb544ff02a3eaaeb5dc7e4b518481b1/src/Cedar/Proto.c#L690-L700 https://github.com/SoftEtherVPN/SoftEtherVPN/blob/a2f30c8aadb544ff02a3eaaeb5dc7e4b518481b1/src/Cedar/Proto.c#L736-L752 We can probably use a ringbuffer instead.
The project originally always used UTF-16 for Unicode strings, possibly because it was initially developed for Windows. UTF-8 is considered the proper standard (https://utf8everywhere.org), in fact the new JSON API...
```cpp FAIL! : TestPacketDataStream::space() 'out.isValid()' returned FALSE. () Loc: [TestPacketDataStream.cpp(124)] ``` https://github.com/mumble-voip/mumble/blob/bafcf47280a133801e4e6c7b5bb7f3bf2cfe5e8c/src/tests/TestPacketDataStream/TestPacketDataStream.cpp#L124 Once this is fixed as per #3846 the travis build make check should be enabled.
### Context Connecting to a server ### Description #2928 introduced support for SRV records, but only for TCP (`_mumble._tcp.hostname`). That's because the client currently expects the server to be reachable...