.. |
core
|
Micro-optimize the roster refresh
|
2015-06-27 22:39:15 +02:00 |
tabs
|
Improve the performance of the userlist refresh
|
2015-06-22 00:55:21 +02:00 |
windows
|
Fix a traceback in the bookmarks tab when we do not set a nickname
|
2015-07-06 17:06:45 +02:00 |
__init__.py
|
|
|
args.py
|
Remove gettext support, as we don’t want to translate poezio, and it takes more than 1ms per call.
|
2015-05-11 22:31:12 +02:00 |
bookmarks.py
|
Remove gettext support, as we don’t want to translate poezio, and it takes more than 1ms per call.
|
2015-05-11 22:31:12 +02:00 |
common.py
|
Merge branch 'master' of git.poez.io:poezio into slix
|
2014-10-31 19:16:44 +01:00 |
config.py
|
Add a show_jid_in_conversations option
|
2015-06-18 21:11:58 +02:00 |
connection.py
|
Fix #2847 (SASL External support)
|
2014-12-11 22:28:44 +01:00 |
contact.py
|
Use slixmpp
|
2014-07-24 02:11:45 +02:00 |
daemon.py
|
Remove another snippet of pre-3.4 compatibility
|
2015-01-21 14:19:02 +01:00 |
decorators.py
|
Allow -1 as a value for optional arguments in the args parser to collect an unspecified number of items
|
2014-12-18 22:22:27 +01:00 |
events.py
|
Micro-optimizations on refresh
|
2015-05-08 20:37:21 +02:00 |
fifo.py
|
Close the file descriptor of the fifo on closing
|
2014-04-22 19:57:25 +02:00 |
fixes.py
|
Fix #2691 (don’t glitch on failed /configure)
|
2014-12-08 22:49:58 +01:00 |
keyboard.py
|
Fix broken CTRL+arrow key shortcuts under some terms
|
2014-12-31 00:06:41 +01:00 |
logger.py
|
When reading logs, don’t consider a non-existing file as an error.
|
2015-05-06 00:49:11 +02:00 |
multiuserchat.py
|
Remove gettext support, as we don’t want to translate poezio, and it takes more than 1ms per call.
|
2015-05-11 22:31:12 +02:00 |
pep.py
|
Remove gettext support, as we don’t want to translate poezio, and it takes more than 1ms per call.
|
2015-05-11 22:31:12 +02:00 |
plugin.py
|
Log the plugin errors too
|
2015-01-05 16:57:28 +01:00 |
plugin_manager.py
|
Remove gettext support, as we don’t want to translate poezio, and it takes more than 1ms per call.
|
2015-05-11 22:31:12 +02:00 |
poezio.py
|
Do not log unhandled iq errors and timeouts in the error log
|
2015-06-11 00:12:04 +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
|
Micro-optimize the roster refresh
|
2015-06-27 22:39:15 +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
|
Remove an accidentally added debug log
|
2015-05-08 13:56:38 +02:00 |
theming.py
|
Display error messages inside a conversation
|
2015-04-13 17:35:40 +02:00 |
timed_events.py
|
Remove DelayedEvent.repetive (sic) member which is not used
|
2014-11-25 13:51:04 +01:00 |
user.py
|
Add slots to the User object
|
2015-06-22 00:59:06 +02:00 |
xhtml.py
|
Improve the xhtml_to_poezio_colors sanitization
|
2014-12-08 17:01:44 +01:00 |