| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: poezio | Distribution: openSUSE Tumbleweed |
| Version: 0.18 | Vendor: openSUSE |
| Release: 1.3 | Build date: Tue Jun 16 15:59:29 2026 |
| Group: Productivity/Networking/Other | Build host: reproducible |
| Size: 3384822 | Source RPM: poezio-0.18-1.3.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://poez.io/en/ | |
| Summary: XMPP Client for the Console | |
Poezio is a console-based client for XMPP, the protocol on which the Jabber IM network is built. The network can be conneced to without having to create an account and join various chatrooms immediately. The client tries to look similar to the weechat/irssi IRC clients and many commands are identical. Configuration can be done in a configuration file or directly from the client.
MIT
* Tue Jun 16 2026 Michael Vetter <mvetter@suse.com>
- Update to 0.18:
Features:
* Implementation of Message Retraction (XEP-0424) as the sending side.
* Various improvements to the react plugin, notably a way to convert :emoji: aliases to real emojis.
* Overhaul of the hide_exit_join option (more in the next section).
* Updates to hide_exit_join
Fixes:
* The API used internally for message retraction or moderation is no longer limited to the last 100 messagess.
* Fixed the config file handling on Guix or related distributions where the
config file could actually be a symlink (in which case it produced
undesired behavior).
* Custom plugin and theme load should keep working on python 3.15, which
removes a number of deprecated APIs in python’s importlib.
* The /xhtml command had been broken for a while.
* Some coroutines in the admin or irc plugin were not awaited, which broke
functionality and produced unwanted errors in the output.
* Fixed a traceback when receiving reactions from an unopened conversation.
* Fixed a display bug in semi-anonymous rooms showing the room jid
(room@server/nick) for users when joining/leaving, which is useless.
* Fixed a case where self-ping would be disabled when the room disconnects us, instead of trying to rejoin later.
* Tue Jun 16 2026 Michael Vetter <mvetter@suse.com>
- Update to 0.17:
* Message Reactions
* Tue Jun 16 2026 Michael Vetter <mvetter@suse.com>
- Update to 0.16.1:
Features:
* Handle redacted/moderated messages in /display_corrections as well
Fixes:
* A bug in occupant comparison introduced in 0.16, leading to inconsistent MUC state in some cases.
* Several fixes to MAM syncing and history gaps in MUC, which should be more reliable (but not perfect yet).
* Issues around MUC self-ping (XEP-0410) where you could not ever leave a room if it was enabled.
* A bug in the new tcp-reconnect plugin which would traceback when disconnected.
* Loading issues with plugins defined in entrypoints, of which the most common is poezio-omemo.
Internal:
* Introduction of a harsher linting pipeline.
* Plenty of typing and linting fixes.
* Added poezio-omemo to the plugins list in pyproject, for easier installation.
* Tue Jun 16 2026 Michael Vetter <mvetter@suse.com>
- Update to 0.16:
Features:
* Receiving side of moderation (XEP-0425) and retraction (XEP-0424) events
* New /report plugin to report spam (XEP-0377)
* New /tcp-reconnect to kill TCP connections on faulty networks (#3406).
* Due to the CA store usage default on 0.15, the historical TOFU way of
managing certs in poezio was broken. There is now a tls_verify_cert option
that can be set to false if the user wishes so.
Fixes:
* Several fixes around carbons (XEP-0280) (#3626, #3627)
* The roster is now kept until the XMPP session ends (which means on a
disconnect with smacks (XEP-0198) enabled, the roster is kept until the
session timeouts) (#3614)
* Traceback in /affiliations due to slixmpp’s rust JID rewrite
* Traceback in the /bookmarks tab
* Infinite syncing of MAM history due to bad paging
* Saving remote MUC bookmarks no longer force the JID as bookmark name
* pkg_resources is no longer used.
* Plenty of deprecationwarnings have been removed.
* /set option=value would handle the = wrong and display the wrong thing.
Internal:
* Plenty of typing updates and fixes
Removals:
* Removal of uv as a first-party target for launch/update.sh (no vcware).
* Removal of remaining origin-id usage.
* Tue Jun 16 2026 Michael Vetter <mvetter@suse.com>
- Update to 0.15:
Features:
* A new moderate plugin (for XEP-0425 moderation).
* Better self-ping (through the use of the slixmpp now builtin XEP-0410 plugin).
* Use the system CA store by default.
* Add a Ctrl-↑ shortcut to run /correct on the last message.
* Poezio benefits from the recent slixmpp improvements, which means it can
now transparently use Direct TLS as well as StartTLS.
Fixes:
* Duplicated first message in conversation/private tab.
* The many "clone" users in a room roster when on a spotty connection.
* Python 3.13 and 3.14 compatibility (plenty of deprecations and removals).
* Plenty of type checking mistakes and minor bugs spotted by mypy and pylint.
Removals:
* Only python 3.11 and up is supported (was: 3.7).
* The OTR plugin has been removed.
* The launch/update.sh have been heavily simplified to use the uv tool
instead of custom logic. It will be updated in the future to be able to run
on pipx too, as uv is not available on some platforms.
* Wed Feb 21 2024 Michael Vetter <mvetter@suse.com>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN.
- Update source URL
* Tue Dec 06 2022 Michael Vetter <mvetter@suse.com>
- Update to 0.14:
Configuration changes:
* ADDED: `mam_sync`, `mam_sync_limit`.
* ADDED: `autocolor_tab_names`.
* CHANGED: `ca_cert_path` is commented out. Poezio will attempt to guess
common CA bundle paths. The option can be used to overwrite this behaviour.
* REMOVED: `force_remote_bookmarks`.
* REMOVED: options related to activity, mood, gaming, tune:
`enable_user_activity`, `enable_user_mood`, `enable_user_gaming`,
`enable_user_tune`, `display_activity_notifications`,
`display_mood_notifications`, `display_gaming_notifications`,
`display_tune_notifications`.
* REMOVED: `deterministic_muc_colors`.
Changes:
* DEPRECATION: /leave is deprecated. Use /part or /close instead.
* REMOVED: rich presence (activity, mood, gaming, tune) from poezio, alongside
with configuration options and commands: /activity, /mood,
and /gaming. These are moved to the new user_extras plugin.
* REMOVED: non-deterministic nick colors in MUC.
* REMOVED: XEP-0319 support removed for privacy and performance.
* REMOVED: Support for pypy3 with the removal of poopt.py
* ADDED: New /request_voice command for moderated rooms
* ADDED: /join: support using an XMPP URI (xmpp:...?join)
* ADDED: /destroy_room: new optional reason and altroom arguments
* ADDED: Newlines now considered as word separator in input manipulation (#3411)
* ADDED: Colored tab names or number using Consistent Color Generation behind
`autocolor_tab_names` (thanks jonas!)
* Stop highlighting on MUC history messages just because they're delayed
* Stop displaying the traceback in debug log when /xhtml fails
* Ensure launch.sh can be use outside the repository (Thanks kaliko)
* Detect `/set option = value` pattern and do as it `/set option value` was
called. (#3517)
* Newlines taken into account on completion (#3385)
* Allow resizing certificate confirmation window (#3371)
* Make theming more configurable around nicks
* Log MUC <destroy/> payload in the information buffer
* impromptu: wait for room subject before configuring and inviting
* Impromptu: rooms now have pronouceable short names
* impromptu: ensure a room is empty before joining
* impromptu: now uses mediated invites
* Fetch from MAM by default when use_log is False.
* xhtml: Add a new line after a blockquote
Bug fixes:
* Ensure bookmark is present before removing it in /close.
* Ensure bookmarks are saved correctly on method config change, and on /close.
* Ensure nick is added to bookmark when specified
* Do not crash on bookmark without a nickname (Thanks Ge0rG)
* Ensure the correct tab is bookmarked on /bookmark and /join
* /bookmark: treat empty nick as no nick to avoid failing on empty resource
* Fix closing a tab not in bookmarks
* Disco barejid instead of domains on sent carbons. Follow-up of 5e40437.
* Only use JID internally when handling affiliations. Add nick if present. (#3536)
* /last_activity: prevent traceback
* Fix bad error handling when checking bookmarks storage
* `/join / password` works again
* Report available presence in tabs correctly
* /display_correction: now reports the correct time for private messages (#3532)
* Fix composing indicators not showing (#3527)
* Fix pasting text in data forms and bookmarkstab (#3519)
* Fix /me logging (#3432)
* Retrieve nick colors from the correct section
* Do not scroll right by default in dataforms/bookmark text
* Hack around the time limit for topic messages
* Ensure MUC-PM logging filenames are generated as expected (Thanks Ge0rG, southerntofu)
* Fix poezio displaying many times the same participant in the user list.
* Fix default dataform field handling (#3554)
* Fix MUCListTab not joining selected MUCs (#3553)
* Fix /color completion (Thanks eijebong)
* /info: Don't display comma before status message if not available
Plugins:
* ADDED: untrackme plugin. based on remove_get_trackers.
* ADDED: user_extras plugin. /activity, /mood and /gaming moved from core.
* ADDED: sticker plugin.
* DEPRECATED: remove_get_trackers
* REMOVED: /irc_login from the irc plugin.
* Reorder: Prevent GapTabs from being serialized and ignore when serialized as
they're recreated automatically.
* Code: prevent traceback when not enough arguments
* Link: Add support for aesgcm, gemini and gopher URIs
* Contact: iterate all data forms (Thanks Ge0rG)
* Fix plugins (embed, lastlog, otr, quote, time_marker) to use poezio.ui.types
* Disco: Added error handling
* IRC: Fix the plugin to work with the various refactors, and use
irc.jabberfr.org as a default gateway
API:
* BREAKING: E2EEPlugin.decrypt's `tab` parameter is now of type
Optional[ChatTab] instead of ChatTab.
* BREAKING: E2EEPlugin.supported_tab_types is now required
* BREAKING: decrypt method is now async
* E2EEPlugin decrypts encrypted messages even when they have no body.
* E2EEPlugin lets through already encrypted messages without giving them
to the user lib (poezio-omemo, for example).
* Correctly pass realjid to decrypt call for MUC messages
* /<encryption_name>_fingerprint command is added. Plugins can implement
`get_fingerprints` and `format_fingerprint` for it to return a (formatted)
value.
Under the hood:
* Moved development from 'master' to 'main' branch
* Lots of type hints added (decorators, multiuserchat, shlex, common, muctab,
etc.) fixing many bugs
* Lots of event handlers and calls are now async in poezio. Many callbacks removed.
* Lots of refactoring
* Performance improvements:
- Trim all messages by 24 bytes on 64-bit systems
- Reduce log parsing by a lot
* No more safeJID calls. (#3457)
* Rework some features to use slixmpp's API instead of custom poezio code
(i.e., muc's set_subject, set_role, set_affiliation, destroy_room,
cancel_config, set_room_config, and most events)
* Split commands from Core
* Require typing_extensions package for python
* Require setuptools package explicitly because of pkg_resources' import
* Replace asyncio.ensure_future with asyncio.create_task
- Update URL from http://poezio.eu/en/ to https://poez.io/en/
* Wed Dec 08 2021 Ferdinand Thiessen <rpm@fthiessen.de>
- Install upstream desktop file with logo to fix build on Leap
* Mon Aug 17 2020 Dirk Mueller <dmueller@suse.com>
- update to 0.13.1:
- Contacts won’t be seen playing games or music when they actually stop doing
so.
- /leave now toggles off the autojoin flag instead of removing the bookmark.
- Only add auotjoin on new bookmarks for synchronise_open_rooms on /join
- /affiliation displays things in the info win instead of directly in the room,
and additionally displays which room it refers to.
- List the correct required versions for package maintainers.
- Fix the AppStream manifest to get Flathub to accept it.
- Add a warning when the terminal doesn’t support 256color mode.
- Display our own nick properly in messages received from MAM.
- Only send an unavailable presence on closing a room if we are joined.
- Don’t display the current date for history messages received today.
- Fix marquee and dice plugin to use newer Last Message Correction format.
- Bookmarks tab properly displays bookmarks method (local/remote) and allows
to switch between them again.
- Updated manpages and added manpages built from the doc in the setup process.
Packagers need to run setup.py build_man to have them built.
* Tue Mar 24 2020 Tomas Cech <sleep_walker@opensuse.org>
- add python3-pyasn1-modules as run-time dependency (fixes bnc#1167427)
- bump to 0.12.1 (fixes bnc#1167427)
- Fix compatibility with the Python 3.5 in debian stable
- Require Python 3.5, to add support for Python 3.7, use proper async
functions, use typing, italics formatting, FIXME
- Added support for XEP-0392 (Consistent Color Generation)
- Added support for XEP-0153 (vCard-Based Avatars) and XEP-0084 (User
Avatar) in the roster tab
- Added support for XEP-0363 (HTTP File Upload) for easy file transfer,
in the upload plugin with /upload
- Added support for XEP-0066 (Out of Band Data) for Conversations
compatibility when sharing images, in the embed plugin with /embed
- Removed support for XEP-0296 (Best Practices for Resource Locking),
to use all features available no matter what our contact’s current
clients support
- Check for usable Unicode support on start
- Generate a device id on first start, and use it for our resource
- Display the public key hash instead of the certificate’s
- Handle carbons properly for private messages in rooms
- /bookmarks can now be used to rename tabs as you want
- Remove unexpected command completion based on command prefix
- Add an irssi theme
- Add a code plugin, which requires pygments
- Fix resource duplication on reconnect
- Misc fixes and improvements
/usr/bin/poezio /usr/bin/poezio_logs /usr/lib64/python3.13/site-packages/poezio /usr/lib64/python3.13/site-packages/poezio-0.18-py3.13.egg-info /usr/lib64/python3.13/site-packages/poezio-0.18-py3.13.egg-info/PKG-INFO /usr/lib64/python3.13/site-packages/poezio-0.18-py3.13.egg-info/SOURCES.txt /usr/lib64/python3.13/site-packages/poezio-0.18-py3.13.egg-info/dependency_links.txt /usr/lib64/python3.13/site-packages/poezio-0.18-py3.13.egg-info/entry_points.txt /usr/lib64/python3.13/site-packages/poezio-0.18-py3.13.egg-info/requires.txt /usr/lib64/python3.13/site-packages/poezio-0.18-py3.13.egg-info/top_level.txt /usr/lib64/python3.13/site-packages/poezio/__init__.py /usr/lib64/python3.13/site-packages/poezio/__main__.py /usr/lib64/python3.13/site-packages/poezio/__pycache__ /usr/lib64/python3.13/site-packages/poezio/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/__main__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/__main__.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/args.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/args.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/asyncio_fix.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/asyncio_fix.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/bookmarks.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/bookmarks.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/colors.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/colors.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/common.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/common.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/config.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/config.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/connection.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/connection.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/contact.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/contact.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/daemon.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/daemon.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/decorators.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/decorators.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/events.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/events.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/fifo.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/fifo.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/fixes.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/fixes.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/hsluv.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/hsluv.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/keyboard.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/keyboard.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/log_loader.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/log_loader.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/logger.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/logger.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/mam.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/mam.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/multiuserchat.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/multiuserchat.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/plugin.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/plugin.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/plugin_e2ee.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/plugin_e2ee.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/plugin_manager.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/plugin_manager.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/poezio.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/poezio.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/poezio_shlex.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/poezio_shlex.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/roster.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/roster.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/roster_sorting.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/roster_sorting.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/size_manager.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/size_manager.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/text_buffer.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/text_buffer.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/theming.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/theming.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/timed_events.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/timed_events.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/user.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/user.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/utils.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/utils.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/version.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/version.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/xdg.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/xdg.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/xhtml.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/__pycache__/xhtml.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/args.py /usr/lib64/python3.13/site-packages/poezio/asyncio_fix.py /usr/lib64/python3.13/site-packages/poezio/bookmarks.py /usr/lib64/python3.13/site-packages/poezio/colors.py /usr/lib64/python3.13/site-packages/poezio/common.py /usr/lib64/python3.13/site-packages/poezio/config.py /usr/lib64/python3.13/site-packages/poezio/connection.py /usr/lib64/python3.13/site-packages/poezio/contact.py /usr/lib64/python3.13/site-packages/poezio/core /usr/lib64/python3.13/site-packages/poezio/core/__init__.py /usr/lib64/python3.13/site-packages/poezio/core/__pycache__ /usr/lib64/python3.13/site-packages/poezio/core/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/core/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/core/__pycache__/command_defs.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/core/__pycache__/command_defs.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/core/__pycache__/commands.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/core/__pycache__/commands.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/core/__pycache__/completions.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/core/__pycache__/completions.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/core/__pycache__/core.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/core/__pycache__/core.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/core/__pycache__/handlers.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/core/__pycache__/handlers.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/core/__pycache__/structs.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/core/__pycache__/structs.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/core/__pycache__/tabs.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/core/__pycache__/tabs.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/core/command_defs.py /usr/lib64/python3.13/site-packages/poezio/core/commands.py /usr/lib64/python3.13/site-packages/poezio/core/completions.py /usr/lib64/python3.13/site-packages/poezio/core/core.py /usr/lib64/python3.13/site-packages/poezio/core/handlers.py /usr/lib64/python3.13/site-packages/poezio/core/structs.py /usr/lib64/python3.13/site-packages/poezio/core/tabs.py /usr/lib64/python3.13/site-packages/poezio/daemon.py /usr/lib64/python3.13/site-packages/poezio/decorators.py /usr/lib64/python3.13/site-packages/poezio/default_config.cfg /usr/lib64/python3.13/site-packages/poezio/events.py /usr/lib64/python3.13/site-packages/poezio/fifo.py /usr/lib64/python3.13/site-packages/poezio/fixes.py /usr/lib64/python3.13/site-packages/poezio/hsluv.py /usr/lib64/python3.13/site-packages/poezio/hsluv.pyi /usr/lib64/python3.13/site-packages/poezio/keyboard.py /usr/lib64/python3.13/site-packages/poezio/log_loader.py /usr/lib64/python3.13/site-packages/poezio/logger.py /usr/lib64/python3.13/site-packages/poezio/mam.py /usr/lib64/python3.13/site-packages/poezio/multiuserchat.py /usr/lib64/python3.13/site-packages/poezio/plugin.py /usr/lib64/python3.13/site-packages/poezio/plugin_e2ee.py /usr/lib64/python3.13/site-packages/poezio/plugin_manager.py /usr/lib64/python3.13/site-packages/poezio/poezio.py /usr/lib64/python3.13/site-packages/poezio/poezio_shlex.py /usr/lib64/python3.13/site-packages/poezio/poopt.cpython-313-x86_64-linux-gnu.so /usr/lib64/python3.13/site-packages/poezio/poopt.pyi /usr/lib64/python3.13/site-packages/poezio/pooptmodule.c /usr/lib64/python3.13/site-packages/poezio/py.typed /usr/lib64/python3.13/site-packages/poezio/roster.py /usr/lib64/python3.13/site-packages/poezio/roster_sorting.py /usr/lib64/python3.13/site-packages/poezio/size_manager.py /usr/lib64/python3.13/site-packages/poezio/tabs /usr/lib64/python3.13/site-packages/poezio/tabs/__init__.py /usr/lib64/python3.13/site-packages/poezio/tabs/__pycache__ /usr/lib64/python3.13/site-packages/poezio/tabs/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/tabs/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/tabs/__pycache__/adhoc_commands_list.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/tabs/__pycache__/adhoc_commands_list.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/tabs/__pycache__/basetabs.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/tabs/__pycache__/basetabs.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/tabs/__pycache__/bookmarkstab.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/tabs/__pycache__/bookmarkstab.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/tabs/__pycache__/confirmtab.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/tabs/__pycache__/confirmtab.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/tabs/__pycache__/conversationtab.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/tabs/__pycache__/conversationtab.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/tabs/__pycache__/data_forms.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/tabs/__pycache__/data_forms.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/tabs/__pycache__/listtab.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/tabs/__pycache__/listtab.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/tabs/__pycache__/muclisttab.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/tabs/__pycache__/muclisttab.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/tabs/__pycache__/muctab.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/tabs/__pycache__/muctab.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/tabs/__pycache__/privatetab.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/tabs/__pycache__/privatetab.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/tabs/__pycache__/rostertab.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/tabs/__pycache__/rostertab.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/tabs/__pycache__/xmltab.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/tabs/__pycache__/xmltab.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/tabs/adhoc_commands_list.py /usr/lib64/python3.13/site-packages/poezio/tabs/basetabs.py /usr/lib64/python3.13/site-packages/poezio/tabs/bookmarkstab.py /usr/lib64/python3.13/site-packages/poezio/tabs/confirmtab.py /usr/lib64/python3.13/site-packages/poezio/tabs/conversationtab.py /usr/lib64/python3.13/site-packages/poezio/tabs/data_forms.py /usr/lib64/python3.13/site-packages/poezio/tabs/listtab.py /usr/lib64/python3.13/site-packages/poezio/tabs/muclisttab.py /usr/lib64/python3.13/site-packages/poezio/tabs/muctab.py /usr/lib64/python3.13/site-packages/poezio/tabs/privatetab.py /usr/lib64/python3.13/site-packages/poezio/tabs/rostertab.py /usr/lib64/python3.13/site-packages/poezio/tabs/xmltab.py /usr/lib64/python3.13/site-packages/poezio/text_buffer.py /usr/lib64/python3.13/site-packages/poezio/theming.py /usr/lib64/python3.13/site-packages/poezio/timed_events.py /usr/lib64/python3.13/site-packages/poezio/ui /usr/lib64/python3.13/site-packages/poezio/ui/__init__.py /usr/lib64/python3.13/site-packages/poezio/ui/__pycache__ /usr/lib64/python3.13/site-packages/poezio/ui/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/ui/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/ui/__pycache__/consts.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/ui/__pycache__/consts.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/ui/__pycache__/funcs.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/ui/__pycache__/funcs.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/ui/__pycache__/render.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/ui/__pycache__/render.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/ui/__pycache__/types.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/ui/__pycache__/types.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/ui/consts.py /usr/lib64/python3.13/site-packages/poezio/ui/funcs.py /usr/lib64/python3.13/site-packages/poezio/ui/render.py /usr/lib64/python3.13/site-packages/poezio/ui/types.py /usr/lib64/python3.13/site-packages/poezio/user.py /usr/lib64/python3.13/site-packages/poezio/utils.py /usr/lib64/python3.13/site-packages/poezio/version.py /usr/lib64/python3.13/site-packages/poezio/windows /usr/lib64/python3.13/site-packages/poezio/windows/__init__.py /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__ /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/base_wins.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/base_wins.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/bookmark_forms.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/bookmark_forms.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/confirm.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/confirm.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/data_forms.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/data_forms.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/image.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/image.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/info_bar.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/info_bar.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/info_wins.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/info_wins.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/input_placeholders.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/input_placeholders.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/inputs.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/inputs.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/list.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/list.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/misc.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/misc.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/muc.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/muc.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/roster_win.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/roster_win.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/text_win.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio/windows/__pycache__/text_win.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio/windows/base_wins.py /usr/lib64/python3.13/site-packages/poezio/windows/bookmark_forms.py /usr/lib64/python3.13/site-packages/poezio/windows/confirm.py /usr/lib64/python3.13/site-packages/poezio/windows/data_forms.py /usr/lib64/python3.13/site-packages/poezio/windows/image.py /usr/lib64/python3.13/site-packages/poezio/windows/info_bar.py /usr/lib64/python3.13/site-packages/poezio/windows/info_wins.py /usr/lib64/python3.13/site-packages/poezio/windows/input_placeholders.py /usr/lib64/python3.13/site-packages/poezio/windows/inputs.py /usr/lib64/python3.13/site-packages/poezio/windows/list.py /usr/lib64/python3.13/site-packages/poezio/windows/misc.py /usr/lib64/python3.13/site-packages/poezio/windows/muc.py /usr/lib64/python3.13/site-packages/poezio/windows/roster_win.py /usr/lib64/python3.13/site-packages/poezio/windows/text_win.py /usr/lib64/python3.13/site-packages/poezio/xdg.py /usr/lib64/python3.13/site-packages/poezio/xhtml.py /usr/lib64/python3.13/site-packages/poezio_plugins /usr/lib64/python3.13/site-packages/poezio_plugins/__init__.py /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__ /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/admin.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/admin.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/alias.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/alias.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/amsg.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/amsg.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/autocorrect.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/autocorrect.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/b64.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/b64.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/bob.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/bob.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/capslock.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/capslock.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/change_title.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/change_title.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/close_all.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/close_all.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/code.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/code.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/contact.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/contact.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/csi.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/csi.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/cyber.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/cyber.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/day_change.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/day_change.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/dice.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/dice.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/disco.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/disco.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/display_corrections.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/display_corrections.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/double.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/double.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/embed.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/embed.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/emoji_ascii.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/emoji_ascii.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/exec.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/exec.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/figlet.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/figlet.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/iq_show.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/iq_show.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/irc.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/irc.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/lastlog.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/lastlog.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/link.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/link.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/marquee.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/marquee.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/mirror.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/mirror.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/moderate.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/moderate.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/mpd_client.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/mpd_client.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/pacokick.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/pacokick.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/ping.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/ping.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/pipe_cmd.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/pipe_cmd.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/pointpoint.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/pointpoint.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/qr.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/qr.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/quote.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/quote.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/rainbow.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/rainbow.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/random_nick.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/random_nick.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/react.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/react.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/regex_admin.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/regex_admin.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/reminder.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/reminder.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/remove_get_trackers.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/remove_get_trackers.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/reorder.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/reorder.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/replace.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/replace.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/replace_word.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/replace_word.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/retract.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/retract.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/revstr.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/revstr.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/rstrip.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/rstrip.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/screen_detach.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/screen_detach.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/send_delayed.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/send_delayed.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/server_part.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/server_part.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/shuffle.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/shuffle.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/simple_notify.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/simple_notify.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/spaces.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/spaces.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/spam.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/spam.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/status.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/status.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/sticker.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/sticker.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/stoi.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/stoi.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/tcp_reconnect.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/tcp_reconnect.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/tell.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/tell.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/test.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/test.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/time_marker.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/time_marker.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/untrackme.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/untrackme.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/upload.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/upload.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/uptime.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/uptime.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/user_extras.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/user_extras.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/vcard.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/vcard.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/white.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/__pycache__/white.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_plugins/admin.py /usr/lib64/python3.13/site-packages/poezio_plugins/alias.py /usr/lib64/python3.13/site-packages/poezio_plugins/amsg.py /usr/lib64/python3.13/site-packages/poezio_plugins/autocorrect.py /usr/lib64/python3.13/site-packages/poezio_plugins/b64.py /usr/lib64/python3.13/site-packages/poezio_plugins/bob.py /usr/lib64/python3.13/site-packages/poezio_plugins/capslock.py /usr/lib64/python3.13/site-packages/poezio_plugins/change_title.py /usr/lib64/python3.13/site-packages/poezio_plugins/close_all.py /usr/lib64/python3.13/site-packages/poezio_plugins/code.py /usr/lib64/python3.13/site-packages/poezio_plugins/contact.py /usr/lib64/python3.13/site-packages/poezio_plugins/csi.py /usr/lib64/python3.13/site-packages/poezio_plugins/cyber.py /usr/lib64/python3.13/site-packages/poezio_plugins/day_change.py /usr/lib64/python3.13/site-packages/poezio_plugins/dice.py /usr/lib64/python3.13/site-packages/poezio_plugins/disco.py /usr/lib64/python3.13/site-packages/poezio_plugins/display_corrections.py /usr/lib64/python3.13/site-packages/poezio_plugins/double.py /usr/lib64/python3.13/site-packages/poezio_plugins/embed.py /usr/lib64/python3.13/site-packages/poezio_plugins/emoji_ascii.py /usr/lib64/python3.13/site-packages/poezio_plugins/exec.py /usr/lib64/python3.13/site-packages/poezio_plugins/figlet.py /usr/lib64/python3.13/site-packages/poezio_plugins/iq_show.py /usr/lib64/python3.13/site-packages/poezio_plugins/irc.py /usr/lib64/python3.13/site-packages/poezio_plugins/lastlog.py /usr/lib64/python3.13/site-packages/poezio_plugins/link.py /usr/lib64/python3.13/site-packages/poezio_plugins/marquee.py /usr/lib64/python3.13/site-packages/poezio_plugins/mirror.py /usr/lib64/python3.13/site-packages/poezio_plugins/moderate.py /usr/lib64/python3.13/site-packages/poezio_plugins/mpd_client.py /usr/lib64/python3.13/site-packages/poezio_plugins/pacokick.py /usr/lib64/python3.13/site-packages/poezio_plugins/ping.py /usr/lib64/python3.13/site-packages/poezio_plugins/pipe_cmd.py /usr/lib64/python3.13/site-packages/poezio_plugins/pointpoint.py /usr/lib64/python3.13/site-packages/poezio_plugins/qr.py /usr/lib64/python3.13/site-packages/poezio_plugins/quote.py /usr/lib64/python3.13/site-packages/poezio_plugins/rainbow.py /usr/lib64/python3.13/site-packages/poezio_plugins/random_nick.py /usr/lib64/python3.13/site-packages/poezio_plugins/react.py /usr/lib64/python3.13/site-packages/poezio_plugins/regex_admin.py /usr/lib64/python3.13/site-packages/poezio_plugins/reminder.py /usr/lib64/python3.13/site-packages/poezio_plugins/remove_get_trackers.py /usr/lib64/python3.13/site-packages/poezio_plugins/reorder.py /usr/lib64/python3.13/site-packages/poezio_plugins/replace.py /usr/lib64/python3.13/site-packages/poezio_plugins/replace_word.py /usr/lib64/python3.13/site-packages/poezio_plugins/retract.py /usr/lib64/python3.13/site-packages/poezio_plugins/revstr.py /usr/lib64/python3.13/site-packages/poezio_plugins/rstrip.py /usr/lib64/python3.13/site-packages/poezio_plugins/screen_detach.py /usr/lib64/python3.13/site-packages/poezio_plugins/send_delayed.py /usr/lib64/python3.13/site-packages/poezio_plugins/server_part.py /usr/lib64/python3.13/site-packages/poezio_plugins/shuffle.py /usr/lib64/python3.13/site-packages/poezio_plugins/simple_notify.py /usr/lib64/python3.13/site-packages/poezio_plugins/spaces.py /usr/lib64/python3.13/site-packages/poezio_plugins/spam.py /usr/lib64/python3.13/site-packages/poezio_plugins/status.py /usr/lib64/python3.13/site-packages/poezio_plugins/sticker.py /usr/lib64/python3.13/site-packages/poezio_plugins/stoi.py /usr/lib64/python3.13/site-packages/poezio_plugins/tcp_reconnect.py /usr/lib64/python3.13/site-packages/poezio_plugins/tell.py /usr/lib64/python3.13/site-packages/poezio_plugins/test.py /usr/lib64/python3.13/site-packages/poezio_plugins/time_marker.py /usr/lib64/python3.13/site-packages/poezio_plugins/untrackme.py /usr/lib64/python3.13/site-packages/poezio_plugins/upload.py /usr/lib64/python3.13/site-packages/poezio_plugins/uptime.py /usr/lib64/python3.13/site-packages/poezio_plugins/user_extras.py /usr/lib64/python3.13/site-packages/poezio_plugins/vcard.py /usr/lib64/python3.13/site-packages/poezio_plugins/white.py /usr/lib64/python3.13/site-packages/poezio_themes /usr/lib64/python3.13/site-packages/poezio_themes/__init__.py /usr/lib64/python3.13/site-packages/poezio_themes/__pycache__ /usr/lib64/python3.13/site-packages/poezio_themes/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_themes/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_themes/__pycache__/clean.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_themes/__pycache__/clean.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_themes/__pycache__/dark.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_themes/__pycache__/dark.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_themes/__pycache__/irssi.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/poezio_themes/__pycache__/irssi.cpython-313.pyc /usr/lib64/python3.13/site-packages/poezio_themes/clean.py /usr/lib64/python3.13/site-packages/poezio_themes/dark.py /usr/lib64/python3.13/site-packages/poezio_themes/irssi.py /usr/share/applications/io.poez.Poezio.desktop /usr/share/icons/hicolor/scalable/apps/io.poez.Poezio.svg /usr/share/icons/hicolor/scalable/apps/io.poez.Poezio.svg/poezio_logo.svg /usr/share/licenses/poezio /usr/share/licenses/poezio/COPYING /usr/share/man/man1/poezio.1.gz /usr/share/man/man1/poezio_logs.1.gz /usr/share/metainfo/io.poez.Poezio.appdata.xml /usr/share/poezio /usr/share/poezio/CHANGELOG /usr/share/poezio/COPYING /usr/share/poezio/README.rst
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Aug 3 00:14:01 2026