Commit Graph

17 Commits

Author SHA1 Message Date
27b2c15ad3 Changes to RPC object logging and Node config
- Move config from Python to Node
- Also log responses
- Only log request/response object properties in Node, as logging them
in both Node and Python is redundant
- Error-out if Node listen config is missing
- For convenience, make PeerClient copy setting properties from
ClientManager instead of referencing them
2022-05-15 22:17:28 -04:00
20bdbf9cd1 Add config for logging arguments of RPC commands 2022-05-10 01:17:05 -04:00
3b40d6971f Remove unimplemented settings that (likely) won't be needed 2022-05-05 03:04:03 -04:00
a7cafbf367 Implement resync_max_disconnected_time 2022-05-05 03:04:03 -04:00
e44536f9f2 Allow login flow to be more like the official PC client 2022-05-05 03:04:03 -04:00
6623dd46c0 Assorted minor fixes 2022-05-02 03:13:18 -04:00
9dd11efc2d Actually apply displayname_template
Also get rid of displayname_preference until it's implemented
2022-04-23 13:55:55 -04:00
eebcef6b08 Add config for custom device name 2022-04-20 23:47:02 -04:00
aa5c066552 Prepend relayed media messages with a new message of who sent it
And keep its body text unchanged from its original
2022-04-12 04:42:26 -04:00
0b23efd43a Remove incomplete web-based login for now 2022-04-11 00:02:12 -04:00
e94c598e3b Force-disable web-based login until it is implemented 2022-04-08 05:16:12 -04:00
8ac16e00fc Handle disconnections from the node module
Make the bridge module auto-reconnect to the node module in case the
latter ever crashes (or is started after the bridge module).

Also work towards more holistic auto-reconnect logic in general.
2022-04-08 05:04:46 -04:00
3900e666ff Update mautrix-python & copy latest goodies from mautrix-facebook 2022-04-02 23:16:53 -04:00
59ea91519a Split state into "logged in" and "connected"
Logged in = have (supposedly valid) session tokens
Connected = have an active TalkClient session
2022-04-01 05:11:46 -04:00
60c47e5a20 Improved syncing, cleanups 2022-03-18 03:52:55 -04:00
0c9550841c Puppets and backfilling 2022-03-09 02:29:43 -05:00
b57c74eeb6 Initial commit 2022-02-25 02:22:50 -05:00