Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove
atclient_atsign
, atclient_atstr
, refactor a bunc…
…h of function signatures (#337) * fix: atkey compound namespacing * test: test_atclient_atkey_from_string * feat: /scan in repl * chore: atclient_get_atkeys debugging logging * feat: repl /deleteall command * refactor: atclient_atkey_metadata_to_protocol_str * wip: aes_ctr expected strlen/size * fix: metadata * chore: optimize atclient_put * fix: test_atkey_metadata * docs: atclient_put * feat: atclient_put args check function * refactor: atclient_atkey_to_string * fix: examples that use atclient_atkey_to_string * fix: events errors * fix: functional test error * fix: repl errors * chore: remove logging * chore: * fix: * fix: * feat: optimize and clean atclient_put * refactor: atclient_get_sharedkey * fix: atclient_put * docs: atclient_put * chore: delete atbytes.c and atstr.c * chore: delete atbytes.h and atstr.h * chore: remove atstr from get_sharedkey example * chore: remove unused function in connection.c * revert: "docs: atclient_put" This reverts commit 126efad. * revert: "revert: "docs: atclient_put"" This reverts commit 5287e4a. * revert: "chore: delete atbytes.h and atstr.h" This reverts commit 6e6c1fc. * revert: "chore: delete atbytes.c and atstr.c" This reverts commit 23fb412. * chore: remove unused atkeysfile function * refactor: metadata.h string to char * * refactor: use char * and remove atstr in atclient_delete.c * revert: "refactor: metadata.h string to char *" This reverts commit 2582759. * fix: atclient_delete * chore: clean up atclient_delete.c * feat: handle malloc == null * fix: unit test failure * feat: cleaned up atclient_get_publickey.c * chore: cleaned up atclient_get_atkeys.c * feat: optimize and clean up atclient_pkam_authenticate * fix: failing test * feat: remove strlen from atclient_atsign_without/with_at_symbol * chore: remove `symbol` from function name * wip: * wip: * fix: failing tests in test_atkey_create.c * fix: test_atkey_from_string failing tests * feat: update void returns to int in metadata.h/.c * fix: failing tests in test_atkey_to_string.c * fix: include stdint.h * fix: * chore: clean up atclient_get_publickey * chore: clean up atclient_get_selfkey.c * chore: clean up atchops/rsa.c * chore: format base64.h * docs: iv.h * feat: made rsakey.c/.h more memory efficient * fix: rsa public key unit test failure * fix: atkey.c label error * chore: clean up aesctr.h/.c * chore: make iv.h/.c more minimal * chore: clean up test_iv.c * fix: functional tests helpers.c * fix: at_talk compilation errors * fix: crud examples compilation errors * fix: * fix: functional tests compilation errors * chore: clean up test_stringutils.c * fix: atclient_get_selfkey_valid_arguments * feat: remove atclient_atstr from atclient_atkey_metadata * feat: more atclient_atkey_metadata refactors * chore: made atclient_atkey_metadata_from_jsonstr return `int` (originally `void`) because it is error prone * fix: crud example * chore: remove isHidden * feat: atkeys.h/.c initializedfields * feat: remove atclient_atstr from atkeysfile.h/.c * fix: * docs: log messages * chore: delete unused atstr.h/.c and atbytes.h/.c * fix: remove atbytes.c and atstr.c from CMakeLists.txt * fix: atkey.c incorrect bool polarity * fix: remove atstr.h includes * fix: * chore: format monitor.h * feat: atkeys.c/.h public setters * feat: more refactors and public facing bool checker functions * chore: clean up test_atkey_from_string.c * feat: remove atclient_atsign usages * fix: * fix: * chore: clean up atclient_get_sharedkey * wip: cleaning up encryption_key_helpers * feat: cleaned up encryption_key_helpers * fix: * fix: * fix: * fix: * fix: crud example * fix: repl example * feat: atclient_delete now returns commit_id * fix: typo * fix: typo * refactor: metadata symbolic constants * refactor: header symbolic constants * refactor: extract atnotification to its own files and rename monitor message to "atclient_monitor_response" * feat: atnotification.h/.c and notify_params.h/.c * fix: examples * fix: * chore: snake case * fix: syntax errors * fix: * fix: * fix: * fix: * fix: * feat: more error handling in aesctr * fix: * refactor: atclient_stringutils_long_strlen * refactor: set shared_encryption_key * chore: atchops refactors * fix: * chore: delete atsign.c/.h * feat: request_options.c/.h * chore: remove sys/time.h from notify.c * feat: start on atclient_connection_read/write * feat: update atclient_delete * feat: make crud operations camel case and separate atclient_put into 3 * fix: failing tests * fix: updated CMakeLists.txt * fix: * fix: examples * fix: self key * fix: warnings * fix: * fix: * fix: * fix: * fix: * fix: * feat: free things * feat: free more stuff * refactor: public_key * test: debug CI * ci: * ci: * ci: * chore: * fix: * fix: * feat: function signature atclient_get_atkeys * ci: remove debug temp * fix: repl example * refactor: atclient_get_shared_key * refactor: * feat: atclient_get_public_key new function signature * fix: * fix: * fix: * fix: * feat: atclient_get_self_key new function signature * fix: repl example * fix: test * fix: crud example * fix: * feat: connection_hooks.h/.c * fix: atclient_connection_free * fix: * fix: * feat: connection_hooks example * fix: sample_cmake_project CI * fix: * fix: * feat: remove readonly_src * fix: * feat: atchops/mbedtls.h, atclient/mbedtls.h, atclient/cjson.h * fix: * refactor: atclient_monitor_response_init/free, remove hooks from atclient_monitor_read, and made atclient_notify_params const in atclient_notify function signature * fix: examples * chore: * docs: base64.h * chore: remove generic atclient_put * feat: more request options * chore: delete atclient_put.c * chore: add atclient_monitor_read hooks back * fix: request_options stuff * chore: move constants * chore: remove regexlen from atclient_monitor_start * fix: examples * fix:
- Loading branch information