tsilia

Results 7 issues of tsilia

Hello. Exceptions in `mailio` often don't seem to be very informative, e.g.: `throw message_error("Parsing failure of the message ID.");` or `throw pop3_error("Parser failure.");` which unfortunately don't say much about the...

enhancement

Add convenience method to determine if a MAC address is globally unique or locally assigned. https://en.wikipedia.org/wiki/MAC_address#Universal_vs._local

Set CH_SWITCH_TIMING enumerator to the correct value of 104 as the current one is (implicitly) set to 103 which is reserved. This also automatically sets correct values of the few...

Hello. I ran into a couple of issues trying to build examples with MSVS2015 update3 on Windows: 1. Error in the tcpechotest.cpp: ``` C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\random(2387): error...

Hello. I've ran into an issue which seems to be caused by some minor design flaw. Suppose I have a custom type that I'd like to deserialize from toml and...

Hello. I was building the [@kunitoki/LuaBridge3](https://github.com/kunitoki/LuaBridge3) project with `ravi` as a submodule and stumbled upon a linker error: ``` [ 21%] Linking C executable ravi_s [ 22%] Linking C executable...

Hello. I'm witnessing a weird behavior of tus-php. I'm trying upload files via LTE, but the uploaded files sometimes get broken and also may contain extra data. For debugging purposes,...