summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-07-04Use pathlib.Path and poezio.xdg to complete themes.Emmanuel Gil Peyrot
2018-07-04Move XDG basedir functions to the poezio.xdg module.Emmanuel Gil Peyrot
2018-07-03Use the new config.get_default_config_dir() in plugin_manager.Emmanuel Gil Peyrot
2018-07-03Only create the config dir after parsing the CLI args.Emmanuel Gil Peyrot
2018-07-02Switch from @asyncio.coroutine to async def everywhere.Emmanuel Gil Peyrot
2018-07-01Merge branch 'information_popup' into 'master'Link Mauve
2018-07-01Replace information_popup_type_filter occurences with correct namingMaxime “pep” Buquet
2018-06-28Factorise code in logger.Emmanuel Gil Peyrot
2018-06-28Reintroduce the concept of resource, but named device_id and generated.Emmanuel Gil Peyrot
2018-06-28Replace the '%s' % var pattern with str(var).Emmanuel Gil Peyrot
2018-06-07Add a check for Unicode support.Emmanuel Gil Peyrot
2018-05-31MUC-PM: bare-JID messages can't be PMsGeorg Lukas
2018-05-30disco plugin: Allow any dataform to be displayed.Emmanuel Gil Peyrot
2018-05-23Merge remote-tracking branch 'lab/master'louiz’
2018-05-23Merge branch 'config_data_dir' into 'master'louiz’
2018-05-22Fix traceback introduced in aa816640a8531889e5ee2dac14ccb8dad5cbc055.Emmanuel Gil Peyrot
2018-05-16Cancel a paused chatstate after 30s.Emmanuel Gil Peyrot
2018-05-16doc: Add documentation for the new embed plugin.Emmanuel Gil Peyrot
2018-05-16Initial start with the embed commandSeve
2018-05-14config: Add DATA_DIR global constantMaxime “pep” Buquet
2018-05-14config: Reject relative XDG basedir paths.Emmanuel Gil Peyrot
2018-05-14config: Use lowercase for local variables.Emmanuel Gil Peyrot
2018-04-25Fetch all MUC history on first joinMaxime “pep” Buquet
2018-04-01Sent Carbon: handle MUC-PMs properly. Fix #3294Georg Lukas
2018-04-01MUC-PM handler: support 'sent' messages (for Carbons)Georg Lukas
2018-03-31Partially revert a9008d38365c79deef74c3322b152dbedc193fd0, stop pinning slixmpp.Emmanuel Gil Peyrot
2018-03-31Import TemporaryFile in setup.py.Emmanuel Gil Peyrot
2018-03-31Import the subprocess module directly in setup.py.Emmanuel Gil Peyrot
2018-03-31Import the os module directly in setup.py.Emmanuel Gil Peyrot
2018-03-31Return 2 on exit when Python.h is missing.Emmanuel Gil Peyrot
2018-03-31Abort if Python.h isn’t found.Emmanuel Gil Peyrot