summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-21Add tests for the new tabs modulemathieui
2018-07-21Update poezio for the new tabs modulemathieui
2018-07-21Add a tabs management modulemathieui
2018-07-21Fix docker CImathieui
2018-07-21Add exceptions for some pylint errorsmathieui
2018-07-21yapf -ripmathieui
2018-07-21Fix the segfault on exitmathieui
2018-07-21Fix the config testsmathieui
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
2018-07-10common: Remove unused get_base64_from_file() function.Emmanuel Gil Peyrot
2018-07-09xhtml: Add forgotten import of Path.Emmanuel Gil Peyrot
2018-07-08Also reload plugins configuration on /reloadMaxime “pep” Buquet
2018-07-08Fix loading plugins.Emmanuel Gil Peyrot
2018-07-08logger: Use pathlib.Path.open() instead of open().Emmanuel Gil Peyrot
2018-07-08config: Use pathlib.Path.open() instead of open().Emmanuel Gil Peyrot
2018-07-08config: Replace the config file with its new version, rather than copy2/remove.Emmanuel Gil Peyrot
2018-07-08tabs.rostertab: Use Path for file completion.Emmanuel Gil Peyrot
2018-07-08core.commands: Remove implicit conversion from Path to str in /set.Emmanuel Gil Peyrot
2018-07-08plugin: Use the provided pathlib.Path.Emmanuel Gil Peyrot
2018-07-08Add some more str() on Paths…Emmanuel Gil Peyrot
2018-07-05Add a few more str() on pathlib.Path objects.Emmanuel Gil Peyrot
2018-07-05Add a bunch of str() to convert pathlib.Path into str.Emmanuel Gil Peyrot
2018-07-05logger: Fix a typo when creating the logs directory.Emmanuel Gil Peyrot
2018-07-05core.handlers: Correctly import get_image_cache() from poezio.config.Emmanuel Gil Peyrot
2018-07-05config: Pass a str rather than a Path to RawConfigParser, fixes Python 3.5 s...Emmanuel Gil Peyrot
2018-07-05config: Stop using os.path to split pathlib.Path objects.Emmanuel Gil Peyrot
2018-07-04Factorise FIFO filename creation.Emmanuel Gil Peyrot
2018-07-04Simplify plugins path changes.Emmanuel Gil Peyrot
2018-07-04plugin_manager: Add back forgotten self.Emmanuel Gil Peyrot
2018-07-04config: remove check_create_log_dir().Emmanuel Gil Peyrot
2018-07-04logger: Use LOG_DIR being a pathlib.Path rather than a string, remove os.Emmanuel Gil Peyrot
2018-07-04Remove the data_dir option, and replace it with XDG_DATA_HOME.Emmanuel Gil Peyrot
2018-07-04OTR plugin: Use the new poezio.xdg module.Emmanuel Gil Peyrot
2018-07-04Replace config.CACHE_DIR with xdg.CACHE_HOME.Emmanuel Gil Peyrot
2018-07-04aEmmanuel Gil Peyrot
2018-07-04Factorise retrieving tmp_image_dir.Emmanuel Gil Peyrot
2018-07-04xhtml: Simplify tmp_dir/extract_images into a single Option<str> parameter.Emmanuel Gil Peyrot
2018-07-04Use pathlib.Path and poezio.xdg to load themes.Emmanuel Gil Peyrot