moment/harmonyqml/backend
miruka 1d0cce402e Proper display name retrieval implementation
For any name not found in rooms data, rely on new
nio.HttpClient.get_displayname() function to get and cache it,
e.g. for our own name if no room is joined and past events from users
who left the room.

@futurize now returns PyQtFuture objects, wrapper for the
concurrent.futures.Future objects that can be used from QML,
to ensure name retrieval does not block the GUI.
2019-04-19 02:26:29 -04:00
..
model Proper display name retrieval implementation 2019-04-19 02:26:29 -04:00
__init__.py Reorganize backend files, show accounts in UI 2019-04-12 04:33:09 -04:00
backend.py Proper display name retrieval implementation 2019-04-19 02:26:29 -04:00
client_manager.py Proper display name retrieval implementation 2019-04-19 02:26:29 -04:00
client.py Proper display name retrieval implementation 2019-04-19 02:26:29 -04:00
html_filter.py html_filter: Don't wrap result in <html><body> 2019-04-18 11:32:32 -04:00
network_manager.py Make the SendBox work, send plaintext messages 2019-04-17 23:01:26 -04:00
pyqt_future.py Proper display name retrieval implementation 2019-04-19 02:26:29 -04:00
signal_manager.py Proper display name retrieval implementation 2019-04-19 02:26:29 -04:00