heck
56f24c5e7b
std_utils: add random_string() random_char() / dir_ensure() / file_read() / dir_recreate()
4 years ago
heck
ca05767dff
std_utils: Add termCol support
4 years ago
heck
8cb1fe5ea0
pEpLog: Add termCol support
4 years ago
heck
50b296b0b5
GroupManagerInterfaces: no virtual destructor, i think
4 years ago
heck
6c56d3a94e
pEpLog - improve decoration / add logH3
4 years ago
heck
ccd20fdd74
std_utils: padTo()
4 years ago
heck
052c6d5b81
pEpLog - some improve logH1, logH2
4 years ago
heck
da671817e6
pEpLog - some improve logH1, logH2
4 years ago
heck
4d4acd22bb
grp_manager_interface.hh - forgot the virtual destructors
4 years ago
heck
e5aa2284ae
pEpLog - Add PID
4 years ago
heck
f62aae7658
pEpLog - fix pEpLogClassRaw
4 years ago
heck
9426b6dcfa
pEpLog - typos and comments
4 years ago
heck
a015331c53
Split utils.cc and add std_utils.cc
4 years ago
heck
2a5cdd4383
rename (there will be a group_member_api.h)
for
* group_join()
* group_query_membership()
* etc...
4 years ago
heck
2e7e1bfddf
Refactor out into a dedicated replication driver (Implementing the GroupManagerInterface)
This is just the C interface.
4 years ago
heck
9ab5d92340
adapter_group.h - group_join() is part of the group member API
4 years ago
heck
59110d5842
grp driver engine - restructure
4 years ago
heck
c21d0d862a
grp driver dummy - restructure
4 years ago
heck
fb2ce3f063
Create GroupManagerInterface
and move GroupQueryInterface and GroupUpdateInterface into same headerfile
4 years ago
heck
062a836b49
grp_update_drv_dummy.cc - bugfixes
4 years ago
heck
816299586b
grp_query_drv_dummy.cc - impl
4 years ago
heck
651fc5b181
grp_update_drv_dummy.cc - impl
4 years ago
heck
8ac42950d5
utils.cc - add to_cxx() for idenitylist, is_c_str_empty()
4 years ago
heck
4ab61fccdb
listmanager_dummy - Separate DoesNotExistException into ListDoesNotExistException and MemberDoesNotExistException
4 years ago
heck
0d72ea5367
Add pEp::Utils - collection of helper functions and stuff...
Separated out from pEp::Test::Utils
4 years ago
heck
5225a3950a
grp interface: group_join() is not part of the MANAGER-API.
Does not exist in listmanagers
For LIB-16 - "Store groups a user is part of and provide a method to query them"
We need to create a separate DB _if_ we dont store it in the engine.
4 years ago
heck
c3f62ccb90
Fix: listmanager_dummy - member_add() and member_remove() Throw DoesNotExistException if list does not exist
4 years ago
heck
629d17f809
correct the typo in "m4gic_logger_n4me"
4 years ago
heck
b42b971966
pEpLog - Add functions and Macros for logH1() logH2()
Also, only the macros are now controlled by set_enabled().
The normal functions arent.
4 years ago
heck
ae0eee6f97
grp enc interface - add noexcept, just more as a comment
4 years ago
heck
a2c5c99046
grp enc interface - ommit pEp_group in adapter_group_create()
4 years ago
heck
9ea23feeb2
LIB-11: ListManagerInterface is misconception
4 years ago
heck
02d7ec1387
LIB-11: adapter_group.cc - add some impl
4 years ago
heck
abea6b17f9
LIB-11: Add GroupQuery Dummy Driver
4 years ago
heck
2d32c442ff
LIB-11: Add GroupUpdate Dummy Driver
4 years ago
heck
fc7f8b5af3
LIB-11: Add GroupUpdate Engine Driver
4 years ago
heck
711a896095
LIB-11: Add GroupQueryInterface
4 years ago
heck
a8916c9ac1
LIB-11: Add GroupUpdateInterface
4 years ago
heck
14cb72dca9
adapter_group.h - group_rating() is not part of this interface
4 years ago
heck
c905aaaefb
ListManagerDummy - throw AlreadyExisting / DoesNotExist to indicate state
4 years ago
heck
68b336a758
ListManagerDummy - Add public methods list_exists() / member_exists()
4 years ago
heck
d7ef4bba10
ListManagerDummy - Add custom exceptions and slight rename
4 years ago
heck
706431c85c
pEpSQLite - Add helper function eval_sql_count()
4 years ago
heck
82359fdb9d
pEpSQLite - Add custom exceptions and revise .what()
4 years ago
heck
aab0d35ab8
ListManagerDummy - Revise Exception .what()
4 years ago
heck
c333d779ce
listmanager_dummy.hh - formatting
4 years ago
heck
edc8fde83d
pEpSQLite.* - formatting
4 years ago
heck
8df335e64d
pEpLog.cc - formatting
4 years ago
heck
2dd7dbf597
pEpLog.hh - formatting
4 years ago
heck
aa3a8f6304
listManagerDummy - had too much const
4 years ago