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-23
Light refactoring + typing
mathieui
2018-07-23
Fix "go_to_previous_tab" and remove the usage of Command.win to move internally
mathieui
2018-07-23
Use the event handler to refresh when the tab changes
mathieui
2018-07-23
Fix unittests for python 3.5
mathieui
2018-07-23
Test other python versions
mathieui
2018-07-23
yapf -ir
Emmanuel Gil Peyrot
2018-07-23
text_buffer: Fix Message not being defined from inside Message’s definition.
Emmanuel Gil Peyrot
2018-07-23
windows: Reexport BaseTextWin to fix f107ecd9536d114a1aef54ce426b5b5c7c97861f.
Emmanuel Gil Peyrot
2018-07-22
Replace list() with [] everywhere.
Emmanuel Gil Peyrot
2018-07-22
text_buffer: Add typing information.
Emmanuel Gil Peyrot
2018-07-22
poopt: 😆’s length should be 2, not 1.
Emmanuel Gil Peyrot
2018-07-22
theming: Add typing information.
Emmanuel Gil Peyrot
2018-07-22
xhtml: Fix a few typing errors.
Emmanuel Gil Peyrot
2018-07-22
config: Default LOG_DIR to the local Path.
Emmanuel Gil Peyrot
2018-07-22
logger: Use an option_fd when we know open can fail.
Emmanuel Gil Peyrot
2018-07-22
coucou
Emmanuel Gil Peyrot
2018-07-22
logger: Don’t reassign maybe opened fd to self._fds[room].
Emmanuel Gil Peyrot
2018-07-22
logger: Add missing “return None” statements.
Emmanuel Gil Peyrot
2018-07-22
logger: Add typing information.
Emmanuel Gil Peyrot
2018-07-22
Fix /message
mathieui
2018-07-22
Fix close_all and change_title plugins
mathieui
2018-07-22
Add type hints here and there
mathieui
2018-07-22
Do not complete fulljids in /message (Fix #3405)
mathieui
2018-07-21
Fix Python 3.5 compatibility (no PEP 526)
mathieui
2018-07-21
Fix some issues found by pylint
mathieui
2018-07-21
Split type declarations from __init__
mathieui
2018-07-21
Fix /reorder
mathieui
2018-07-21
Fix the move_tab command
mathieui
2018-07-21
new tabs: apply review
mathieui
2018-07-21
Add tests for the new tabs module
mathieui
2018-07-21
Update poezio for the new tabs module
mathieui
2018-07-21
Add a tabs management module
mathieui
2018-07-21
Fix docker CI
mathieui
2018-07-21
Add exceptions for some pylint errors
mathieui
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
[prev]
[next]