moment/src/python
miruka 1ec8ed466f Implement crude encrypted EventImage downloading
When a message image is clicked in an encrypted room, the full file will
be download (no GUI indication for now, just a print in terminal) and
opened when ready.

Before downloading, copying the image address via right click will put
the full image mxc:// URL in clipboard. After downloading, it will be
the local downloaded image path instead.
2019-12-16 17:36:14 -04:00
..
models Implement (read-only for now) room settings 2019-12-13 09:22:13 -04:00
__about__.py Update version to 0.2.3 2019-09-12 20:59:12 -04:00
__init__.py Remove copyright headers in code 2019-08-11 08:34:36 -04:00
app.py Support and sort invited room members 2019-12-12 10:03:39 -04:00
backend.py Fix multiple accounts local echo issues 2019-12-16 10:53:26 -04:00
config_files.py Rate-limit config files writing 2019-12-10 17:59:04 -04:00
errors.py Implement inviting to room 2019-12-11 12:42:59 -04:00
html_filter.py Fix HTML escaping for markdown parsing 2019-10-27 12:06:19 -04:00
matrix_client.py Fix multiple accounts local echo issues 2019-12-16 10:53:26 -04:00
media_cache.py Implement crude encrypted EventImage downloading 2019-12-16 17:36:14 -04:00
nio_callbacks.py Prevent crash in loading past evnts 2019-12-14 13:50:21 -04:00
pyotherside_events.py Common func for ModelItem/POSEvent value serializ 2019-11-07 03:43:05 -04:00
theme_parser.py Remove copyright headers in code 2019-08-11 08:34:36 -04:00
utils.py Use new way to cancel current login for signin btn 2019-12-07 18:45:03 -04:00