You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
matrix-appservice-kakaotalk/node
Andrew Ferrazzutti 3df5d52cae Error on start to warn users about getting banned 9 months ago
..
src Error on start to warn users about getting banned 9 months ago
.dockerignore Fix Docker support 1 year ago
.gitignore Initial commit 1 year ago
Dockerfile Docker support 1 year ago
README.md Log primitive response values 1 year ago
docker-run.sh Docker support 1 year ago
example-config-docker.json Changes to RPC object logging and Node config 1 year ago
example-config.json Changes to RPC object logging and Node config 1 year ago
package-lock.json npm audit fix 1 year ago
package.json Initial commit 1 year ago

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.

A special-case logging key for responses is value, which enables logging responses that are primitives instead of objects.