X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Ffreenet%2Fmessagerequester.h;h=17b577fcee85b0a14a340dea1dd2c31832a12d5d;hb=b7f3b3e6ae9dc527f02b5c06e2eeae0e9cac3ad8;hp=e8406352240b819036fda52d470ecc7df0d0973b;hpb=ee580d19b7920904587e18d72a3465d52eab6204;p=fms.git diff --git a/include/freenet/messagerequester.h b/include/freenet/messagerequester.h index e840635..17b577f 100644 --- a/include/freenet/messagerequester.h +++ b/include/freenet/messagerequester.h @@ -16,13 +16,15 @@ private: const bool HandleAllData(FCPMessage &message); const bool HandleGetFailed(FCPMessage &message); - const long GetBoardID(const std::string &boardname); + const long GetBoardID(const std::string &boardname, const std::string &identityname); const bool SaveToBoard(const std::string &boardname); const std::string GetIdentityName(const long identityid); long m_maxdaysbackward; long m_maxpeermessages; long m_maxboardspermessage; + bool m_savemessagesfromnewboards; + bool m_localtrustoverrides; };