summaryrefslogtreecommitdiff
path: root/poezio/config.py
AgeCommit message (Collapse)Author
2017-10-08Add a cache for vCard avatars.Emmanuel Gil Peyrot
2017-10-07Display contact avatar in the roster.Emmanuel Gil Peyrot
Implements XEP-0084 and XEP-0153.
2016-10-23Added information_popup_type_filter that allow toLuke Marlin
filter an entire type of messages such as 'roster' 'error' 'information' or 'debug'
2016-10-09Remove the resource option from the configuration.Emmanuel Gil Peyrot
It’s considered bad practice nowadays to force a specific resource, it can lead to presence leaks or reconnection loops so should be avoided. Moreover this was already possible in the jid option, by setting it to user@domain/resource, setting it would append it a second time in that case.
2016-08-29Remove an except block targetting Python 3.1.Emmanuel Gil Peyrot
2016-07-30Disable unused logging levels, makes logging.debug about 25 times faster.Emmanuel Gil Peyrot
2016-06-30Absolute imports everywheremathieui
2016-06-27Make all relative imports explicit.Emmanuel Gil Peyrot
2016-06-12Increase ping timeout delays (now that the ping actually works)mathieui
2016-06-12Disable smacks by defaultmathieui
2016-06-11Move the src directory to poezio, for better cython compatibility.Emmanuel Gil Peyrot