poezio/poezio
2017-05-03 16:08:47 +01:00
..
core Avoid some deprecation warnings when casting raw XML into bool. (thanks pypy3) 2017-05-03 16:07:11 +01:00
tabs Fix #3149 (wipe xmltab messages for real with /clear) 2017-04-09 21:20:27 +02:00
windows Fill __all__ for tabs/ and windows/ 2016-10-21 00:12:55 +02:00
__init__.py Launch poezio as a module package. 2016-06-27 23:54:50 +01:00
__main__.py Fix launch.sh 2016-07-03 02:13:24 +02:00
args.py Prepare for next version 2017-01-31 00:22:19 +01:00
asyncio.py Add monkeypatching hack on the event loop 2016-10-05 20:20:46 +02:00
bookmarks.py Absolute imports everywhere 2016-06-30 23:36:25 +02:00
common.py "information" is already plural, fix wording 2016-10-04 00:54:57 +02:00
config.py Added information_popup_type_filter that allow to 2016-10-23 16:25:44 +02:00
connection.py Add support for XEP-0380: Explicit Message Encryption 2016-11-26 16:34:58 +00:00
contact.py Absolute imports everywhere 2016-06-30 23:36:25 +02:00
daemon.py daemon: Remove outdated mention of Python 3.3. 2016-08-29 09:18:08 +01:00
decorators.py Don't require parameters for the ignored args wrapper 2017-02-13 19:21:16 +01:00
events.py Make poezio.events more Cython-friendly. 2016-06-11 20:49:46 +01:00
fifo.py Move the src directory to poezio, for better cython compatibility. 2016-06-11 20:49:43 +01:00
fixes.py Stop using deprecated aliases from slixmpp. 2016-09-20 16:52:11 +09:00
keyboard.py Move the src directory to poezio, for better cython compatibility. 2016-06-11 20:49:43 +01:00
logger.py Fix a traceback on malformed logs 2016-08-28 16:17:51 +02:00
multiuserchat.py MUC: Fix a traceback on room configuration. 2016-09-21 23:45:03 +09:00
pep.py Move the src directory to poezio, for better cython compatibility. 2016-06-11 20:49:43 +01:00
plugin.py Add missing message types (fix #3271) 2016-12-26 16:01:35 +01:00
plugin_manager.py Add missing message types (fix #3271) 2016-12-26 16:01:35 +01:00
poezio.py pyflake fixes 2016-10-21 00:20:41 +02:00
poezio_shlex.py Make poezio.poezio_shlex more Cython-friendly. 2016-06-11 20:49:46 +01:00
poopt.py Add a pure-Python alternative to pooptmodule, for pypy3. 2017-04-01 19:10:33 +01:00
pooptmodule.c Fix some typos in pooptmodule. 2017-04-01 19:09:53 +01:00
roster.py IOError == OSError since python 3.3 2016-10-21 01:52:41 +02:00
roster_sorting.py Move the src directory to poezio, for better cython compatibility. 2016-06-11 20:49:43 +01:00
size_manager.py Remove unused SizeManager argument, and simplify its import. 2016-07-07 21:34:10 +01:00
text_buffer.py "information" is already plural, fix wording 2016-10-04 00:54:57 +02:00
theming.py Don’t traceback in theming if called without poezio installed 2016-08-24 23:13:21 +02:00
timed_events.py Remove unused imports in poezio.timed_events. 2016-06-11 20:49:46 +01:00
user.py Absolute imports everywhere 2016-06-30 23:36:25 +02:00
xhtml.py Fix XHTML-IM, broken in the previous commit. 2017-05-03 16:08:47 +01:00