summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-11Fix #3424 (fix receipts)mathieui
2018-08-11Update travis CImathieui
2018-08-09Do not install requirements.txt in the CI jobmathieui
it builds cython which takes way too much time
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
It’s broken and nobody is using it as far as I know.
2018-08-08Merge branch 'muc-333' into 'master'mathieui
Change the leave message on 333 MUC status See merge request poezio/poezio!8
2018-08-08timed_events, plugin: Remove some DeprecationWarning on invalid escapes in ↵Emmanuel Gil Peyrot
docstrings.
2018-08-08Change the leave message on 333 MUC statusMaxime “pep” Buquet
Following the discussion in https://prosody.im/issues/939, and in the prosody@ room, this patch reflects the fact that the 333 status is not a normal leave, and displays the following if it is included: > "badger has left the room due to an error (reason)" Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-08-08Merge branch 'muc-333' into 'master'mathieui
Display MUC status 333 as a leave even if 307 is included See merge request poezio/poezio!7
2018-08-07Display MUC status 333 as a leave even if 307 is includedMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-08-07Fix the python-otr egg fragmentmathieui
2018-08-05Merge branch 'fix-my-name' into 'master'louiz’
README.rst: Fix my name See merge request poezio/poezio!6
2018-08-05README.rst: Fix my nameMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
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
Thanks nand for noticing
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
2018-07-23text_buffer: Fix Message not being defined from inside Message’s definition.Emmanuel Gil Peyrot
2018-07-23windows: Reexport BaseTextWin to fix f107ecd9536d114a1aef54ce426b5b5c7c97861f.Emmanuel Gil Peyrot
2018-07-22Replace list() with [] everywhere.Emmanuel Gil Peyrot
2018-07-22text_buffer: Add typing information.Emmanuel Gil Peyrot
2018-07-22poopt: 😆’s length should be 2, not 1.Emmanuel Gil Peyrot
2018-07-22theming: Add typing information.Emmanuel Gil Peyrot
2018-07-22xhtml: Fix a few typing errors.Emmanuel Gil Peyrot
2018-07-22config: Default LOG_DIR to the local Path.Emmanuel Gil Peyrot
2018-07-22logger: Use an option_fd when we know open can fail.Emmanuel Gil Peyrot
2018-07-22coucouEmmanuel Gil Peyrot
2018-07-22logger: Don’t reassign maybe opened fd to self._fds[room].Emmanuel Gil Peyrot
2018-07-22logger: Add missing “return None” statements.Emmanuel Gil Peyrot
2018-07-22logger: Add typing information.Emmanuel Gil Peyrot
2018-07-22Fix /messagemathieui
2018-07-22Fix close_all and change_title pluginsmathieui
2018-07-22Add type hints here and theremathieui