Age | Commit message (Expand) | Author |
2018-07-04 | Factorise FIFO filename creation. | Emmanuel Gil Peyrot |
2018-07-04 | Simplify plugins path changes. | Emmanuel Gil Peyrot |
2018-07-04 | plugin_manager: Add back forgotten self. | Emmanuel Gil Peyrot |
2018-07-04 | config: remove check_create_log_dir(). | Emmanuel Gil Peyrot |
2018-07-04 | logger: Use LOG_DIR being a pathlib.Path rather than a string, remove os. | Emmanuel Gil Peyrot |
2018-07-04 | Remove the data_dir option, and replace it with XDG_DATA_HOME. | Emmanuel Gil Peyrot |
2018-07-04 | OTR plugin: Use the new poezio.xdg module. | Emmanuel Gil Peyrot |
2018-07-04 | Replace config.CACHE_DIR with xdg.CACHE_HOME. | Emmanuel Gil Peyrot |
2018-07-04 | a | Emmanuel Gil Peyrot |
2018-07-04 | Factorise retrieving tmp_image_dir. | Emmanuel Gil Peyrot |
2018-07-04 | xhtml: Simplify tmp_dir/extract_images into a single Option<str> parameter. | Emmanuel Gil Peyrot |
2018-07-04 | Use pathlib.Path and poezio.xdg to load themes. | Emmanuel Gil Peyrot |
2018-07-04 | Use pathlib.Path and poezio.xdg to complete themes. | Emmanuel Gil Peyrot |
2018-07-04 | Move XDG basedir functions to the poezio.xdg module. | Emmanuel Gil Peyrot |
2018-07-03 | Use the new config.get_default_config_dir() in plugin_manager. | Emmanuel Gil Peyrot |
2018-07-03 | Only create the config dir after parsing the CLI args. | Emmanuel Gil Peyrot |
2018-07-02 | Switch from @asyncio.coroutine to async def everywhere. | Emmanuel Gil Peyrot |
2018-07-01 | Merge branch 'information_popup' into 'master' | Link Mauve |
2018-07-01 | Replace information_popup_type_filter occurences with correct naming | Maxime “pep” Buquet |
2018-06-28 | Factorise code in logger. | Emmanuel Gil Peyrot |
2018-06-28 | Reintroduce the concept of resource, but named device_id and generated. | Emmanuel Gil Peyrot |
2018-06-28 | Replace the '%s' % var pattern with str(var). | Emmanuel Gil Peyrot |
2018-06-07 | Add a check for Unicode support. | Emmanuel Gil Peyrot |
2018-05-31 | MUC-PM: bare-JID messages can't be PMs | Georg Lukas |
2018-05-30 | disco plugin: Allow any dataform to be displayed. | Emmanuel Gil Peyrot |
2018-05-23 | Merge remote-tracking branch 'lab/master' | louiz’ |
2018-05-23 | Merge branch 'config_data_dir' into 'master' | louiz’ |
2018-05-22 | Fix traceback introduced in aa816640a8531889e5ee2dac14ccb8dad5cbc055. | Emmanuel Gil Peyrot |
2018-05-16 | Cancel a paused chatstate after 30s. | Emmanuel Gil Peyrot |
2018-05-16 | doc: Add documentation for the new embed plugin. | Emmanuel Gil Peyrot |
2018-05-16 | Initial start with the embed command | Seve |
2018-05-14 | config: Add DATA_DIR global constant | Maxime “pep” Buquet |
2018-05-14 | config: Reject relative XDG basedir paths. | Emmanuel Gil Peyrot |
2018-05-14 | config: Use lowercase for local variables. | Emmanuel Gil Peyrot |
2018-04-25 | Fetch all MUC history on first join | Maxime “pep” Buquet |
2018-04-01 | Sent Carbon: handle MUC-PMs properly. Fix #3294 | Georg Lukas |
2018-04-01 | MUC-PM handler: support 'sent' messages (for Carbons) | Georg Lukas |
2018-03-31 | Partially revert a9008d38365c79deef74c3322b152dbedc193fd0, stop pinning slixmpp. | Emmanuel Gil Peyrot |
2018-03-31 | Import TemporaryFile in setup.py. | Emmanuel Gil Peyrot |
2018-03-31 | Import the subprocess module directly in setup.py. | Emmanuel Gil Peyrot |
2018-03-31 | Import the os module directly in setup.py. | Emmanuel Gil Peyrot |
2018-03-31 | Return 2 on exit when Python.h is missing. | Emmanuel Gil Peyrot |
2018-03-31 | Abort if Python.h isn’t found. | Emmanuel Gil Peyrot |
2018-03-31 | Remove unused import. | Emmanuel Gil Peyrot |
2018-03-31 | Use slixmpp’s new cache module for avatars too. | Emmanuel Gil Peyrot |
2018-03-31 | Use the new slixmpp filesystem cache to store caps. | Emmanuel Gil Peyrot |
2018-03-14 | Factorise the /version callback and make it handle errors | Emmanuel Gil Peyrot |
2018-03-12 | Add a “name” column to /bookmarks. | Emmanuel Gil Peyrot |
2018-03-11 | upload plugin: Don’t insert invalid URL after HTTP upload failed. | Emmanuel Gil Peyrot |
2018-03-09 | Add a check for slixmpp xep_0363 plugin. | Emmanuel Gil Peyrot |