Leandro Lanzieri
Leandro Lanzieri
During macro expansion, bare macros on a line are accepted by the parser as long as they resolve to blank strings. The problem is that the script is currently checking...
This adds a catch to an exception that might occur when leaving a menu which is not shown by the parent menu. For an example of this refer to issue...
## Description When a choice is given an associated symbol, it can have multiple definitions, so the options could be extended like so: ``` mainmenu "Main" menu "Sub" choice MY_CHOICE...
### Contribution description This adds a pseudomodule to enable public key verification of peers. When `sock_dtls_verify_public_key` is enabled the public key sent by the peer is checked against the registered...
### Contribution description This PR adds the implementation of the [Light Control LwM2M object](https://raw.githubusercontent.com/OpenMobileAlliance/lwm2m-registry/prod/3311.xml). The object takes care of the resources, the actual interaction to the light is done via...
### Contribution description This PR adds support for DTLS connections when using LwM2M. The LwM2M client implementation has been rewritten to allow both CoAP and CoAP over DTLS to be...
### Summary Hi there. I just found that whenever a secret has a trailing whitespace, copying as `gopass show -c test_secret` doesn't copy the whitespace. Showing the secret without copying...
### Contribution description This PR adds implementations for various IPSO sensor objects to LwM2M. This is (hopefully) a first step towards automatically exposing SAUL devices to LwM2M. The implemented objects...
### Contribution description As our drivers guide states: > The idea is that this file can be overridden by an application or a board, by simply putting a file with...