moment/harmonyqml/backend
miruka aa55ffbc6a Prevent queuing lots of setTypingState
@futurize() is now called with parentheses and can take a max_instances
int argument. This is used for setTypingState to not have more than one
queued calls per room and True/False state and avoids bombing the server
with old ephemeral events after a network loss and reconnection.
2019-04-19 18:21:19 -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 Prevent queuing lots of setTypingState 2019-04-19 18:21:19 -04:00
client_manager.py Proper display name retrieval implementation 2019-04-19 02:26:29 -04:00
client.py Prevent queuing lots of setTypingState 2019-04-19 18:21:19 -04:00
html_filter.py Handle network errors 2019-04-19 16:15:21 -04:00
network_manager.py Socket timeouts, always HTTP reconnect on errors 2019-04-19 17:17:37 -04:00
pyqt_future.py Prevent queuing lots of setTypingState 2019-04-19 18:21:19 -04:00
signal_manager.py Proper display name retrieval implementation 2019-04-19 02:26:29 -04:00