index
:
cpp
devel
master
[no description]
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
message.cpp
Age
Commit message (
Collapse
)
Author
2024-02-03
Message: separate thread for peer synchronization
Roman Smrž
2024-01-24
Message: sync state when peer appears on network
Roman Smrž
2024-01-08
Message: send messages as sync from shared state
Roman Smrž
2023-12-18
Message: use ready state before sending messages
Roman Smrž
2023-12-16
Use extended identity data for name
Roman Smrž
2023-07-01
Direct message shared state
Roman Smrž
2023-06-18
Storage: iterable type for record item list
Roman Smrž
2023-05-23
Message sending to identity or contact
Roman Smrž
2023-05-06
Message: get self identity from server
Roman Smrž
2023-05-06
Server and services configuration using separate objects
Roman Smrž
2021-02-06
Avoid unnecessary copying in range loops
Roman Smrž
2021-01-22
Service: drop const from handle method
Roman Smrž
2021-01-06
Access services via Server object
Roman Smrž
2020-04-16
Remove optional from load result
Roman Smrž
Makes loading of data well-defined for arbitrary object contents. Introduce zero reference and object to represent missing or mismatched parts.
2020-03-26
Message: make sure to use owner identity
Roman Smrž
2020-03-23
Direct message service
Roman Smrž