feat(fingerprint): store posture checks and fingerprint info #384

Closed
opened 2026-04-05 17:08:28 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @water-sucks on 1/13/2026

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

This adds fingerprints and posture checks sent by olm in https://github.com/fosrl/olm/pull/76 and stores them in flat tables in the database.

How to test?

Fingerprints and posture checks should be received by olm's ping and register messages, and should be stored in the database accordingly; changes in fingerprints result in single-row updates, while posture checks are always appended in new rows.

*Originally created by @water-sucks on 1/13/2026* ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description This adds fingerprints and posture checks sent by `olm` in https://github.com/fosrl/olm/pull/76 and stores them in flat tables in the database. ## How to test? Fingerprints and posture checks should be received by `olm`'s ping and register messages, and should be stored in the database accordingly; changes in fingerprints result in single-row updates, while posture checks are always appended in new rows.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#384