poezio/poezio
2016-08-11 22:38:00 +02:00
..
core Fix /help 2016-08-11 22:38:00 +02:00
tabs Fix a bug with the _close_tab shortcut 2016-07-22 19:56:07 +02:00
windows Fix a bug in multiline colored text 2016-07-14 12:26:31 +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 Move the src directory to poezio, for better cython compatibility. 2016-06-11 20:49:43 +01:00
bookmarks.py Absolute imports everywhere 2016-06-30 23:36:25 +02:00
common.py Absolute imports everywhere 2016-06-30 23:36:25 +02:00
config.py Disable unused logging levels, makes logging.debug about 25 times faster. 2016-07-30 12:59:58 +01:00
connection.py Advertise us as a console client, not as a pc one. 2016-07-29 23:18:06 +01:00
contact.py Absolute imports everywhere 2016-06-30 23:36:25 +02:00
daemon.py Fix daemon.py shebang. 2016-07-13 18:51:08 +02:00
decorators.py Don't use a list (that we modify) as a default argument 2016-07-06 10:08:23 +02: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 Move the src directory to poezio, for better cython compatibility. 2016-06-11 20:49:43 +01:00
keyboard.py Move the src directory to poezio, for better cython compatibility. 2016-06-11 20:49:43 +01:00
logger.py Absolute imports everywhere 2016-06-30 23:36:25 +02:00
multiuserchat.py Absolute imports everywhere 2016-06-30 23:36:25 +02:00
pep.py Move the src directory to poezio, for better cython compatibility. 2016-06-11 20:49:43 +01:00
plugin.py Absolute imports everywhere 2016-06-30 23:36:25 +02:00
plugin_manager.py Fix plugin loading when installed 2016-07-03 02:22:55 +02:00
poezio.py Remove every now-useless usage of the Singleton function. 2016-06-30 23:29:51 +01:00
poezio_shlex.py Make poezio.poezio_shlex more Cython-friendly. 2016-06-11 20:49:46 +01:00
pooptmodule.c Move the src directory to poezio, for better cython compatibility. 2016-06-11 20:49:43 +01:00
roster.py Add missing return values in boolean functions. 2016-07-06 00:25:12 +01: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 Absolute imports everywhere 2016-06-30 23:36:25 +02:00
theming.py Cache results in poezio.theming.to_curses_attr. 2016-07-06 04:32:15 +01: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 Make sure the color values are integers, in xhtml.py 2016-07-26 11:12:37 +02:00