summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-17Merge branch 'fix-highlights' into 'master'Maxime Buquet
2020-05-17Fix highlight display on correctionsmathieui
2020-05-17Fix a corner case with correction when moving between highlightsmathieui
2020-05-17Fix highlight navigationmathieui
2020-05-17Remove extra loggingmathieui
2020-05-17Fix highlights colormathieui
2020-05-14Merge branch 'ci-doc' into 'master'Maxime Buquet
2020-05-14CI: limit the doc deploy job to master on poezio/poezioMaxime “pep” Buquet
2020-05-14Merge branch 'reorder-gaptab' into 'master'Maxime Buquet
2020-05-14plugins/reorder: fix GapTab serializationMaxime “pep” Buquet
2020-05-13Merge branch 'reorder-plugin-handle-corner-case' into 'master'Maxime Buquet
2020-05-12Fix an issue where the reorder plugin would not create gapsmathieui
2020-05-12Merge branch 'fix-composing-tab-state-case' into 'master'Maxime Buquet
2020-05-12Fix a bug when the value of show_composing_chat_state is not lowercasemathieui
2020-05-12Merge branch 'feature/unique-prefix-tab-names' into 'master'mathieui
2020-05-12Add keyboard action to go to room by unique prefixJonas Schäfer
2020-05-12Add option to show only the unique prefix of tab namesJonas Schäfer
2020-05-12Add /wup commandJonas Schäfer
2020-05-12Add function to find a tab by unique prefixJonas Schäfer
2020-05-12Add function to calculate unique prefix of two stringsJonas Schäfer
2020-05-12Merge branch 'upload-exceptions' into 'master'Maxime Buquet
2020-05-12plugins/upload: handle more exceptionsMaxime “pep” Buquet
2020-05-12Merge branch 'muc-barejid-info' into 'master'Maxime Buquet
2020-05-12poezio.core.handlers: Treat MUC Barejid message as infoMaxime “pep” Buquet
2020-05-10Merge branch 'move-deny-remove-global-scope' into 'master'Maxime Buquet
2020-05-10Move /deny and /remove to global scope as wellmathieui
2020-05-10Fix completion and function names for /accept and /addmathieui
2020-05-09Add back the deny_anonymous decorator to /add and /acceptmathieui
2020-05-09Move the deny_anonymous decorator to the poezio.decorators modulemathieui
2020-05-09Merge branch 'split-message-rendering' into 'master'mathieui
2020-05-09affiliations: Use InfoMessage in add_message callMaxime “pep” Buquet
2020-05-09Don't highlight on reflected messagesMaxime “pep” Buquet
2020-05-09Ensure muc history messages are considered historyMaxime “pep” Buquet
2020-05-09Fix highlights by introducing a delayed property on ui.types.MessageMaxime “pep” Buquet
2020-05-09Fix tests for message renderingmathieui
2020-05-09Fix /me messagesmathieui
2020-05-09Fix a bug in message editionmathieui
2020-05-09Fix a bug when using /dump in xmltabmathieui
2020-05-09Typing improvementsmathieui
2020-05-09WIP: update muctab.add/log messagemathieui
2020-05-09Add the new package to setup.pymathieui
2020-05-09Pass a message to add_message instead of messed up kwargs everywheremathieui
2020-05-09Only keep one TextWin alivemathieui
2020-05-09Fix attention handlermathieui
2020-05-09Add tests for ui-related funcsmathieui
2020-05-09Fix an issue in xmllog rendering due to wrong offsetmathieui
2020-05-09Add tests for the new modulesmathieui
2020-05-09Rewrite part of the message handling/renderingmathieui
2020-05-09Add a context manager in Win for colored textmathieui
2020-05-09Move message rendering code to Message.render()mathieui