summaryrefslogtreecommitdiff
path: root/src/network.h
AgeCommit message (Collapse)Author
2023-05-17Send identity update on channel finalizationRoman Smrž
2023-05-07Network: use IPv6 socket internallyRoman Smrž
2023-05-06Server and services configuration using separate objectsRoman Smrž
2023-05-06Server: do not return reference to self identityRoman Smrž
2022-04-30Network: stop watching local head before destroying other dataRoman Smrž
2022-04-29Network: process and acknowledge identity updatesRoman Smrž
2022-01-08Channel: use counter to generate nonceRoman Smrž
2021-12-09Network: ignore packets sent by ourselvesRoman Smrž
2021-11-29Server: finalize services before destroying peers and other dataRoman Smrž
2021-11-28Network: make Server non-copyableRoman Smrž
Avoids issues with shared_from_this and does not make much sense anyway.
2021-11-10Network: hold sensitive messages until channel is establishedRoman Smrž
2021-04-18Initial support for FRP behaviorsRoman Smrž
2021-02-19WatchedHead object allowing to stop watching HeadRoman Smrž
2021-01-29Attach serviceRoman Smrž
2021-01-19Server watching local state headRoman Smrž
2020-03-10Network: service interface and handlingRoman Smrž
2020-03-10Network: avoid duplicit items in generated packetRoman Smrž
2020-02-16Peer list in public APIRoman Smrž
2020-02-05Encrypted channelsRoman Smrž
2020-01-11Request missing data from networkRoman Smrž
2020-01-05Temporary and partial storage for network peersRoman Smrž
2020-01-04Respond to data requests from networkRoman Smrž
2019-12-27Network server sending announcementsRoman Smrž