.. |
core
|
fix: tell pylint I know the curses module better
|
2021-04-15 21:37:27 +02:00 |
tabs
|
fix: when sendingg a muc message, send the inactive chatstate apart
|
2021-04-16 18:46:48 +02:00 |
ui
|
internal: add a different class for UI messages
|
2021-04-15 18:44:22 +02:00 |
windows
|
fix: display issue when changing show_timestamps value
|
2021-04-15 18:28:42 +02:00 |
__init__.py
|
Launch poezio as a module package.
|
2016-06-27 23:54:50 +01:00 |
__main__.py
|
|
|
args.py
|
refactor: move argument parsing away from config.py
|
2021-04-11 18:38:22 +02:00 |
asyncio_fix.py
|
refactor: rename poezio.asyncio module
|
2021-04-11 16:33:53 +02:00 |
bookmarks.py
|
fix: tons of type errors
|
2021-04-02 17:44:36 +02:00 |
colors.py
|
fix: tons of type errors
|
2021-04-02 17:44:36 +02:00 |
common.py
|
fix: remove all remaining safejids (fix #3457)
|
2021-04-12 20:43:51 +02:00 |
config.py
|
internal: remove more global state from config
|
2021-04-11 18:57:23 +02:00 |
connection.py
|
refactor: move argument parsing away from config.py
|
2021-04-11 18:38:22 +02:00 |
contact.py
|
fix: tons of type errors
|
2021-04-02 17:44:36 +02:00 |
daemon.py
|
|
|
decorators.py
|
typing: fix a bunch of type errors
|
2021-04-11 19:41:04 +02:00 |
events.py
|
from __future__ import annotations
|
2020-12-12 19:36:18 +01:00 |
fifo.py
|
|
|
fixes.py
|
misc: wrap some calls in ensure_future to prepare for slix API change
|
2021-02-27 11:10:11 +01:00 |
hsluv.py
|
Embed hsluv
|
2019-02-14 16:35:39 +01:00 |
keyboard.py
|
from __future__ import annotations
|
2020-12-12 19:36:18 +01:00 |
log_loader.py
|
fix: yield to the loop periodically when reading logs
|
2021-04-11 21:09:55 +02:00 |
logger.py
|
fix: handle single-line log files, and reentry into fd_busy
|
2021-04-15 21:28:32 +02:00 |
mam.py
|
internal: Remove now unused code from mam.py
|
2021-04-11 16:33:53 +02:00 |
multiuserchat.py
|
fix: remove all remaining safejids (fix #3457)
|
2021-04-12 20:43:51 +02:00 |
plugin.py
|
fix: plugin config
|
2021-04-02 17:44:36 +02:00 |
plugin_e2ee.py
|
fix: tons of type errors
|
2021-04-02 17:44:36 +02:00 |
plugin_manager.py
|
refactor: rewrite config.get() to getbool, getstr, getint…
|
2021-04-02 17:44:36 +02:00 |
poezio.py
|
internal: add more annotation and remove unused attributes
|
2021-04-15 19:35:54 +02:00 |
poezio_shlex.py
|
Stop making classes inherit from object.
|
2018-07-14 16:25:09 +02:00 |
poezio_shlex.pyi
|
Add a shlex pyi (based on upstream)
|
2020-06-01 09:09:09 +02:00 |
poopt.py
|
poopt: 😆’s length should be 2, not 1.
|
2018-07-22 17:31:25 +02:00 |
pooptmodule.c
|
|
|
roster.py
|
fix: remove all remaining safejids (fix #3457)
|
2021-04-12 20:43:51 +02:00 |
roster_sorting.py
|
yapf -ir
|
2017-11-12 15:03:09 +01:00 |
size_manager.py
|
|
|
text_buffer.py
|
refactor: rewrite config.get() to getbool, getstr, getint…
|
2021-04-02 17:44:36 +02:00 |
theming.py
|
internal: add a different class for UI messages
|
2021-04-15 18:44:22 +02:00 |
timed_events.py
|
from __future__ import annotations
|
2020-12-12 19:36:18 +01:00 |
types.py
|
fix: do not use Literal
|
2021-04-11 16:33:53 +02:00 |
user.py
|
muc: remove non-deterministic nick colors
|
2021-02-17 22:04:20 +01:00 |
version.py
|
Update version to 0.13.1
|
2020-05-31 17:50:19 +02:00 |
xdg.py
|
from __future__ import annotations
|
2020-12-12 19:36:18 +01:00 |
xhtml.py
|
fix: sax contenthandler import path
|
2021-04-02 17:44:36 +02:00 |