mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 14:47:04 -05:00
[PR #2244] [MERGED] feat(fingerprint): store posture checks and fingerprint info #24278
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/2244
Author: @water-sucks
Created: 1/13/2026
Status: ✅ Merged
Merged: 1/15/2026
Merged by: @miloschwartz
Base:
dev← Head:add-fingerprint-and-posture-check-info📝 Commits (2)
fcee735feat(fingerprints): receive fingerprints/postures from olm and add to dbe9e935dfeat(fingerprint): add platform fingerprint hash📊 Changes
4 files changed (+299 additions, -5 deletions)
View changed files
📝
server/db/pg/schema/schema.ts(+64 -0)📝
server/db/sqlite/schema/schema.ts(+87 -1)📝
server/routers/olm/handleOlmPingMessage.ts(+70 -2)📝
server/routers/olm/handleOlmRegisterMessage.ts(+78 -2)📄 Description
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
olmin 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.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.