Sofía Celi
Sofía Celi
Funny enough, it generates no warnings for me.
So, yeah @olabini I still get a lot of parsing errors. And I get prepoc errors: ``` src/ed448.h:24:24: Cannot find include file goldilocks.h on search path: /usr/include;/usr/local/Cellar/splint/3.1.2/include Preprocessing error. (Use...
So, I sort of scroll on the warnings printed, and this one repeats a lot: `Function parameter a declared as manifest array`.. should we fix this? It is related to:...
We decided around the 'manifest arrays' to change them to arrays everywhere and then define in the documentation of which size.
Hi, @odiferousmint ! Thanks for this! I'll look it this week ;) Thanks!
This needs careful investigation to see if it makes sense for OTRv4.
After investigating a little bit from the plugin perspective: * Alice (on device 1101) starts an OTR conversation with Bob (on device 1201) and Bob (on device 1201). * Bob...
So, for this case, apparently this is what happens: If your application allows the same user to be logged in multiple times from different locations, it should probably be aware...
Furthermore, this is also the idea: ``` - The plugin now supports multiple OTR conversations with the same buddy who is logged in at multiple locations. In this case, a...
So, we decided to have 'policies' for instance tags: 1. Best: send to the device which has trusted authentication, and it is the most recent one of them. 2. Recent...