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
9b68e728fdf79790f08c42fb5ae4472e42c710f8
p2ns
/
includes
/
admin
/
admin-backend
/
routes
T
History
Raven Scott
9b68e728fd
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
..
backups.js
feat: consolidate utility functions into P2NS Plugin SDK
2025-12-17 22:21:58 -05:00
certs.js
reorg
2025-12-17 20:05:50 -05:00
consensus.js
fixes
2025-12-17 22:32:07 -05:00
diagnostics.js
Invite Diagnostics + Cleanup and Reboot
2025-12-17 21:44:58 -05:00
domains.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
entries.js
reorg
2025-12-17 20:05:50 -05:00
holesail.js
feat: Add P2P Domain Conflicts management
2025-12-26 16:36:19 -05:00
index.js
reorg
2025-12-17 20:05:50 -05:00
interfaces.js
reorg
2025-12-17 20:05:50 -05:00
local-dns.js
feat: Add P2P Domain Conflicts management
2025-12-26 16:36:19 -05:00
peers.js
reorg
2025-12-17 20:05:50 -05:00
plugins.js
reorg
2025-12-17 20:05:50 -05:00
settings.js
feat: consolidate utility functions into P2NS Plugin SDK
2025-12-17 22:21:58 -05:00
static.js
reorg
2025-12-17 20:05:50 -05:00
stats.js
reorg
2025-12-17 20:05:50 -05:00
status.js
Invite Diagnostics + Cleanup and Reboot
2025-12-17 21:44:58 -05:00