Andreas Buff
8736d445e5
MACOSINST-26 rm ASAN dependency, uses dynamic lib which we miust not and which causes crashes on several systems.
2 years ago
Andreas Buff
c86b0ff086
Merge branch 'Release_2.1' into MACOSINST-26
2 years ago
roker
f5bf4fd495
FPMAIL-412, P4TB-400: add import_key_with_fpr_return().
2 years ago
Jörg Knobloch
cb7f81a537
Added libpEpwebserver/Release/* and libpEpwebserver/Debug/* to .gitignore
2 years ago
Jörg Knobloch
fdbb8a6ff0
Fixed Windows build after renaming JSON Spirit files from .cpp to .cc.
2 years ago
roker
76f8461763
ENGINE-928, P4TB-400: add set_comm_partner_key(). Bump server_version to 0.22.2
2 years ago
roker
3d7f977e37
fix Makefile rules for 'unittests'. Fix a crash in the Logger during unittest shutdown (and possibly also in JSON adapter's shutdown, too).
2 years ago
roker
5f53c63cdc
JSON-193: json-spirit now uses .cc, so fix the Makefile, too.
2 years ago
roker
c89ae0c5ae
JSON-193: rename json_spirit's source files from .cpp to .cc to fulfill our file naming requirements.
2 years ago
roker
5105d2f5f5
JSON-193: make debug builds default or when DEBUG=1 (or undeclared). Declare DEBUG=0 for a release build.
2 years ago
roker
a7ec86f0d4
JSON-193: provide a local.conf.example as desired.
2 years ago
roker
f115863d9a
JSON-193: don't set $(CC), $(CXX) nor $(AR) in Makefile. Use local.conf for that!
2 years ago
roker
534daedca0
fix unittest: init() got 4 parameters instead of 3.
2 years ago
Andreas Buff
7aaf97c4a6
MACOSINST-26 better --static docs for clang users
2 years ago
Andreas Buff
7d0bf78008
MACOSINST-26 betters docs
2 years ago
Andreas Buff
4940d78e08
MACOSINST-26 fixes: BOOST_MT from local.conf ignored
2 years ago
Andreas Buff
04b0eacdf9
MACOSINST-26 makes boost lib nameing postfix configurable
2 years ago
roker
9a95ea497a
Merge branch 'master' into MACOSINST-26
2 years ago
roker
8f10a76cb4
add explicit rule also for %.cpp (needed for json_spirit), because crosscompiling won't work without.
2 years ago
Andreas Buff
0838a285e6
Revert "MACOSINST-26 -liconv is condidered a bug. I assume someone triel & error fixed an issue with that."
...
T:is reverts commit acd5ffafda
.
2 years ago
Andreas Buff
acd5ffafda
MACOSINST-26 -liconv is condidered a bug. I assume someone triel & error fixed an issue with that.
2 years ago
Andreas Buff
f8a1608abe
Revert "MACOSINST-26 looks wrong. /libiconv.a should be used"
...
This reverts commit c225d5939a
.
2 years ago
Andreas Buff
c225d5939a
MACOSINST-26 looks wrong. /libiconv.a should be used
2 years ago
roker
2955c4f102
remove Makefile-old, Makefile.conf-old, Makefile.Linux
2 years ago
roker
8f699cfbdb
minor syntax fixes. Thanks to hartmut.
2 years ago
roker
fc11d06cca
Makefile changes to ease package maintainers.
2 years ago
roker
3a611abb69
Makefile fixes for MacOS. It builds on my machine™ now. :-D
2 years ago
Marcel Schneider
fd6ce1f635
Massively simplify the Makefile...
...
... and avoid listing all the .a files explicitly.
Not sure if this will still work for MacOS, but it really should? Unless we can't use --static there.
For a reference setup (like the CI), a release build should now be
make local.conf PREFIX=/install/ PEP_LIB_PATH=/install/lib PEP_INCLUDE=/install/include LIBRARY_PATH=/usr/lib/
make -j8
make install
For a dev build with dynamic linking (and if you don't have .a files), simply remove the --static from local.conf.
2 years ago
Andreas Buff
134a4e175b
JSON-192 fixes: ignores local.conf PEP_ADAPTER_LIBRARY & LIBEVENT_LIBRARY_PATH
2 years ago
roker
090e9f1496
JSON-190: default-initialize "Out" variables explicitly.
2 years ago
roker
6666eaaabc
try to re-enable unittests. Still work in progress...
2 years ago
Lars Rohwedder
70f8cd34b7
Merge branch 'master' of https://gitea.pep.foundation/pEp.foundation/pEpJSONServerAdapter
2 years ago
roker
7d572de8e5
ENGINE-890 Add disable_all_sync_channels()
2 years ago
roker
cb33137c85
copy JS test files from old JSON-128 branch
2 years ago
roker
20848f10a4
copy unittest from old JSON-128 branch
2 years ago
roker
9bdb84e2be
use macros do disable logging when non-debug built.
2 years ago
roker
486496c626
old Makefile from RC14 copied, because the newer is b0rken, says andreas
2 years ago
Jorg Knobloch
b33a924668
Merge branch 'JSON-183'
2 years ago
Jörg Knobloch
5f16970cd0
Changed condition to `*rating < PEP_rating_reliable` since that's the determining factor for not encrypting.
2 years ago
roker
d540dff2e1
JSON-183: rename output parameter and add comment, as desired by JK.
2 years ago
roker
f24bb9bdc3
JSON-183: sorry, copy & paste fault. It should be this term.
2 years ago
roker
6c81956293
JSON-183: menno... do not commit without askin the compiler first...
2 years ago
roker
6090ec00c6
JSON-183: rename subject_info into partner_info, implement the correct condition, bump server version to 0.22.0 "(47b) Erfurt-Viesselbach"
2 years ago
roker
618bb62809
JSON-183: break the loop when a non-pEp user is found, because we cannot protect subject for non-pEp users.
2 years ago
roker
57c9a069db
JSON-183: call update_identity() on each identity in msg->to and msg->cc
2 years ago
roker
f432442a66
JSON-183: remove msg->bcc from algorithm.
2 years ago
roker
9d8c7d9cb1
don't use session->unprotect_subject, so the Client must consult this value before.
2 years ago
roker
045b7133f2
move callback definition to JS file to make sure it is called when the JS code is loaded completely.
2 years ago
roker
7f12ad78d5
implement the feature as I have understood it... :-/
2 years ago
roker
cad942cc94
JSON-183: start branch
2 years ago