mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
naming lookup through addressbook
This commit is contained in:
parent
fae01f61d2
commit
68c321609d
4 changed files with 35 additions and 5 deletions
|
@ -33,10 +33,14 @@ namespace client
|
|||
bool GetAddress (const std::string& address, i2p::data::IdentityEx& identity);
|
||||
const i2p::data::IdentHash * FindAddress (const std::string& address);
|
||||
void InsertAddress (const std::string& address, const std::string& base64); // for jump service
|
||||
|
||||
void InsertAddress (const i2p::data::IdentityEx& address);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
AddressBookStorage * CreateStorage ();
|
||||
|
||||
private:
|
||||
|
||||
void LoadHosts ();
|
||||
void LoadHostsFromI2P ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue