Andy Wang
Andy Wang
Do ``` date +%s ``` on both client and server. Are they within +-150s?
Hmm I'll look into this
Would it be possible to see the full error message in the log? Especially the "received timestamp [xxxxxxxxxxx]" part. I want to see if there's a pattern and compare it...
Weirdly the log shows that the client has sent the correct timestamp, but it is still identified as outside of the reception window. The code there is quite simple and...
A UID is supposed to be used across multiple devices by the same user, although each device needs its own ck-client instance. Did you connect both mobiles to the same...
So somehow 9 months ago when I first started this project I imported math/rand instead of crypto/rand in ck-client.go. That maybe intentional back then but later whenever i called rand.Read...
oops sorry I forgot to delete some info from README that's not longer relevant in v2.x. I'll update it ATM you'll have to manually add new users through https://cbeuw.github.io/Cloak-panel/ (yes...
Indeed some code are wrong way round. The latest commit should have fixed it. Also I added unit symbols to the panel so it's less confusing
@alexkatanda Did you try to connect with the AdminUID? ATM you'll have to manually add a user through https://cbeuw.github.io/Cloak-panel/. I'm working on a feature to let you add an arbitrary...
Is it 32 bit or 64 bit? If it is 64-bit then I could compile it for powerpc64. If it's 32-bit then you may have cross compile it with gccgo:...