summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-12Release poezio 0.12.1v0.12.1v0.12-fixesmathieui
2018-09-12Fix compatibility with python 3.5.2mathieui
2018-08-13Release poezio 0.12v0.12mathieui
2018-08-13Enable the vertical tabs by defaultEmmanuel Gil Peyrot
2018-08-13Update the required Python version in the docsEmmanuel Gil Peyrot
2018-08-13Update the supported Python versionsEmmanuel Gil Peyrot
2018-08-13Add myself as a maintainerEmmanuel Gil Peyrot
2018-08-13Switch the default use_log value to trueEmmanuel Gil Peyrot
2018-08-13Revert "Set enable_avatars to false until the colors issue is fixed"mathieui
2018-08-13Fix a typo in the AppData file.Emmanuel Gil Peyrot
2018-08-13Add an AppData fileEmmanuel Gil Peyrot
2018-08-13Add a Flatpak manifestEmmanuel Gil Peyrot
2018-08-12Update the OTR pluginmathieui
2018-08-11CI: fix pylint for python 3.7mathieui
2018-08-11Tests: make dummy tabs still inherit tabs.Tabmathieui
2018-08-11Update documentation (fix #3410)mathieui
2018-08-11Fix #3424 (fix receipts)mathieui
2018-08-11Update travis CImathieui
2018-08-09Do not install requirements.txt in the CI jobmathieui
2018-08-09Remove some more things linked with the gpg pluginmathieui
2018-08-09Add a pylint check on pluginsmathieui
2018-08-09yapf -ripmathieui
2018-08-09Fix some absolute importsmathieui
2018-08-09Fix the OTR pluginmathieui
2018-08-09Remove the GPG pluginmathieui
2018-08-08Merge branch 'muc-333' into 'master'mathieui
2018-08-08timed_events, plugin: Remove some DeprecationWarning on invalid escapes in do...Emmanuel Gil Peyrot
2018-08-08Change the leave message on 333 MUC statusMaxime “pep” Buquet
2018-08-08Merge branch 'muc-333' into 'master'mathieui
2018-08-07Display MUC status 333 as a leave even if 307 is includedMaxime “pep” Buquet
2018-08-07Fix the python-otr egg fragmentmathieui
2018-08-05Merge branch 'fix-my-name' into 'master'louiz’
2018-08-05README.rst: Fix my nameMaxime “pep” Buquet
2018-08-01Fix some leftover issues with tab handlingmathieui
2018-07-28CHANGELOG: Add a summary of what happened since 0.11.Emmanuel Gil Peyrot
2018-07-28requirements-plugins: Add pygments for code plugin.Emmanuel Gil Peyrot
2018-07-28requirements-plugins: Add aiohttp for upload plugin.Emmanuel Gil Peyrot
2018-07-28doc: Mark 0066 as partly supported thanks to embed plugin.Emmanuel Gil Peyrot
2018-07-28basetabs: Remove remote_wants_chatstates stubs.Emmanuel Gil Peyrot
2018-07-28plugins: Switch exec and upload to async/await.Emmanuel Gil Peyrot
2018-07-27Fix RGB parsing in colors.pymathieui
2018-07-23update.sh: Check for Python 3.5+ instead of 3.4+.Emmanuel Gil Peyrot
2018-07-23More typingmathieui
2018-07-23Make KeyDict still inherit from dictmathieui
2018-07-23Light refactoring + typingmathieui
2018-07-23Fix "go_to_previous_tab" and remove the usage of Command.win to move internallymathieui
2018-07-23Use the event handler to refresh when the tab changesmathieui
2018-07-23Fix unittests for python 3.5mathieui
2018-07-23Test other python versionsmathieui
2018-07-23yapf -irEmmanuel Gil Peyrot