Damir Jelić 7f8d18d857 daemon: Handle json errors in the sync and messages methods.
A valid 200 response from the server doesn't necessarily mean that the
content will be valid json.

Handle decode errors and return the raw body if we're unable to decode.
2019-05-02 14:49:24 +02:00
2019-04-10 12:20:09 +02:00
2019-03-25 09:34:31 +01:00
2019-03-30 10:42:47 +00:00
2019-04-10 12:14:00 +02:00

pantalaimon

A E2E aware matrix proxy daemon.

This still in an early development phase.

Installation

The Olm C library is required to be installed before installing pantalaimon.

Instalation works like usually with python packages:

python setup.py install

Usage

Running the daemon is relatively easy:

pantalaimon https://example.org:443

After running the daemon configure your client to connect to the daemon instead of your homeserver. The daemon listens by default on localhost and port 8009.

The listening address and port can be configured:

pantalaimon -l 127.0.0.1 -p 8008 https://example.org:8008
Description
E2EE aware proxy daemon for matrix clients.
Readme Pixar 3.2 MiB
Languages
Python 99.5%
Dockerfile 0.3%
Makefile 0.2%