juga
|
c448704265
|
tests: Remove unused constant myself
|
5 years ago |
juga
|
d0a94e20cd
|
tests: Create identities fixture to use in message
Since the identities are not being tested in the message tests,
facilitate to create them.
|
5 years ago |
juga
|
072563a343
|
tests: Update pytests created with older version
Closes PYADPT-98.
|
5 years ago |
heck
|
b2389253d9
|
Removed tag 2.2.0-rc1
|
5 years ago |
heck
|
ee3cbb1a01
|
.editorconfig more filetype specifics
|
5 years ago |
heck
|
eef024b25f
|
setup.cfg some keys added, values are all WIP still
|
5 years ago |
heck
|
b31507992a
|
remove redundancies, information source should be setup.cfg, (setup.py just only code, no data)
|
5 years ago |
heck
|
3e76763128
|
start getting the deps into setup.cfg
|
5 years ago |
heck
|
878616f03b
|
merge in branch 'pytests' from juga
|
5 years ago |
heck
|
0a5d8de6e5
|
.editorconfig C++ imaginary settings
|
5 years ago |
heck
|
e2625e25e0
|
Adding .editorconfig
|
5 years ago |
heck
|
f40ca8d8e6
|
Formatting only - K&R 1TBS is the standard here
|
5 years ago |
heck
|
ae65f8351f
|
Added tag Release_2.2.0-RC0 for changeset f6f15e49587d
|
5 years ago |
heck
|
c5c4726e51
|
Added tag Release_2.1.0 for changeset f7f92375cb5e
|
5 years ago |
heck
|
35305650f5
|
Added tag Release_2.1.0-RC2 for changeset 4a031fb9a0e3
|
5 years ago |
heck
|
179a82f184
|
Makefile, add targets: dist, dist-whl, dist-egg, install, install-prefix, install-sys
|
5 years ago |
heck
|
fd03e4b75c
|
start getting declarative with setup.cfg
|
5 years ago |
heck
|
970e261711
|
Fix setuptools command "install"
|
5 years ago |
heck
|
a44d27af4c
|
Added tag Release_2.1.0-RC1 for changeset 45183a331f2b
|
5 years ago |
heck
|
f366c8329f
|
Merge in PYADPT-81 (Integrate libpEpAdapter)
|
5 years ago |
heck
|
73666d8437
|
Mutli-threading support for native libs calling python code added
mixing UserInterface replaced with pEp.notify_handshake() to be overwritten (just like message_to_send())
|
5 years ago |
heck
|
7eef5f9605
|
.hgignore local.conf
|
5 years ago |
heck
|
ae364de4cf
|
Adjust build etc. for MacOS
|
5 years ago |
heck
|
57cec46a75
|
Add Makefile.conf / local.conf.example (like we have it in pEpEngine, libpEpAdapter, pEpJNIAdapter)
|
5 years ago |
heck
|
47a0fb5cc1
|
include guards, replace #pragma once, make sure license headers, minor formatting
|
5 years ago |
heck
|
1cf31e4687
|
Add Makefile targets: devenv, envtest
|
5 years ago |
heck
|
74dcc6f7a7
|
test pyadpt-81.py: test start/stop sync, default/user callback impl. of pEp.message_to_send()
|
5 years ago |
heck
|
c18746e4ec
|
remove local adapter.cc/hh locked_queue.hh
|
5 years ago |
heck
|
24e13adfe1
|
sync/message_to_send() callback impl in python and using libpEpAdapter / add pEp.start_sync()
|
5 years ago |
heck
|
3d42d9a7d5
|
remove unnecessary namespace identifier pEp::
|
5 years ago |
heck
|
50ebe60221
|
Includes/namespace/using cleanup
|
5 years ago |
heck
|
07d2130bf0
|
hybrid C++/Python package / Add Makefile
|
5 years ago |
heck
|
7ee3d324ee
|
remove usage of local adapter.hh/locked_queue.hh / use session() from libpEpAdapter
|
5 years ago |
heck
|
60715b61d4
|
Added tag Release_2.1.0-RC0 for changeset 671d9e268e71
|
5 years ago |
Hartmut Goebel
|
5eb7a3f975
|
Add example for simple XML based message format.
|
5 years ago |
heck
|
d5e1316c86
|
This is the new default branch
Welcome to the post sync-era
|
5 years ago |
heck
|
99978b8152
|
Add Identity.key_mistrusted()
|
5 years ago |
heck
|
efbf1f270e
|
Test for key_mistrusted()
|
5 years ago |
heck
|
4903e37714
|
Add export option --secret-keys to utils/pEp
|
5 years ago |
heck
|
8da45b4e96
|
Test for export_secret_key()
|
5 years ago |
heck
|
42a59cbd01
|
Add feature export_secret_key(Identity)
|
5 years ago |
heck
|
21b49bcf08
|
Add pEp --export address [filename]
|
5 years ago |
heck
|
7256e87f93
|
Test for export_key(Identity)
|
5 years ago |
heck
|
f9b7d61d79
|
Added feature export_key(Identity)
|
5 years ago |
heck
|
6efc9ae952
|
Just update README.md
|
5 years ago |
heck
|
89f9c96e90
|
Add test/data/keys containing Alice and Bob pub/sec keysfiles. (for import/export tests)
|
5 years ago |
heck
|
47913909df
|
Why not make all executable python scripts executable using:
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
|
5 years ago |
heck
|
360a81f1d7
|
This did not seem to work on MacOs and Linux
|
5 years ago |
heck
|
25c977ff57
|
Update tests to work with the new and shiny ENUM names (359:12f3d59c25de, "nice enums")
|
5 years ago |
heck
|
7c8ce9448c
|
setup_linux.py now integrated into setup.py
(updates build instructions and build script 3 weeks ago and nobody complained)
|
5 years ago |