matrix-appservice-kakaotalk/node
Andrew Ferrazzutti 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
..
src Changes to RPC object logging and Node config 2022-05-15 22:17:28 -04:00
.dockerignore Fix Docker support 2022-05-01 16:38:54 -04:00
.gitignore Initial commit 2022-02-25 02:22:50 -05:00
Dockerfile Docker support 2022-04-29 09:55:53 -04:00
README.md Changes to RPC object logging and Node config 2022-05-15 22:17:28 -04:00
docker-run.sh Docker support 2022-04-29 09:55:53 -04:00
example-config-docker.json Changes to RPC object logging and Node config 2022-05-15 22:17:28 -04:00
example-config.json Changes to RPC object logging and Node config 2022-05-15 22:17:28 -04:00
package-lock.json npm audit fix 2022-04-11 03:22:48 -04:00
package.json Initial commit 2022-02-25 02:22:50 -05:00

README.md

Listen config

If type is unix, path is the path where to create the socket, and force is whether to overwrite the socket file if it already exists.

If type is tcp, port and host are the host/port where to listen.

Register timeout config

register_timeout is the amount of time (in milliseconds) that a connecting peer must send a "register" command after initiating a connection.

Logging config

logging_keys specifies which properties of RPC request & response objects to print in logs. Optional.