aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-31Loop key generation until validation succeedsLibravatar buttercat1791
2024-05-31Use noscrypt v0.1.2Libravatar buttercat1791
2024-05-28Add connection token generationLibravatar buttercat1791
2024-05-28Validate secret key after generating itLibravatar buttercat1791
2024-05-27Correctly initialize NCContext pointerLibravatar buttercat1791
2024-05-27Require vcpkg manifest modeLibravatar buttercat1791
2024-05-27refactor so no project header imports nostr.hppLibravatar buttercat1791
2024-05-26Refactor to separate interface from implementationLibravatar buttercat1791
2024-05-20Local keypair generation for NIP-46 signingLibravatar buttercat1791
2024-05-20Correct noscrypt setupLibravatar buttercat1791
2024-05-18Define constructor for noscrypt signerLibravatar buttercat1791
2024-05-18Split signer interface into twoLibravatar buttercat1791
2024-05-18Add GitWorkshop maintainers fileLibravatar buttercat1791
2024-05-14Add noscrypt and reorganize namespacesLibravatar buttercat1791
2024-05-10Add noscrypt dependency to build systemLibravatar buttercat1791
2024-05-09Merge pull request #3 from buttercat1791/relay-readv0.0.2Libravatar Michael J
2024-05-07Remove 'RelayList' type aliasLibravatar buttercat1791
2024-05-07Update and test methods for closing subscriptionsLibravatar buttercat1791
2024-05-06Add details to READMELibravatar buttercat1791
2024-05-06Test closing subscriptionsLibravatar buttercat1791
2024-05-05Close relays after batch query and update unit testLibravatar buttercat1791
2024-05-03Add unit test for queryRelays with callbacksLibravatar Michael Jurkoic
2024-04-30Give example commands for build and testLibravatar Michael Jurkoic
2024-04-30Add build and test presets for CMakeLibravatar Michael Jurkoic
2024-04-30Ensure first queryRelay unit test passesLibravatar Michael Jurkoic
2024-04-30Rename project to 'aedile'Libravatar Michael Jurkoic
2024-04-28README instructions for testingLibravatar buttercat1791
2024-04-28Configure for Linux buildsLibravatar Michael Jurkoic
2024-04-23Begin switching to FetchContent for depsLibravatar Michael Jurkoic
2024-04-16use namespaces instead of using specific variablesLibravatar Finrod Felagund
2024-04-16put binary outputs at the level of GitRepublicLibravatar Finrod Felagund
2024-04-16use uuid_v4 to generate faster UUIDs than BoostLibravatar Finrod Felagund
2024-04-16fix include sha.hLibravatar Finrod Felagund
2024-04-16configure vcpkg buildLibravatar Finrod Felagund
2024-04-15Add unit tests for batch queriesLibravatar Michael Jurkoic
2024-04-14Unit test rejected eventsLibravatar Michael Jurkoic
2024-04-14Take send out of try-catchLibravatar Michael Jurkoic
2024-04-14Refine error handling on wss sendLibravatar Michael Jurkoic
2024-04-14Improve error handling around JSON parsingLibravatar Michael Jurkoic
2024-04-11Update existing unit tests for recent code changesLibravatar Michael Jurkoic
2024-04-10Handle relay response messagesLibravatar Michael Jurkoic
2024-04-07Remove default event handlingLibravatar Michael Jurkoic
2024-03-30Test provided handlers in queryRelaysLibravatar Michael Jurkoic
2024-03-30Add a unit test for NostrService::QueryRelaysLibravatar Michael Jurkoic
2024-03-25Use shared pointers for filters and eventsLibravatar Michael Jurkoic
2024-03-25Replace Event::deserialize with static methodsLibravatar Michael Jurkoic
2024-03-23Get smarter with pointers so tests passLibravatar Michael Jurkoic
2024-03-19Move relay payload parsing into NostrServiceLibravatar Michael Jurkoic
2024-03-18Declare a signer interfaceLibravatar Michael Jurkoic
2024-03-18Implement receive method in WebSocket clientLibravatar Michael Jurkoic