aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-08-11Handle base64 encoding and decodingLibravatar buttercat1791
2024-08-08Fix build errorsLibravatar buttercat1791
2024-08-08Merge and resolve conflicting changes from masterLibravatar buttercat1791
2024-06-16Organize signer code and add helper functionsLibravatar buttercat1791
2024-06-15Ping signer before asking it to sign an eventLibravatar buttercat1791
2024-06-15Fill out noscrypt signer sign methodLibravatar buttercat1791
2024-06-09Add NIP-44 encryption for signer eventsLibravatar buttercat1791
2024-06-04remove trailing whitespace and unimplemented closeSubscriptions() functionLibravatar Finrod Felagund
2024-05-31Parse connection tokenLibravatar buttercat1791
2024-05-28Add connection token generationLibravatar buttercat1791
2024-05-28Validate secret key after generating itLibravatar 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-14Add noscrypt and reorganize namespacesLibravatar buttercat1791
2024-05-07Remove 'RelayList' type aliasLibravatar buttercat1791
2024-05-07Update and test methods for closing subscriptionsLibravatar buttercat1791
2024-05-06Test closing subscriptionsLibravatar buttercat1791
2024-05-03Add unit test for queryRelays with callbacksLibravatar Michael Jurkoic
2024-04-30Ensure first queryRelay unit test passesLibravatar Michael Jurkoic
2024-04-28Configure for Linux buildsLibravatar Michael Jurkoic
2024-04-23Begin switching to FetchContent for depsLibravatar Michael Jurkoic
2024-04-15Add unit tests for batch queriesLibravatar Michael Jurkoic
2024-04-10Handle relay response messagesLibravatar Michael Jurkoic
2024-04-07Remove default event handlingLibravatar 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-18Namespace pointer declarationLibravatar Michael Jurkoic
2024-03-18Use smart pointersLibravatar Michael Jurkoic
2024-03-18Provide option to store events for async retrievalLibravatar Michael Jurkoic
2024-03-17Begin defining relay message handlingLibravatar Michael Jurkoic
2024-03-17Define a receive method on the WebSocket interfaceLibravatar Michael Jurkoic
2024-03-17Provide methods to close all open subscriptionsLibravatar Michael Jurkoic
2024-03-17Add service methods to close filter subscriptionsLibravatar Michael Jurkoic
2024-03-17Open relay subscriptions for a filter requestLibravatar Michael Jurkoic
2024-03-17Serialize relay query filters into a JSON arrayLibravatar Michael Jurkoic
2024-03-12Generate a valid ID while serializing an eventLibravatar Michael Jurkoic
2024-03-12Add a filters struct for relay queriesLibravatar Michael Jurkoic
2024-03-12Add validation on Event serializationLibravatar Michael Jurkoic
2024-03-03Create Nostr Service and Add Write Capabilities (#1)v0.0.1Libravatar Michael J