alvar

Results 23 issues of alvar

This PR adds support for the nRF51822 microcontroller on the [Bornhack Badge 2018](https://github.com/bornhack/badge2018). First, the bug described in issue #12 is addressed so that compilation is possible. Then a new...

Recently I noticed a lot of crashes of astroid. They seemed to be related to an invalid `thread_view` pointer in `PageClient`. When receiving new mails or editing their tags, segmentation...

**Is your feature request related to a problem? Please describe.** When recording a meeting with `BBB_DOWNLOAD_MEETING=true` resp. `-d/--download`, the `/video` mount must be writable for the container user. By dropping...

The `filterInterfaces` function reduces the useable network interfaces for peer discovery. Due to two changes introduced in v1.6.4[^0] and v1.6.5[^1], a self-discovery over a loopback device was no longer possible....

A tool to inspect bundles as they fly through the network would be neat. Let's call it `dtndump`, or find an even better name.

enhancement

A bundle received by dtnd addressed to its namespace gets marked as received internally. However, if no agent exists to process this bundle, it also gets tossed away.

bug

Implement the [Bundle Protocol Security Specification `draft-ietf-dtn-bpsec-10`](https://tools.ietf.org/html/draft-ietf-dtn-bpsec-10) to provide end to end data integrity and confidentiality.

enhancement

A fundamental TCPCL implementation was added in #15. However, some features are still missing. - [x] Fix tests - [ ] TLS support - [ ] Session Extension - [...

enhancement

What is the purpose of this change? What does it change? -------------------------------------------------------- A new gauge metric `rest_server_repo_last_update_timestamp` was added to monitor each repository's last write access. This allows a basic...

The old NodeSource repository is no longer updated. The new ["nodistro" suite](https://github.com/nodesource/distributions/wiki/How-to-migrate-to-the-new-repository) should now be used instead to receive future updates. This was already addressed in both #153 and #154...