add_user(std::string user, std::string password) | snoop::SnoopImpl | |
auth_db | snoop::SnoopImpl | |
authenticate(std::function< void(std::string, bool)>, std::string user="", std::string pass="") | snoop::SnoopImpl | |
authentication_callback | snoop::SnoopImpl | private |
call_mutex | snoop::SnoopImpl | private |
connection | snoop::SnoopImpl | |
connection_attempt_failed | snoop::SnoopImpl | |
connection_cv | snoop::SnoopImpl | |
connection_is_open | snoop::SnoopImpl | |
connection_mutex | snoop::SnoopImpl | |
create_authentication_tables() | snoop::SnoopImpl | |
create_tables() | snoop::SnoopImpl | |
db | snoop::SnoopImpl | |
get_app_registrations(std::string uuid_filter="") | snoop::SnoopImpl | |
get_user_uuid(const std::string &app_name) | snoop::SnoopImpl | |
id_for_uuid_statement | snoop::SnoopImpl | |
init(const std::string &app_name, const std::string &app_version, std::string server="", std::string local_database_name="") | snoop::SnoopImpl | |
insert_statement | snoop::SnoopImpl | |
is_connected() const | snoop::SnoopImpl | |
is_ticket_valid(std::string ticket_uuid) | snoop::SnoopImpl | |
last_seen_version(std::string machine_id) | snoop::SnoopImpl | |
local_types | snoop::SnoopImpl | private |
obtain_uuid() | snoop::SnoopImpl | |
on_client_close(websocketpp::connection_hdl hdl) | snoop::SnoopImpl | |
on_client_fail(websocketpp::connection_hdl hdl) | snoop::SnoopImpl | |
on_client_message(websocketpp::connection_hdl hdl, message_ptr msg) | snoop::SnoopImpl | |
on_client_open(websocketpp::connection_hdl hdl) | snoop::SnoopImpl | |
operator()(const std::string &type, std::string fl="", int loc=-1, std::string method="") | snoop::SnoopImpl | |
operator<<(const Flush &) | snoop::SnoopImpl | |
our_connection_hdl | snoop::SnoopImpl | |
payload(const std::vector< char > &) | snoop::SnoopImpl | |
payload_db | snoop::SnoopImpl | |
payload_insert_statement | snoop::SnoopImpl | |
secure | snoop::SnoopImpl | private |
server_ | snoop::SnoopImpl | |
set_local_type(const std::string &type) | snoop::SnoopImpl | |
snoop_ | snoop::SnoopImpl | |
SnoopImpl(Snoop *) | snoop::SnoopImpl | |
sqlite_mutex | snoop::SnoopImpl | |
start_websocket_client() | snoop::SnoopImpl | |
store_app_entry(Snoop::AppEntry &) | snoop::SnoopImpl | |
store_app_entry_without_lock(Snoop::AppEntry &) | snoop::SnoopImpl | |
store_log_entry(Snoop::LogEntry &, bool avoid_server_duplicates) | snoop::SnoopImpl | |
store_payload_entry(Snoop::PayLoad &) | snoop::SnoopImpl | |
store_ticket(std::string ticket_uuid, int user_id, bool valid) | snoop::SnoopImpl | private |
sync_logs_with_server(bool from_wsthread=false) | snoop::SnoopImpl | |
sync_payloads_with_server(bool from_wsthread=false) | snoop::SnoopImpl | |
sync_runs_with_server(bool from_wsthread=false) | snoop::SnoopImpl | |
sync_with_server(bool from_wsthread=false) | snoop::SnoopImpl | |
this_app_ | snoop::SnoopImpl | |
this_log_ | snoop::SnoopImpl | |
ticket_for_login(std::string user, std::string password) | snoop::SnoopImpl | |
wsclient | snoop::SnoopImpl | |
wsclient_thread | snoop::SnoopImpl | |
~SnoopImpl() | snoop::SnoopImpl | |