Arthur Lee

Results 115 comments of Arthur Lee

应该不需要 @leeecho

sure, every can contribute this project.

@lixin9311 After really a long time I finished the reconstruct based on your next branch. * fix the server & client with new design * remove the OTA support according...

@lixin9311 how do you think about this

I have come out a suit of encryption interface for Encrypter packet. We will get 4 interface ```golang type AEADCipher interface { KeySize() int SaltSize() int Encrypter(salt []byte) (cipher.AEAD, error)...

And here also give out a TODO list, some feature on this is WIP and some is TBD/TODO I wander the priority of this list. (Now it is my priority)...

@terwey thx for report. Single flag should NOT override all options. This will fix soon.