summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-14Fix binary openingmathieui
2018-01-13Fix gitlab-ci yamlmathieui
2018-01-13Add a gitlab-ci yapf checkmathieui
2018-01-13yapf -irmathieui
2018-01-13Enforce HOME, TERM, and PATH env vars when runningmathieui
Instead of showing an ugly traceback
2018-01-13Open and write logs and config files in utf-8mathieui
2018-01-10Fix typos, thanks `codespell`!Emmanuel Gil Peyrot
2017-12-27Fix #3354 (wrong formatting for /code messages)mathieui
Acks were asked for and received, but /xhtml was bad
2017-12-27Fix #3361 (/correct [tab][tab] breaks the line)mathieui
2017-12-27Do not show a message as bounced if it was acked by a clientmathieui
Fixes #3365
2017-12-27Test all known python versions in travaismathieui
2017-12-20Set bookmark_on_join default value to falsemathieui
too many pitfalls
2017-12-19disco plugin: Fix traceback on unknown FORM_TYPE.Emmanuel Gil Peyrot
2017-12-19Add documentation for /disco.Emmanuel Gil Peyrot
2017-12-19Add a disco#info plugin, /disco.Emmanuel Gil Peyrot
2017-12-01Build after testing, and not the oppositemathieui
2017-11-28Do not use the /join interface on nickname conflictmathieui
Therefore do not add bookmarks while doing this, it is wrong.
2017-11-28Pin requirements and update dependenciesmathieui
2017-11-28Merge branch 'feature/xep0392-based-on-nickname' of ↵mathieui
https://github.com/horazont/poezio
2017-11-28XEP-0392 MUC: re-color users on nickname changeJonas Wielicki
2017-11-27Update documentationmathieui
2017-11-26XEP-0392 MUC: Base User color solely on nicknameJonas Wielicki
2017-11-24Remove bogus checks for resource features.Emmanuel Gil Peyrot
2017-11-24config: Switch the default for show_muc_jid from True to False.Emmanuel Gil Peyrot
2017-11-24bookmarks: Set the bookmark name to the localpart.Emmanuel Gil Peyrot
2017-11-24muctab: Display the bookmark name when available, instead of the localpart.Emmanuel Gil Peyrot
2017-11-23Update the documentation to reflect the removal of features.Emmanuel Gil Peyrot
2017-11-23Remove all remote_wants_chatstates logic, keep the stubs.Emmanuel Gil Peyrot
2017-11-23Remove resource locking in DynamicConversationTab.Emmanuel Gil Peyrot
2017-11-23Include MUCs in /presence autocompletion.Emmanuel Gil Peyrot
Fixes #3347.
2017-11-23Also handle muc_nickchange for /tell.Emmanuel Gil Peyrot
Fixes #3349.
2017-11-23Add an autojoined bookmark on /join.Emmanuel Gil Peyrot
2017-11-22Fix the case when we receive an unavailable presence while joiningmathieui
2017-11-21Refactor logger.py to make it more testablemathieui
Also fixes: - release the message log mmap when we are done with it - Write the right character in log lines
2017-11-20Build documentation in CI toomathieui
2017-11-20Add a check for vulnerabilities in dependencies in gitlab-cimathieui
2017-11-20Don’t pin on very old aiodns and pycares versionsmathieui
2017-11-19setup.py: Use $PYTHON instead of hardcoding python3.Emmanuel Gil Peyrot
2017-11-15Update gitlab-ci yamlmathieui
2017-11-14Make italics workmathieui
2017-11-14yapf -irEmmanuel Gil Peyrot
2017-11-14self-ping: add 'timeout' option for ping responseGeorg Lukas
2017-11-14self-ping: rename option from 'delay' to 'interval'Georg Lukas
2017-11-13Fix a typo in the docsmathieui
2017-11-12Replace italics with reversed when the curses module is too old to support it.Emmanuel Gil Peyrot
2017-11-12Show support for 0392mathieui
2017-11-12Move definition of CCG_PALETTE to Theme objectJonas Wielicki
2017-11-12Fix ranges for ncurses to rgb conversionJonas Wielicki
2017-11-12Add support for XEP-0392 (Consistent Color Generation)Jonas Wielicki
2017-11-12Remove unused variablesmathieui