Daiki Ueno
Daiki Ueno
The current CI setup based on travis-ci.org has stopped working a while ago. While it is an option to migrate to travis-ci.com, it would be more beneficial to migrate to...
To enable input-methods to supply text from clipboard, add necessary API to register callbacks, as libkkc does: https://github.com/ueno/libkkc/blob/master/libkkc/context.vala#L201 https://github.com/ueno/libkkc/blob/master/libkkc/context.vala#L208 which could be used like: https://github.com/ueno/ibus-kkc/blob/master/src/engine.vala#L171 Moved from #40.
In libskk we use a big `if` clause in each *StateHandler class; it can be replaced with a callback as in libskk: https://github.com/ueno/libkkc/blob/master/libkkc/state.vala#L772
To reduce the compile time, it would be good to move test programs to `check_PROGRAMS`.
libskk hard-codes conversion fixtures in each test file (e.g., basic.c). It could be factored out as a JSON file as in libkkc: https://github.com/ueno/libkkc/blob/master/tests/conversions-initial.json
I don't have much time to spend on this library (and I must admit I actually haven't used GPGME for any serious purpose, until I realized that its quality is...
This adds a couple of new options to controller: HeartbeatInterval and NodeHeartbeatThreshold, which can be used to actively disconnect node based on the last sent heartbeat. The controller periodically checks...
This enables pluto to log any error message reported through extended ACK attributes[1] in a netlink response, to make diagnostic easier when an error occurs. Suggested by Sabrina Dubroca. 1....
This adds a new OpenPGP signing mechanism based Sequoia[1]. As Sequoia is written in Rust and doesn't provide a stable C FFI, this integration uses a minimal shared library as...
**Describe the bug** When encapsulating, FIPS 203 7.1 [suggests](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.203.pdf#page=36) checking input key so any integers in the encoded public key are in the range [0, q - 1]. However, the...