Commit Graph

213 Commits (e1aad521d2f06342e186ab9fd2329faf5d6f0183)
 

Author SHA1 Message Date
Roker e1aad521d2 added API reference as generated Markdown file. 6 years ago
Roker c31dbe5e34 create better documentation format. remove "––" from separator names 6 years ago
Roker f618b2d390 implement documentation generator function in JavaScript 6 years ago
Roker bbe305f9d9 start branch JSON-35 6 years ago
Thomas 1b338efada Update documentation 6 years ago
Roker c88495b627 JSON-34 remove identity->me here too. how could that old code even compile? 6 years ago
Roker 72281689a6 reworked README.md from Thomas, overlong lines are folded by me. :-) 6 years ago
Roker 4ebd96b81c JSON-34 remove data member "me" from struct pEp_identity 6 years ago
Roker 06351e15fc strange... "echo -e" no longer works, but simple "echo" behaves like it and interprets backslash sequences. Very strange... 6 years ago
Damiano Boppart 866009d3fa Add files forgotten in last commit 6 years ago
Damiano Boppart b1d1238514 Move out configurable variables from Makefile to Makefile.conf. Add license information 6 years ago
Roker 9d1ddf0ea3 merge double head 6 years ago
Roker 2e754f20f8 merge JSON-28 into "default" branch 6 years ago
Roker dbd53ea2cd close branch before merge 6 years ago
Roker 5c7b42d2d5 startSync() after session starts. be more robust when startSync() is called more than once. 6 years ago
Roker 90cb07f1d6 implement it with std::function magic. no std::bind necessary! :-D 6 years ago
Damiano Boppart c8f25887f9 Fix problem finding libasn1 at compile-time 6 years ago
Roker 538211a141 merge "default" into JSON-28 6 years ago
Roker d26674f495 merge JSON-32 into default branch. 6 years ago
Roker ae7a8bc28f close branch before merging into default 6 years ago
Roker 84b1534ffe add make target "install" 6 years ago
Roker 4ff37b3bbb remove redundancies in Makefile 6 years ago
Roker a859796dd0 add HTML_DIRECTORY to Makefile & C++ code 6 years ago
Roker 7bf035f331 start branch JSON-32 6 years ago
Roker 48d00be9df clean up, do not clear whole registry when one instance dies 6 years ago
Roker 5bdad99a8a merge "default" into my branch 6 years ago
Roker d1165848a0 JSON-29: add re_evaluate_message_rating() to the API 6 years ago
Roker 8e6eb9e099 merge "default" into "JSON-28" 6 years ago
Roker 538ad1cb01 merge ENGINE-187 into "default" branch 6 years ago
Roker a37465fb6b close branch before merge 6 years ago
Roker 03e2efb60d implement the keyserver lookup threading gedöns 6 years ago
Roker 17738c81b9 implement callback functions, same way as the sync msg callback functions 6 years ago
Roker 841f6345f1 start new branch JSON-28 6 years ago
Roker 9d2df63a5e call clear_errorstack() after each call. :-) 6 years ago
Roker 2593ce655b new version "(27) Eckenhagen": add command line switch "--sync false" to disable automatic start of keysync at startup. 6 years ago
Roker 52268f6ed2 new version "(26) Reichshof": change return type from JSON array into JSON object {"output":[...], "return":..., "errorstack":[...]} 6 years ago
Roker 7451b3f01b merge "JSON-27" into "default" branch 6 years ago
Roker 09dd76337c close branch before merge 6 years ago
Edouard Tisserant cb864376e4 ENGINE-187 retrieveNextSyncMsg now update *timeout value with remaining time - fix wrong condition variable wait call 6 years ago
Edouard Tisserant b5f8df83ac ENGINE-187 retrieveNextSyncMsg now update *timeout value with remaining time 6 years ago
Roker cefff9db8f *sigh* const-correctnes is hard, especially when dealing with C code that does not care about it. :-/ 6 years ago
Roker 15cefec20e augment the PEP_STATUS with the error stack 6 years ago
Roker 76996b6528 start branch JSON-27 6 years ago
Roker 2c5136aaf9 JSON-24 don't add elements with value==NULL into stringlist, so create [] instead of [null] for empty stringlist_t. 6 years ago
Roker b59db96211 merge double head 6 years ago
Roker 264369468a add 'null' value when stringlist->value is NULL. Might fix JSON-24. 6 years ago
Damiano Boppart 1b8755a0e0 Fix compilation on openSUSE 6 years ago
Roker 3c5444f376 don't mix TAB and SPACES, that confuses the MSVC compiler. oO 6 years ago
Damiano Boppart cd66a7dc86 Fix Makefile and update build instructions for macOS 6 years ago
Damiano Boppart a5976e9d03 Update .hgignore, exclude all the libevent binaries 6 years ago