Evgeny Poberezkin
|
82fd3b9004
|
core: change encoding of the result returned by chat_read_file C API (#3036)
* core: change encoding of the result returned by chat_read_file C API
* remove unused dependency
* remove pointer cast
|
2023-09-07 20:18:43 +01:00 |
|
Evgeny Poberezkin
|
b5a0269aa2
|
core: support unicode filenames and catch IO exceptions in C API for local file encryption (#3035)
* core: support unicode filenames in C API
* catch IO exceptions and return as errors
|
2023-09-07 13:44:37 +01:00 |
|
Evgeny Poberezkin
|
edeaf36e8b
|
core: C api to encrypt/decrypt local app files (#3029)
* core: C api to encrypt/decrypt local app files
* do not call CF.hPut with empty chunk
|
2023-09-06 19:54:13 +01:00 |
|
Evgeny Poberezkin
|
4793173465
|
core: update return type of read/write file C api, tests (#3010)
|
2023-09-03 22:25:19 +01:00 |
|
Evgeny Poberezkin
|
0b214acf97
|
core: support encrypted local files (#2989)
* core: support encrypted local files
* add migration
* update agent api, chat api
* fix query, exported functions to read/write files
* update simplexmq
* remove formatting changes
* test, fix file size
* reduce diff
Co-authored-by: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com>
* fail when receiving SMP files with local encryption
* update simplexmq
* remove style changes
---------
Co-authored-by: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com>
|
2023-09-01 19:43:27 +01:00 |
|