X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Fmessage.h;h=eda6752a6eba489d15e42d6f0ead8254ad81a2d7;hb=bae54a5dae027ad0a6b0126ec9eeecd3bd2739eb;hp=c99b96db752754a02975f3dc7ec396bdafbeef79;hpb=ee580d19b7920904587e18d72a3465d52eab6204;p=fms.git diff --git a/include/message.h b/include/message.h index c99b96d..eda6752 100644 --- a/include/message.h +++ b/include/message.h @@ -54,6 +54,8 @@ private: // checks vector of boards for any special administration boards - if it finds one true is returned, otherwise false const bool CheckForAdministrationBoard(const std::vector &boards); void HandleChangeTrust(); + void StripAdministrationBoards(); // removes administration boards from boards vector + const int FindLocalIdentityID(const std::string &name); long m_messageid; bool m_addnewpostfromidentities; @@ -66,6 +68,8 @@ private: std::vector m_boards; std::map m_inreplyto; long m_changemessagetrustonreply; + long m_minlocalmessagetrust; + long m_minlocaltrustlisttrust; };