index
:
poezio
ci-test
keepalive-log
main
new-tabs
no-resource
pubsub
roezio
self-ping
slix
slots_test
test-ci
v0.12-fixes
v0.8-fixes
xdg-desktop-portal
console XMPP client in python3
louiz@louiz.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-07-21
yapf -rip
mathieui
2018-07-21
Fix the segfault on exit
mathieui
2018-07-21
Fix the config tests
mathieui
2018-07-21
config: Cast Path to str() before passing it to copy2.
Emmanuel Gil Peyrot
2018-07-19
config: Try to create the logs directory before setting up error logs.
Emmanuel Gil Peyrot
2018-07-16
Fix custom theme loading under Python 3.5.
Emmanuel Gil Peyrot
2018-07-14
Remove extraneous ", " in Message.__repr__.
Emmanuel Gil Peyrot
2018-07-14
Stop making classes inherit from object.
Emmanuel Gil Peyrot
2018-07-10
common: Simplify get_os_info() using pathlib.Path().
Emmanuel Gil Peyrot
2018-07-10
common: Remove unused get_base64_from_file() function.
Emmanuel Gil Peyrot
2018-07-09
xhtml: Add forgotten import of Path.
Emmanuel Gil Peyrot
2018-07-08
Also reload plugins configuration on /reload
Maxime “pep” Buquet
2018-07-08
Fix loading plugins.
Emmanuel Gil Peyrot
2018-07-08
logger: Use pathlib.Path.open() instead of open().
Emmanuel Gil Peyrot
2018-07-08
config: Use pathlib.Path.open() instead of open().
Emmanuel Gil Peyrot
2018-07-08
config: Replace the config file with its new version, rather than copy2/remove.
Emmanuel Gil Peyrot
2018-07-08
tabs.rostertab: Use Path for file completion.
Emmanuel Gil Peyrot
2018-07-08
core.commands: Remove implicit conversion from Path to str in /set.
Emmanuel Gil Peyrot
2018-07-08
plugin: Use the provided pathlib.Path.
Emmanuel Gil Peyrot
2018-07-08
Add some more str() on Paths…
Emmanuel Gil Peyrot
2018-07-05
Add a few more str() on pathlib.Path objects.
Emmanuel Gil Peyrot
2018-07-05
Add a bunch of str() to convert pathlib.Path into str.
Emmanuel Gil Peyrot
2018-07-05
logger: Fix a typo when creating the logs directory.
Emmanuel Gil Peyrot
2018-07-05
core.handlers: Correctly import get_image_cache() from poezio.config.
Emmanuel Gil Peyrot
2018-07-05
config: Pass a str rather than a Path to RawConfigParser, fixes Python 3.5 s...
Emmanuel Gil Peyrot
2018-07-05
config: Stop using os.path to split pathlib.Path objects.
Emmanuel Gil Peyrot
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
[prev]
[next]