summaryrefslogtreecommitdiff
path: root/poezio/config.py
AgeCommit message (Collapse)Author
2016-10-08Remove the resource option from the configuration.no-resourceEmmanuel 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