Commit Graph

690 Commits (8f8380b2382d9e41a4ca427acf9292edd221f8a9)
 

Author SHA1 Message Date
Thomas 8f8380b238 Update Windows project, part II 3 years ago
Thomas 90a00c81c8 Update Windows project 3 years ago
Roker 787e8404a9 merge JSON-131 into "sync" branch. 3 years ago
Roker 9f231a623e close branch before merge. 3 years ago
Roker 86906e7d77 add desired 5 functions to JSON RPC API 3 years ago
Roker d7c11ad47e start branch JSON-131. 3 years ago
Roker 00d1d49986 JSON-130: add missing data members. Bump server API version to 0.18.1. 3 years ago
Roker 5bab69acbd merge "JSON-127" into "sync" branch. 3 years ago
Roker e2021641d4 close branch before merge 3 years ago
Roker 52b19ac275 'src' in encrypt_message() is InOut now. Bump API version to 0.18.0. 3 years ago
Roker 0a042fec79 start branch JSON-127 3 years ago
Roker a101e90349 just format fixes in the documentation 3 years ago
Roker fc6cfeb804 JSON-125 : add libpEpAdapter to README.md and other small fixes and URL updates. 4 years ago
Roker 28c5dc759e oops. I forgot to add prefix-config.cc to repo. Thank you, francesco! 4 years ago
Roker 408f6cd7d2 It _is_ an API change! 4 years ago
Lars Rohwedder 2df30609f4 merge "JSON-123" into "sync" branch 4 years ago
Lars Rohwedder 9295586263 close branch JSON-123 before merging 4 years ago
Lars Rohwedder ed7139c152 mime_decode_message() got another OUT<bool> parameter. Okay... 4 years ago
Lars Rohwedder bcc22449af proper casing of filenames. 4 years ago
Roker 35084a2bef re-sync with "sync" branch. :-) 4 years ago
Lars Rohwedder 9129ff71f4 proper casing of filenames is important on Linux, not on MacOS. *sigh* 4 years ago
Lars Rohwedder 8bbac8c041 update to Unicode version 11.0.0 4 years ago
Thomas 152dee236f Update Windows project 4 years ago
Roker 895f4b6ac6 JSON-124 make html_directory configurable via Makefile & macros, instead of echo 4 years ago
Thomas 2c7607ec6a Update boost and remove unneeded configuration in Windows project 4 years ago
Roker 9c52f13bcc *sigh* okay, due to strange Engine's API we have to give a function ptr to JsonAdapter::startup(). 4 years ago
Roker 3bea2ea578 make the JsonAdapter a proper singleton: private default c'tor. mutexed getInstance() method instead. 4 years ago
Roker 70ed7749b7 big refactoring. move all non-library stuff from JsonAdapter into mini-adapter-impl. But injectSyncMsg is still an issue, because the JsonAdapter calls init() and init() has this fn ptr as parameter. :-/ 4 years ago
Roker 042bfe038c remove JsonAdapter::first_session (moved into mini-adapter-main.cc) and call_with_lock(): moved into libpEpAdapter. 4 years ago
Roker 549a512732 rename all "pep" in file names etc. into "pEp" as required by pEp branding rules. 4 years ago
Roker cc1bae3085 renamed the binary into pEp-mini-json-adapter, renamed unittest_pep.cc into unittest_pEp.cc 4 years ago
Roker 047b69061d start branch "JSON-123" 4 years ago
Thomas bfb57fd5dd Make include paths generic 4 years ago
Volker Birk 183ec072e4 and again 4 years ago
Volker Birk 099534f58b and again 4 years ago
Volker Birk 8bb0abd43f adding Visual Studio projects 4 years ago
Volker Birk 0bd6bb902c ... 4 years ago
Volker Birk 400abdc89a ... 4 years ago
Roker 2793593cb2 Kick-out all Enigmail 2.0 leftovers. Bump API version to 0.17.0 and version name to "(40) Eisenach-Ost". 4 years ago
Roker 9847a91734 rename branch "JSON-107" into "sync" 4 years ago
Roker 6aaaefe90c JSON-120 : add support for key_reset_identity(), key_reset_user(), and key_reset_all_own_keys() 4 years ago
Roker 32482cfb62 new server version 0.16.0: kick-out Enigmail 2.0 compat, remove MIME_*() functions, deliverHandshakeResult() changes parameter types. 4 years ago
Roker 5014d92793 boost.process v1.69 is known b0rken in MacOS and does not compile! Disable hotfixer feature on MacOS! 4 years ago
Roker 832b7348f5 new version "(39) Eisenach" 4 years ago
Roker 4bfc9e8337 omg it seems I can add attachments in the HTML test page. :-) 4 years ago
Roker 2b790eabc6 start file input processing in "onchange" event, and not when the "Call function" button is pressed. BUT IT DOES NOT WORK, YET! 4 years ago
Roker a54c04f137 "use strict"; let Safari dislike "\000". So I change it into "\0". 4 years ago
Roker d0cb6e8cbe oops, I have to call it, too. Sorry. 4 years ago
Roker 92561eaff7 try to process <input type="file"> in the interactive.js 4 years ago
Roker 5489f9bd27 JSON-118 JsonAdapter is singleton, so ignore the "arg" and "obj" and "management" pointer parameters. Just use that goddam singleton. *sigh* 4 years ago