Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-18 | Avoid using std::deque with incomplete type | Roman Smrž | |
Only some containers are allowed by the standard to be declared with incomplete types, deque is not, for vector it is ok. | |||
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-07-01 | Direct message shared state | 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-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-23 | Move UUID and time definitions to separate modules | Roman Smrž | |
2020-03-23 | Direct message service | Roman Smrž | |