4ab61fc
listmanager_dummy - Separate DoesNotExistException into ListDoesNotExistException and MemberDoesNotExistException by
2021-04-25 01:34:50 +0200
0d72ea5
Add pEp::Utils - collection of helper functions and stuff... by
2021-04-25 01:32:48 +0200
5225a39
grp interface: group_join() is not part of the MANAGER-API. by
2021-04-25 00:42:46 +0200
b832f80
Tests: listmanager_dummy - member_add() and member_remove() by
2021-04-25 00:40:35 +0200
c3f62cc
Fix: listmanager_dummy - member_add() and member_remove() Throw DoesNotExistException if list does not exist by
2021-04-25 00:33:49 +0200
cd1c137
Test: test_adapter - use TESTLOG() instead od pEpLog() for tests by
2021-04-24 23:01:06 +0200
be1255f
Test: test_adapter - use TESTLOG() instead od pEpLog() for tests by
2021-04-24 23:00:50 +0200
c0bc63d
Test: test_ensure_passphrase - remove of unused includes by
2021-04-24 23:00:09 +0200
40132db
Test: test_group - use pEpLog::log() instead of cout by
2021-04-24 22:59:38 +0200
5ec8455
Test: test_listmanager_dummy - move the ASSERT_EXCEPT macro to utils by
2021-04-24 22:58:55 +0200
b5bd084
Test: test_pEpSQLite - Switch from pEpLog() to using TESTLOG() by
2021-04-24 22:58:19 +0200
cf7c5fe
Test: Framework improve logging by
2021-04-24 22:57:04 +0200
629d17f
correct the typo in "m4gic_logger_n4me" by
2021-04-24 22:54:15 +0200
b42b971
pEpLog - Add functions and Macros for logH1() logH2() by
2021-04-24 22:53:03 +0200
3444377
Tests: test_listmanager_dummy - use log() by
2021-04-24 18:51:04 +0200
42855fd
Test: Utils - add const, add log() and lograw() by
2021-04-24 18:49:45 +0200
ae0eee6
grp enc interface - add noexcept, just more as a comment by
2021-04-24 17:12:37 +0200
a2c5c99
grp enc interface - ommit pEp_group in adapter_group_create() by
2021-04-24 15:37:18 +0200
9ea23fe
LIB-11: ListManagerInterface is misconception by
2021-04-20 02:21:25 +0200
02d7ec1
LIB-11: adapter_group.cc - add some impl by
2021-04-20 02:20:56 +0200
abea6b1
LIB-11: Add GroupQuery Dummy Driver by
2021-04-20 02:01:24 +0200
2d32c44
LIB-11: Add GroupUpdate Dummy Driver by
2021-04-20 02:01:13 +0200
fc7f8b5
LIB-11: Add GroupUpdate Engine Driver by
2021-04-20 02:00:44 +0200
711a896
LIB-11: Add GroupQueryInterface by
2021-04-20 01:59:21 +0200
a8916c9
LIB-11: Add GroupUpdateInterface by
2021-04-20 01:59:11 +0200
14cb72d
adapter_group.h - group_rating() is not part of this interface by
2021-04-20 01:30:28 +0200
e19e3a4
Merge branch 'LIB-12' into LIB-11 - "Add List Manager Backend: Dummy (SQLite3)" by
2021-04-19 22:00:15 +0200
943f07c
(LIB-12)
test_listmanager_dummy - Add Error conditions / add list_exists(), member_exists() by
2021-04-19 21:47:06 +0200
c905aaa
ListManagerDummy - throw AlreadyExisting / DoesNotExist to indicate state by
2021-04-19 21:43:34 +0200
179f02e
.gitignore by
2021-04-19 20:36:08 +0200
68b336a
ListManagerDummy - Add public methods list_exists() / member_exists() by
2021-04-19 20:26:25 +0200
d7ef4bb
ListManagerDummy - Add custom exceptions and slight rename by
2021-04-19 20:25:53 +0200
706431c
pEpSQLite - Add helper function eval_sql_count() by
2021-04-19 20:20:46 +0200
82359fd
pEpSQLite - Add custom exceptions and revise .what() by
2021-04-19 20:20:25 +0200
aab0d35
ListManagerDummy - Revise Exception .what() by
2021-04-19 17:52:51 +0200
c333d77
listmanager_dummy.hh - formatting by
2021-04-19 16:39:02 +0200
edc8fde
pEpSQLite.* - formatting by
2021-04-19 16:38:03 +0200
8df335e
pEpLog.cc - formatting by
2021-04-19 16:36:49 +0200
122d16c
C++ standard pEp-Wide back to C++11 by
2021-04-19 16:36:22 +0200
2dd7dbf
pEpLog.hh - formatting by
2021-04-19 16:33:37 +0200
aa3a8f6
listManagerDummy - had too much const by
2021-04-19 15:07:52 +0200
a93aedc
pEpLog - can have more const too by
2021-04-19 15:06:57 +0200
2b0489f
pEpSQLite - some const members by
2021-04-19 15:06:37 +0200
316e7cc
Tests: test_listmanager_dummy - forgot some const by
2021-04-19 15:06:11 +0200
ace39bb
Tests: test_pEpSQLite.cc - clean by
2021-04-19 15:05:25 +0200
e741064
ListMangerDummy - some const for the methods by
2021-04-19 14:47:50 +0200
220f588
rm old prototype by
2021-04-19 05:38:57 +0200
48d2a76
Tests: Add tests for class ListManagerDummy by
2021-04-19 05:38:29 +0200
ab32655
LIB-12 - Add class ListManagerDummy by
2021-04-19 05:36:42 +0200
a116f89
pEpLog - pEpLogClass doesnt need to print __FILE__, we have the classname instead by
2021-04-19 05:35:31 +0200
c428669
test: pEpSQLite - fix cleanup by
2021-04-18 23:42:30 +0200
d2e16f8
Merge branch 'LIB-12' of https://gitea.pep.foundation/pEp.foundation/libpEpAdapter into LIB-12 by
2021-04-18 23:14:31 +0200
0ec9e40
.gitignore by
2021-04-18 23:10:54 +0200
14c6c76
.gitignore by
2021-04-18 23:10:54 +0200
99f32d1
Project Structure: Create folder src/internal - Move sqlite3.h there. by
2021-04-18 23:09:13 +0200
06a3fdb
Tests: Utils rename to_string() functions by
2021-04-18 22:53:46 +0200
50130c5
Tests: Move util functions to utils.cc by
2021-04-18 22:34:01 +0200
082e886
Tests: Add tests for pEpSQLite by
2021-04-18 22:20:47 +0200
8548eb9
pEpSQLite - bugfixes by
2021-04-18 22:19:24 +0200
3c3aaf5
pEpSQLite - Exception on execute() on closed db. (not segfault) by
2021-04-16 04:28:13 +0200
6c47eb3
pEpSQLite - Fix delete_db() by
2021-04-16 03:59:07 +0200
7ae66e5
pEpLog / pEpSQLite - the "magic" logger alias can be private by
2021-04-16 03:44:46 +0200
826989f
Add class pEpSQLite by
2021-04-16 03:37:03 +0200
9dddab4
pEpLog: Add class and macros to support runtime switching on a class and instance basis. by
2021-04-16 03:35:24 +0200
591b5c0
Tests: add util functions by
2021-04-16 03:33:32 +0200
6d758fb
cerr, definitely cerr by
2021-04-15 22:21:13 +0200
939719d
LIB-12: listmanager prototype done by
2021-04-14 18:04:21 +0200
aadeb4b
LIB-12: Simplification Massive - BIGUP FDIK! by
2021-04-13 19:56:01 +0200
3079dff
LIB-12: Dummy List manager prototype complete by
2021-04-13 03:19:44 +0200
cf26257
LIB-12: add test_sqlite3.cc as a playground by
2021-04-10 03:12:20 +0200
70718dd
LIB-12: Build - Add *.c files (sqlite3.c) by
2021-04-10 03:11:52 +0200
c9cf471
LIB-12: Add sqlite3 amalgamation (f&^ks up the git stats, *damnit* i was almost there) by
2021-04-10 03:11:13 +0200
a56bf00
.gitignore by
2021-04-10 01:41:41 +0200
c3cd662
LIB-12: Test - Add test_lm_dummy.cc by
2021-04-10 01:39:59 +0200
07db7ed
LIB-12: Add class ListManagerDummy by
2021-04-10 01:39:35 +0200
c856185
LIB-12: Add class ListManagerInterface by
2021-04-10 01:39:19 +0200
384753a
Merge branch 'LIB-11' - The group update API can be regarded stable, and can be used by the adapters. But no query functions yet (because no dummy backend yet) by
2021-04-10 00:33:11 +0200
5e7a46b
LIB11: adapter_group.h - comment out unimplemented query functions by
2021-04-10 00:32:59 +0200
c28ecc5
LIB11: Test - update by
2021-04-10 00:24:34 +0200
d79fb50
Tests: Framework - Add funcs logH1 / logH2 by
2021-04-10 00:24:06 +0200
18d61b9
LIB-11: Test - add group_rating() / Failing / create / functions for Test Units by
2021-04-09 22:35:18 +0200
dc8d340
adapter_group.cc - pEpLog() every function call by
2021-04-09 22:34:22 +0200
5df8a83
LIB-11: update test (memberlist of create_group() can only have NON-OWN identities) by
2021-04-09 21:15:37 +0200
805c28a
LIB-11: update test by
2021-04-09 20:38:15 +0200
1de2575
Tests: Framework - add identitylist_to_string() by
2021-04-09 20:37:52 +0200
030164d
LIB-11: Update adapter_group.h from engine group.h by
2021-04-09 20:37:24 +0200
706e2d3
.gitignore by
2021-04-09 00:26:14 +0200
5555066
Tests: add test_group.cc by
2021-04-09 00:20:56 +0200
c859075
Tests: Framework - Add utils.cc with some *_to_string() funcs by
2021-04-09 00:20:22 +0200
0aa66aa
Tests: compiler generated header prerequisites somehow not working by
2021-04-09 00:19:42 +0200
b02fb84
Tests: lets use namespace pEp, but not more. (Its just a LOT easier to navigate especially for other people, plus the habit of just including every namespace everywhere does not scale, its messy). Use namespace aliases. And lets NOT import a namespace into an other namespace like importing std into Adapter. by
2021-04-09 00:14:06 +0200
04b8675
Tests: framework.hh - no using directives in headers.... by
2021-04-09 00:10:57 +0200
b54f9d1
Build: Makefiles cleanup by
2021-04-08 22:45:56 +0200
07b4ee6
tests: create subdir "framework" by
2021-04-08 22:16:58 +0200
e87cbc1
move group module to src by
2021-04-07 16:40:45 +0200
6936732
adapter_group.cc - initial draft by
2021-03-18 01:48:31 +0100
91583a9
minor formatting only (auto) by
2021-03-18 01:48:02 +0100
f33262f
LIB-11: use prefix "group_" for query functions / use prefix "adapter_" for "wrapped" Group management functions by
2021-03-16 17:50:18 +0100
8d6be15
LIB-11: Add "Group management functions" from pEpEngine/group.h by
2021-03-16 17:20:21 +0100
28d80bf
LIB-11: Add const to [in] params by
2021-03-16 17:13:30 +0100