poezio/poezio
2018-07-05 12:25:39 +02:00
..
core Factorise FIFO filename creation. 2018-07-04 13:30:32 +02:00
tabs Fix traceback introduced in aa816640a8. 2018-05-22 12:01:39 +02:00
windows Replace the '%s' % var pattern with str(var). 2018-06-28 14:49:54 +02:00
__init__.py Launch poezio as a module package. 2016-06-27 23:54:50 +01:00
__main__.py Add a check for Unicode support. 2018-06-07 14:42:14 +02:00
args.py Only create the config dir after parsing the CLI args. 2018-07-03 12:32:37 +02:00
asyncio.py yapf -ir 2017-11-12 15:03:09 +01:00
bookmarks.py Fix typos, thanks codespell! 2018-01-10 02:13:35 +01:00
colors.py yapf -ir 2017-11-14 12:13:03 +00:00
common.py Fix typos, thanks codespell! 2018-01-10 02:13:35 +01:00
config.py config: Pass a str rather than a Path to RawConfigParser, fixes Python 3.5 support. 2018-07-05 12:25:39 +02:00
connection.py Replace config.CACHE_DIR with xdg.CACHE_HOME. 2018-07-04 12:47:02 +02:00
contact.py yapf -ir 2017-11-12 15:03:09 +01:00
daemon.py yapf -ir 2017-11-12 15:03:09 +01:00
decorators.py yapf -ir 2017-11-12 15:03:09 +01:00
events.py yapf -ir 2017-11-12 15:03:09 +01:00
fifo.py yapf -ir 2017-11-12 15:03:09 +01:00
fixes.py Factorise the /version callback and make it handle errors 2018-03-14 17:18:46 +01:00
keyboard.py yapf -ir 2017-11-12 15:03:09 +01:00
logger.py logger: Use LOG_DIR being a pathlib.Path rather than a string, remove os. 2018-07-04 13:11:24 +02:00
multiuserchat.py yapf -ir 2018-01-13 15:33:19 +01:00
pep.py yapf -ir 2017-11-12 15:03:09 +01:00
plugin.py yapf -ir 2017-11-12 15:03:09 +01:00
plugin_manager.py Simplify plugins path changes. 2018-07-04 13:28:13 +02:00
poezio.py config: remove check_create_log_dir(). 2018-07-04 13:14:17 +02:00
poezio_shlex.py yapf -ir 2017-11-12 15:03:09 +01:00
poopt.py yapf -ir 2017-11-12 15:03:09 +01:00
pooptmodule.c Fix some typos in pooptmodule. 2017-04-01 19:09:53 +01:00
roster.py yapf -ir 2017-11-12 15:03:09 +01:00
roster_sorting.py yapf -ir 2017-11-12 15:03:09 +01:00
size_manager.py yapf -ir 2017-11-12 15:03:09 +01:00
text_buffer.py Fix typos, thanks codespell! 2018-01-10 02:13:35 +01:00
theming.py Use pathlib.Path and poezio.xdg to load themes. 2018-07-04 12:07:31 +02:00
timed_events.py yapf -ir 2017-11-12 15:03:09 +01:00
user.py yapf -ir 2018-01-13 15:33:19 +01:00
xdg.py Move XDG basedir functions to the poezio.xdg module. 2018-07-04 12:07:31 +02:00
xhtml.py a 2018-07-04 12:43:46 +02:00