dignifiedquire
|
3c7b3faa7f
|
unify deps and more strict start and stop
|
2020-05-20 16:42:59 +02:00 |
|
holger krekel
|
4855584de9
|
rename eventlogger to events
|
2020-05-20 16:37:27 +02:00 |
|
holger krekel
|
f67c86cb39
|
refactor callback thread handling
|
2020-05-20 16:32:12 +02:00 |
|
holger krekel
|
b91d7f314b
|
progress
|
2020-05-20 14:52:17 +02:00 |
|
holger krekel
|
3703a1c36c
|
refinement startup
|
2020-05-20 13:31:45 +02:00 |
|
dignifiedquire
|
14c9161268
|
python: fix basic start and stop
|
2020-05-19 15:45:08 +02:00 |
|
dignifiedquire
|
236e9562fd
|
python: run and shutdown
|
2020-05-19 15:31:28 +02:00 |
|
holger krekel
|
a6409dcd27
|
attempt to fix cb/python event handling
|
2020-05-19 15:02:05 +02:00 |
|
dignifiedquire
|
cfd68f9f2e
|
python: remove unused queue
|
2020-05-19 14:40:59 +02:00 |
|
dignifiedquire
|
2cfd5754ca
|
python: start integration of get_next_event
|
2020-05-19 14:29:47 +02:00 |
|
dignifiedquire
|
af56ebb04e
|
Merge remote-tracking branch 'origin/master' into feat/async-jobs
|
2020-05-19 12:07:34 +02:00 |
|
holger krekel
|
598dc86ca5
|
make sure we don't garble output during test runs by more carefully
switching logging on/off globally
|
2020-05-15 21:19:57 +02:00 |
|
dignifiedquire
|
8a7923c974
|
Merge remote-tracking branch 'origin/master' into feat/async-jobs
|
2020-05-13 18:29:22 +02:00 |
|
holger krekel
|
7c33c7f7da
|
expose obtaining list of fresh messages to python
|
2020-04-21 13:53:56 +02:00 |
|
holger krekel
|
a1c82eaea6
|
refine bot testing and ac_member* handling
|
2020-04-19 21:00:55 +02:00 |
|
holger krekel
|
9eda710538
|
refine member-added and member-removed plugin hooks to signal the sender (who added/removed a contact )
add ac_chat_modified hook event
add account.get_contact_by_addr (thanks @r10s)
|
2020-04-19 21:00:55 +02:00 |
|
holger krekel
|
323d996d5f
|
a few streamlinings
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
1b858393c5
|
make create_contact accept email addresses that parse into routable_email and display_name
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
ca88c5b41c
|
rename hooks to use "ac_" (account) and "dc_" (global)
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
7e1470ea46
|
refactor preconfigure handling to not break deltabot's usage of deltachat's test fixtures and
relax timestamp comparisons
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
d4e1c1b109
|
refine handling of accepted contacts in example
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
a1d5120e58
|
sipmlify plugins and tests and remove superflous core event
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
6f8067ffd3
|
address @adbenitez and @r10s comments
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
d66829702f
|
fix #164 add MEMBER_REMOVED event and member_removed plugin python hook
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
d8e14d9993
|
refine example and make Contact accept Account object
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
f61b9f7964
|
add a test echo_and_quit examples
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
91cdc76414
|
refactor docs and ffi/high level event handling to pass all tests again
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
a1379f61da
|
fix up docs
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
84f17b7539
|
emit "DC_EVENT_MEMBER_ADDED" and python plugin event "member_added" for securejoin or non-securejoin additions of a contact to a chat. also fixup some docs
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
6213917089
|
start some docs
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
fb33c31378
|
fix a couple of issues wrt to configuring move/mvbox behaviour in tests
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
79f5e736b0
|
make eventlogger module a global plugin
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
0d4b6f5627
|
move io thread handling into own module
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
5c8f558f60
|
- simplify to offer start() and shutdown() as primary account methods, strike start_threads/stop_threads.
- introduce update_config(kwargs) method.
- group APIs a bit better
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
c851f9d5a3
|
simplify internal thread handling
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
2d74514dd0
|
add some incoming/outgoing message hooks
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
84012e760e
|
refine low level event handling
slight refactor on printing
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
6baef49f9d
|
add after_shutdown hook
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
f55d4fa73a
|
rename process_low_level_event to process_ffi_event
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
ce00c627d4
|
don't run Eventlogging by default -- the tests instantiate it, though.
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
d3c6f530e2
|
introduce global plugin manager
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
cf6391d51b
|
move event tracking to new tracker.py file
some api cleanups
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
57311d731e
|
simplify logging
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
95d45b386f
|
separate out FFI eventracking to only be used in running tests
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
bbc8bed39c
|
move temp_plugin to account
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
ec67b3975c
|
good bye global plugin manager ... we only do per-account object plugin_management for now
|
2020-04-13 17:39:31 +02:00 |
|
dignifiedquire
|
f8cd602cbd
|
happy python lint
|
2020-03-25 17:56:35 +01:00 |
|
dignifiedquire
|
20ef115eb2
|
fix various integration tests with the python bindings
|
2020-03-22 16:21:15 +01:00 |
|
dignifiedquire
|
9b4c195872
|
minimal get_next_event api
|
2020-03-22 01:07:06 +01:00 |
|
dignifiedquire
|
11fa60d690
|
stop python tests from blowing up
|
2020-03-21 23:37:52 +01:00 |
|