aboutsummaryrefslogtreecommitdiff
path: root/src/event.cpp
AgeCommit message (Expand)Author
2024-05-14Add noscrypt and reorganize namespacesLibravatar buttercat1791
2024-04-30Ensure first queryRelay unit test passesLibravatar 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-16fix include sha.hLibravatar Finrod Felagund
2024-04-15Add unit tests for batch queriesLibravatar Michael Jurkoic
2024-04-14Improve error handling around JSON parsingLibravatar Michael Jurkoic
2024-03-30Add a unit test for NostrService::QueryRelaysLibravatar 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-18Declare a signer interfaceLibravatar Michael Jurkoic
2024-03-17Send events as arraysLibravatar Michael Jurkoic
2024-03-17Include SHA header for eventsLibravatar Michael Jurkoic
2024-03-13Use SHA256 hashing function for OpenSSL >= 3.0Libravatar Michael Jurkoic
2024-03-12Generate a valid ID while serializing an eventLibravatar Michael Jurkoic
2024-03-12Add validation on Event serializationLibravatar Michael Jurkoic
2024-03-12Match event.cpp formatting to rest of projectLibravatar Michael Jurkoic
2024-03-03Create Nostr Service and Add Write Capabilities (#1)v0.0.1Libravatar Michael J