This website requires JavaScript.
Explore
Sign In
snxraven
/
p2ns
Watch
2
Star
1
Fork
1
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
7cd98231f7d5714a02d6e6eb9815d355d398b5dd
p2ns
/
includes
/
plugins
T
History
Raven Scott
14a2373c4c
Updates
2026-05-27 20:06:36 -04:00
..
auth-utils.js
reorg
2025-12-17 20:05:50 -05:00
channel-manager.js
Updates
2026-05-27 20:06:36 -04:00
db-manager.js
Upgrade Holepunch P2P stack and npm dependencies
2026-05-27 19:33:06 -04:00
drive-manager.js
reorg
2025-12-17 20:05:50 -05:00
drive-replication-manager.js
reorg
2025-12-17 20:05:50 -05:00
hyperdb-builder.js
Upgrade Holepunch P2P stack and npm dependencies
2026-05-27 19:33:06 -04:00
plugin-handler.js
do not init plugins that are disabled
2025-12-19 22:58:32 -05:00
replication-manager.js
connection tracking
2025-12-17 22:54:46 -05:00
sdk.js
feat: Add separate message for conflict claim removalImplement
removeConflictDomainClaim:
message type to distinguish betweenfull domain cleanup and conflict claim removal, ensuring other peers'claims are preserved when removing conflicting claims.- Add
sendConflictClaimRemoval()
function for notification broadcasting- Add handler for
removeConflictDomainClaim:
messages that updates consensus but does NOT remove other peers' claims- Modify removal logic to conditionally broadcast based on claimant status: - Resolved claimants: broadcast
remove_domain:
(full cleanup) - Non-resolved claimants: broadcast
removeConflictDomainClaim:
(notification only)- Update admin routes and SDK to use conditional broadcastingPrevents cross-peer claim deletion when removing conflict claims whilemaintaining proper consensus updates and full cleanup functionality.
2025-12-26 17:28:37 -05:00