41ae98b8c1Merge branch 'Release_2.1' into MACOSINST-26
Andreas Buff
2021-06-18 17:27:14 +0200
8736d445e5MACOSINST-26 rm ASAN dependency, uses dynamic lib which we miust not and which causes crashes on several systems.
MACOSINST-26
Andreas Buff
2021-06-18 16:50:31 +0200
3d7f977e37fix Makefile rules for 'unittests'. Fix a crash in the Logger during unittest shutdown (and possibly also in JSON adapter's shutdown, too).roker2021-06-01 21:53:13 +0200
5f53c63cdcJSON-193: json-spirit now uses .cc, so fix the Makefile, too.roker2021-05-31 16:57:13 +0200
c89ae0c5aeJSON-193: rename json_spirit's source files from .cpp to .cc to fulfill our file naming requirements.roker2021-05-31 16:55:18 +0200
5105d2f5f5JSON-193: make debug builds default or when DEBUG=1 (or undeclared). Declare DEBUG=0 for a release build.roker2021-05-31 15:46:04 +0200
a7ec86f0d4JSON-193: provide a local.conf.example as desired.roker2021-05-31 15:38:53 +0200
f115863d9aJSON-193: don't set $(CC), $(CXX) nor $(AR) in Makefile. Use local.conf for that!roker2021-05-31 15:24:42 +0200
7aaf97c4a6MACOSINST-26 better --static docs for clang users
Andreas Buff
2021-05-27 11:35:55 +0200
7d0bf78008MACOSINST-26 betters docs
Andreas Buff
2021-05-27 11:23:31 +0200
4940d78e08MACOSINST-26 fixes: BOOST_MT from local.conf ignored
Andreas Buff
2021-05-27 09:37:49 +0200
04b0eacdf9MACOSINST-26 makes boost lib nameing postfix configurable
Andreas Buff
2021-05-26 18:45:20 +0200
9a95ea497aMerge branch 'master' into MACOSINST-26roker2021-05-26 16:34:26 +0200
8f10a76cb4add explicit rule also for %.cpp (needed for json_spirit), because crosscompiling won't work without.roker2021-05-26 16:33:22 +0200
0838a285e6Revert "MACOSINST-26 -liconv is condidered a bug. I assume someone triel & error fixed an issue with that."
Andreas Buff
2021-05-25 13:50:24 +0200
acd5ffafdaMACOSINST-26 -liconv is condidered a bug. I assume someone triel & error fixed an issue with that.
Andreas Buff
2021-05-25 13:33:45 +0200
f8a1608abeRevert "MACOSINST-26 looks wrong. /libiconv.a should be used"
Andreas Buff
2021-05-25 11:42:12 +0200
c225d5939aMACOSINST-26 looks wrong. /libiconv.a should be used
Andreas Buff
2021-05-25 11:16:26 +0200
5f16970cd0Changed condition to `*rating < PEP_rating_reliable` since that's the determining factor for not encrypting.
JSON-183
Jörg Knobloch2021-03-10 18:21:12 +0100
d540dff2e1JSON-183: rename output parameter and add comment, as desired by JK.roker2021-03-10 17:03:05 +0100
f24bb9bdc3JSON-183: sorry, copy & paste fault. It should be this term.roker2021-03-10 13:59:17 +0100
6c81956293JSON-183: menno... do not commit without askin the compiler first...roker2021-03-10 13:44:53 +0100
6090ec00c6JSON-183: rename subject_info into partner_info, implement the correct condition, bump server version to 0.22.0 "(47b) Erfurt-Viesselbach"roker2021-03-10 13:43:32 +0100
618bb62809JSON-183: break the loop when a non-pEp user is found, because we cannot protect subject for non-pEp users.roker2021-03-10 09:06:36 +0100
57c9a069dbJSON-183: call update_identity() on each identity in msg->to and msg->ccroker2021-03-10 08:42:46 +0100
f432442a66JSON-183: remove msg->bcc from algorithm.roker2021-03-10 08:35:18 +0100
9d8c7d9cb1don't use session->unprotect_subject, so the Client must consult this value before.roker2021-03-09 18:42:41 +0100
045b7133f2move callback definition to JS file to make sure it is called when the JS code is loaded completely.roker2021-03-04 09:26:34 +0100
7f12ad78d5implement the feature as I have understood it... :-/roker2021-02-16 15:09:30 +0100