summaryrefslogtreecommitdiff
path: root/poezio
AgeCommit message (Expand)Author
2018-08-11Fix #3424 (fix receipts)mathieui
2018-08-09yapf -ripmathieui
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-07Display MUC status 333 as a leave even if 307 is includedMaxime “pep” Buquet
2018-08-01Fix some leftover issues with tab handlingmathieui
2018-07-28basetabs: Remove remote_wants_chatstates stubs.Emmanuel Gil Peyrot
2018-07-27Fix RGB parsing in colors.pymathieui
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-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
2018-07-22Do not complete fulljids in /message (Fix #3405)mathieui
2018-07-21Fix Python 3.5 compatibility (no PEP 526)mathieui
2018-07-21Fix some issues found by pylintmathieui
2018-07-21Split type declarations from __init__mathieui
2018-07-21Fix /reordermathieui
2018-07-21Fix the move_tab commandmathieui
2018-07-21new tabs: apply reviewmathieui
2018-07-21Update poezio for the new tabs modulemathieui
2018-07-21Add a tabs management modulemathieui
2018-07-21Add exceptions for some pylint errorsmathieui
2018-07-21yapf -ripmathieui
2018-07-21Fix the segfault on exitmathieui
2018-07-21config: Cast Path to str() before passing it to copy2.Emmanuel Gil Peyrot
2018-07-19config: Try to create the logs directory before setting up error logs.Emmanuel Gil Peyrot
2018-07-16Fix custom theme loading under Python 3.5.Emmanuel Gil Peyrot
2018-07-14Remove extraneous ", " in Message.__repr__.Emmanuel Gil Peyrot
2018-07-14Stop making classes inherit from object.Emmanuel Gil Peyrot
2018-07-10common: Simplify get_os_info() using pathlib.Path().Emmanuel Gil Peyrot