summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-11-23Also handle muc_nickchange for /tell.Emmanuel Gil Peyrot
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
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
2017-11-12Fix list alignment in theming.pymathieui
2017-11-12yapf -irmathieui
2017-11-12Fix the bookmarks management windowmathieui
2017-10-23Include the JID blocked instead of "Contact"Kim Alvefur
2017-10-18Check whether curses.A_ITALIC exists, fixes a traceback on <em/> on Python < ...Emmanuel Gil Peyrot
2017-10-15Always refresh the MUC when setting or unsetting a user colormathieui
2017-10-14Fix #3316 (normal private messages in MUC do not open a private tab)mathieui
2017-10-14Fix xhtml tests, and add tests with css disabledmathieui
2017-10-14Fix a traceback when creating a conversation tabmathieui
2017-10-14Add support for italic on ^Ci.Emmanuel Gil Peyrot
2017-10-14Add an option to disable CSS parsing.Emmanuel Gil Peyrot
2017-10-14Add a refresh wrapper on the methods for scrolling the userlistmathieui
2017-10-14Use _ for unused arguments in tuple assignmentmathieui
2017-10-14Fix a bad indentationmathieui
2017-10-14Make remaining log.error/debug lazymathieui
2017-10-14Remove use of deprecated base64.encodestring methodmathieui
2017-10-14Do not call poezio commands when we can call methodsmathieui
2017-10-14Split the muctab recolor codemathieui
2017-10-14Split command_topic in muctabmathieui
2017-10-14Split command_info in muctabmathieui
2017-10-14Fix error presence handlingmathieui
2017-10-14Refactor nick and affiliation changesmathieui