.. |
core
|
Continuation keys (like after M-j or Ctrl-c) are handled without blocking
|
2014-08-07 23:20:21 +02:00 |
tabs
|
Entirely remove the g_lock (used to avoid a few race conditions with ncures)
|
2014-08-01 16:00:01 +02:00 |
windows
|
Continuation keys (like after M-j or Ctrl-c) are handled without blocking
|
2014-08-07 23:20:21 +02:00 |
__init__.py
|
Update setup.py to use distutils
|
2013-05-26 20:13:39 +02:00 |
args.py
|
80-columns wrapping and some docstrings
|
2014-04-22 20:02:07 +02:00 |
bookmark.py
|
Make the bookmark stuff non-blocking
|
2014-07-30 17:35:21 +02:00 |
common.py
|
Use slixmpp
|
2014-07-24 02:11:45 +02:00 |
config.py
|
Minor fix of a function signature
|
2014-07-30 18:05:31 +02:00 |
connection.py
|
First implementation of auto_reconnect, poezio-side
|
2014-08-01 04:01:08 +02:00 |
contact.py
|
Use slixmpp
|
2014-07-24 02:11:45 +02:00 |
daemon.py
|
Redirect stderr to /dev/null when executing a command
|
2014-06-26 17:45:05 +02:00 |
decorators.py
|
Fix formatting, some typos, and unused code, and add docstrings
|
2014-03-23 00:15:01 +01:00 |
events.py
|
Add a 'tab_change' event
|
2014-04-30 20:37:18 +02:00 |
fifo.py
|
Close the file descriptor of the fifo on closing
|
2014-04-22 19:57:25 +02:00 |
fixes.py
|
Fix a few blocking iq, and remove all block=False function arguments
|
2014-08-01 15:01:25 +02:00 |
keyboard.py
|
Remove the timeout and the pre-get_wch things from the keyboard module
|
2014-08-07 23:31:56 +02:00 |
logger.py
|
Fix #2354 (logs are badly colored with xhtml history)
|
2014-04-07 01:25:30 +02:00 |
multiuserchat.py
|
Fix a bunch of iq.send() by removing the block argument
|
2014-07-30 17:35:21 +02:00 |
pep.py
|
Fix formatting, some typos, and unused code, and add docstrings
|
2014-03-23 00:15:01 +01:00 |
plugin.py
|
Use slixmpp
|
2014-07-24 02:11:45 +02:00 |
plugin_manager.py
|
Use slixmpp
|
2014-07-24 02:11:45 +02:00 |
poezio.py
|
Make the resize work, using an ugly workaround
|
2014-07-31 04:45:02 +02:00 |
poezio_shlex.py
|
Don’t escape backslashes unless we are inside a quoted string and the next char is a quote
|
2014-04-28 00:20:57 +02:00 |
pooptmodule.c
|
Fix memleaks in pooptmodule.cut_text (ref #1914)
|
2014-04-27 21:38:29 +02:00 |
roster.py
|
Use slixmpp
|
2014-07-24 02:11:45 +02:00 |
roster_sorting.py
|
|
|
singleton.py
|
|
|
size_manager.py
|
Entirely remove the g_lock (used to avoid a few race conditions with ncures)
|
2014-08-01 16:00:01 +02:00 |
text_buffer.py
|
Fix #2106 (implement message delivery receipts)
|
2014-04-27 16:32:03 +02:00 |
theming.py
|
Use simple chars for PEP mood/activity/gaming
|
2014-05-18 19:34:36 +02:00 |
timed_events.py
|
Make the TimedEvents work with asyncio
|
2014-08-01 01:22:59 +02:00 |
user.py
|
|
|
xhtml.py
|
Use slixmpp
|
2014-07-24 02:11:45 +02:00 |