summaryrefslogtreecommitdiff
path: root/src/message.cpp
AgeCommit message (Collapse)Author
2024-02-03Message: separate thread for peer synchronizationRoman Smrž
2024-01-24Message: sync state when peer appears on networkRoman Smrž
2024-01-08Message: send messages as sync from shared stateRoman Smrž
2023-12-18Message: use ready state before sending messagesRoman Smrž
2023-12-16Use extended identity data for nameRoman Smrž
2023-07-01Direct message shared stateRoman Smrž
2023-06-18Storage: iterable type for record item listRoman Smrž
2023-05-23Message sending to identity or contactRoman Smrž
2023-05-06Message: get self identity from serverRoman Smrž
2023-05-06Server and services configuration using separate objectsRoman Smrž
2021-02-06Avoid unnecessary copying in range loopsRoman Smrž
2021-01-22Service: drop const from handle methodRoman Smrž
2021-01-06Access services via Server objectRoman Smrž
2020-04-16Remove optional from load resultRoman Smrž
Makes loading of data well-defined for arbitrary object contents. Introduce zero reference and object to represent missing or mismatched parts.
2020-03-26Message: make sure to use owner identityRoman Smrž
2020-03-23Direct message serviceRoman Smrž