LibP2PDB

A lightweight, embeddable library for peer-to-peer distributed-database synchronization in WoW addons.

File Details

LibP2PDB-7.zip

  • R
  • Mar 8, 2026
  • 47.70 KB
  • 12
  • 11.2.7+5
  • Retail + 3

File Name

LibP2PDB-7.zip

Supported Versions

  • 11.2.7
  • 5.5.3
  • 4.4.2
  • 3.4.5
  • 2.5.5
  • 1.15.8

Added

  • Add new function GetPeerInfo to retrieve info about a single peer
  • Add new function RegisterTableChange and UnregisterTableChange, used to register to table change event, and support specifying an owner so they can be registered multiple times, and easier to unregister
  • Functions Subscribe and Unsubscribe are now deprecated, replace with the new RegisterTableChange and UnregisterTableChange functions

Fixed

  • Improve the fingerprint hash to be more resilient, now use FNV1a32
  • Small optimization to avoid copying row data more than once
  • Add a few missing tests to improve stability across releases