aboutsummaryrefslogtreecommitdiff
path: root/src/client/websocketpp_client.cpp
AgeCommit message (Expand)Author
2024-05-31Use namespaces in definition filesLibravatar buttercat1791
2024-05-27refactor so no project header imports nostr.hppLibravatar buttercat1791
2024-05-26Refactor to separate interface from implementationLibravatar buttercat1791
2024-05-14Add noscrypt and reorganize namespacesLibravatar buttercat1791
2024-04-23Begin switching to FetchContent for depsLibravatar Michael Jurkoic
2024-04-10Handle relay response messagesLibravatar Michael Jurkoic
2024-03-19Move relay payload parsing into NostrServiceLibravatar Michael Jurkoic
2024-03-18Implement receive method in WebSocket clientLibravatar Michael Jurkoic
2024-03-03Create Nostr Service and Add Write Capabilities (#1)v0.0.1Libravatar Michael J