The following Events are generated by the system.
Generated when Tonido starts up.
Generated when Tonido starts up.
Generated when a profile logins into Tonido
[Defs::Notifier::S_EVENTN][Defs::Notifier::S_EVENTN_NAME] = Event::PROFILE_LOGIN as string [Defs::Profile::MS_PROFILE][Defs::Profile::S_PEERID] = Tonido ID of the profile that logged in as string
Generated when a profile logs out of Tonido
Generated when the Tonido Network is enabled
Generated when the Tonido Network is disabled
Generated when the Tonido Network is online (connected to TDS)
Generated when the Tonido Network is offline (disconnected from TDS)
Generated when the a peer connects to us at the network level
[Defs::Notifier::S_EVENTN][Defs::Notifier::S_EVENTN_NAME] = Event::PEER_NETWORK_CONNECT as string [Defs::Network::MS_NETWORK][Defs::Network::S_CONNECTION_MASTER] = whether we are the connection master boolean [Defs::Network::MS_NETWORK][Defs::Network::S_PEER_ID] = Tonido ID of the connecting peer as string
Event::PEER_NETWORK_DISCONNECT
Generated when the a peer disconnects from us at the network level
[Defs::Notifier::S_EVENTN][Defs::Notifier::S_EVENTN_NAME] = Event::PEER_NETWORK_CONNECT as string [Defs::Network::MS_NETWORK][Defs::Network::S_PEER_ID] = Tonido ID of the disconnecting peer as string
Generated when a Tonido Peer who is part of a group connects to us
[Defs::Notifier::S_EVENTN][Defs::Notifier::S_EVENTN_NAME] = Event::PEER_CONNECT as string [Defs::Network::MS_NETWORK][Defs::Network::S_PEER_ID] = Tonido ID as string
Generated when a Tonido Peer who is part of a group disconnects from us
[Defs::Notifier::S_EVENTN][Defs::Notifier::S_EVENTN_NAME] = Event::PEER_CONNECT as string [Defs::Network::MS_NETWORK][Defs::Network::S_PEER_ID] = Tonido ID as string
Generated when a Tonido Peer is reported as online
[Defs::Notifier::S_EVENTN][Defs::Notifier::S_EVENTN_NAME] = Event::PEER_CONNECT as string [Defs::Network::MS_NETWORK][Defs::Network::S_PEER_ID] = Tonido ID as string
Generated when a Tonido Peer is reported as offline
[Defs::Notifier::S_EVENTN][Defs::Notifier::S_EVENTN_NAME] = Event::PEER_CONNECT as string [Defs::Network::MS_NETWORK][Defs::Network::S_PEER_ID] = Tonido ID as string
Generated when a new group is added to the system.
[Defs::Notifier::S_EVENTN][Defs::Notifier::S_EVENTN_NAME] = Event::GROUP_ADDED as string [Defs::User::MS_BOOT_USERMANAGER][Defs::User::S_GROUP_NAME] = Group Name as string [Defs::User::MS_BOOT_USERMANAGER][Defs::User::S_GROUP_ID] = Group Id (UUID) as string
Generated when a new group is removed from the system.
[Defs::Notifier::S_EVENTN][Defs::Notifier::S_EVENTN_NAME] = Event::GROUP_ADDED as string [Defs::User::MS_BOOT_USERMANAGER][Defs::User::S_GROUP_NAME] = Group Name as string [Defs::User::MS_BOOT_USERMANAGER][Defs::User::S_GROUP_ID] = Group Id (UUID) as string
Generated when a new Tonido Peer has been added to list of contacts
[Defs::Notifier::S_EVENTN][Defs::Notifier::S_EVENTN_NAME] = Event::GROUP_ADDED as string [Defs::User::MS_BOOT_USERMANAGER][Defs::User::S_USER_ID] = Tonido ID as string
Generated when a new Tonido Peer has been removed from list of contacts
[Defs::Notifier::S_EVENTN][Defs::Notifier::S_EVENTN_NAME] = Event::GROUP_ADDED as string [Defs::User::MS_BOOT_USERMANAGER][Defs::User::S_USER_ID] = Tonido ID as string
Generated when a new Tonido Peer has been added to a group
[Defs::Notifier::S_EVENTN][Defs::Notifier::S_EVENTN_NAME] = Event::GROUP_USER_ADDED as string [Defs::User::MS_BOOT_USERMANAGER][Defs::User::S_GROUP_NAME] = Group Name as string [Defs::User::MS_BOOT_USERMANAGER][Defs::User::S_GROUP_ID] = Group Id (UUID) as string [Defs::User::MS_BOOT_USERMANAGER][Defs::User::S_USER_ID] = Tonido Peer ID as string
Generated when a new Tonido Peer has been removed from a group
[Defs::Notifier::S_EVENTN][Defs::Notifier::S_EVENTN_NAME] = Event::GROUP_USER_REMOVED as string [Defs::User::MS_BOOT_USERMANAGER][Defs::User::S_GROUP_NAME] = Group Name as string [Defs::User::MS_BOOT_USERMANAGER][Defs::User::S_GROUP_ID] = Group Id (UUID) as string [Defs::User::MS_BOOT_USERMANAGER][Defs::User::S_USER_ID] = Tonido Peer ID as string
Generated when a file has been received via the Core File Transfer Service
[Defs::Notifier::S_EVENTN][Defs::Notifier::S_EVENTN_NAME] = Event::FILE_RECEIVED as string [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_ORIG_OWNER_PEER] = Tonido ID as string who is the owner [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_SOURCE_PEER] = Tonido ID as string who is the source(will be same as owner) [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_GROUP_ID] = GroupID (UUID) as string [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_NAME] = File Name as String [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_REQ_OFFSET] = Offset of the file as Int64_bt chunk being transfered [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_CHUNK_SIZE] = Length of the file as Int64_bt chunk being transfered [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_COMPLETE] = Indicates if file is complete (uint32_bt) [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_FULL_CHKSUM] = Checksum of the file as String [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_SOURCE_SVC] = Name of the Service who originated this request as String [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_FULL_SIZE] = Full size of the file as Int64_bt [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_TOKEN] = Service specific token as String
Generated when a file request has been rejected via the Core File Transfer Service
[Defs::Notifier::S_EVENTN][Defs::Notifier::S_EVENTN_NAME] = Event::FILE_REJECTED as string [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_ORIG_OWNER_PEER] = Tonido ID as string who is the owner [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_SOURCE_PEER] = Tonido ID as string who is the source(will be same as owner) [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_GROUP_ID] = GroupID (UUID) as string [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_NAME] = File Name as String [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_REQ_OFFSET] = Offset of the file as Int64_bt chunk being transfered [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_CHUNK_SIZE] = Length of the file as Int64_bt chunk being transfered [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_SOURCE_SVC] = Name of the Service who originated this request as String [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_FULL_SIZE] = Full size of the file as Int64_bt [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_TOKEN] = Service specific token as String
Generated when a file chunk has been received
[Defs::Notifier::S_EVENTN][Defs::Notifier::S_EVENTN_NAME] = Event::FILE_RECV_STARTED as string [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_ORIG_OWNER_PEER] = Tonido ID as string who is the owner [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_SOURCE_PEER] = Tonido ID as string who is the source(will be same as owner) [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_GROUP_ID] = GroupID (UUID) as string [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_NAME] = File Name as String [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_REQ_OFFSET] = Offset of the file as Int64_bt chunk being transfered [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_CHUNK_SIZE] = Length of the file as Int64_bt chunk being transfered [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_SOURCE_SVC] = Name of the Service who originated this request as String [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_FULL_SIZE] = Full size of the file as Int64_bt [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_TOKEN] = Service specific token as String [Defs::FileTransfer::MS_FILE_INFO][FT::FILE_PIECE_CHKSUM] = Checksum as string of the piece
Generated when a group invitation has been accepted
[Defs::Notifier::S_EVENTN][Defs::Notifier::S_EVENTN_NAME] = Event::INVITATION_ACCEPTED as string [Defs::User::MS_BOOT_USERMANAGER][Defs::User::S_GROUP_ID] = Group ID (UUID) as string [Defs::User::MS_BOOT_USERMANAGER][Defs::User::S_GROUP_NAME] = Group Name as string [Defs::User::MS_BOOT_USERMANAGER][Defs::User::S_PEER_ADDED_TOGROUP] = Tonido ID as string