mobilecoinofficial / auxin

Developer friendly wrapper around the Signal Messenger protocol.
GNU Affero General Public License v3.0
8 stars 8 forks source link

Millie/rollup #53

Closed NotGyro closed 2 years ago

NotGyro commented 2 years ago

A batch of miscellaneous changes - adds a timestamp to the "PONG" messages confirming websocket is still connected, removes repl command (limited utility + pulls in many dependencies) and receiveLoop command (redundant with jsonRpc). This also adds a getUuid command which internally calls app.ensure_peer_loaded() and then checks our peer store to see if we have a UUID there. For example, try {"jsonrpc": "2.0", "id": "foo", "method": "getUuid", "params": {"peer": ""}}