.. |
core
|
Fix the message doubling situation
|
2021-06-22 23:26:49 +02:00 |
tabs
|
fix: do not include the nick in affiliation changes
|
2021-06-25 21:49:32 +02:00 |
ui
|
internal: add a different class for UI messages
|
2021-04-15 18:44:22 +02:00 |
windows
|
Fix: do not scroll right by default in dataforms/bookmark text
|
2021-05-25 19:01:50 +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
|
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
|
fix: do not traceback on invalid jids in config.get_by_servname
|
2021-04-20 18:55:56 +02:00 |
connection.py
|
internal: remove the xep-0319 implementation
|
2021-04-16 19:40:11 +02:00 |
contact.py
|
fix: tons of type errors
|
2021-04-02 17:44:36 +02:00 |
daemon.py
|
yapf -ir
|
2017-11-12 15:03:09 +01:00 |
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
|
Stop making classes inherit from object.
|
2018-07-14 16:25:09 +02:00 |
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 the message doubling situation
|
2021-06-22 23:26:49 +02:00 |
logger.py
|
fix: handle /me message properly when logging
|
2021-04-16 20:35:24 +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
|
poopt: 😆’s length should be 2, not 1.
|
2018-07-22 17:31:25 +02:00 |
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
|
Stop making classes inherit from object.
|
2018-07-14 16:25:09 +02:00 |
text_buffer.py
|
fix: correction time in one to one tabs (fix #3532)
|
2021-04-16 19:25:57 +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 |