.. |
core
|
Fix #3080 (show roster names instead of JIDs)
|
2015-06-18 21:02:13 +02:00 |
tabs
|
Fix /list when no server is provided
|
2015-06-06 16:49:39 +02:00 |
windows
|
Cleanup: remove sone unused code and threading stuff
|
2015-05-31 23:25:26 +02:00 |
__init__.py
|
Update setup.py to use distutils
|
2013-05-26 20:13:39 +02:00 |
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
|
Disable the MUC self ping by default
|
2015-05-26 20:49:46 +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
|
Merge branch 'master' of git.poez.io:poezio into slix
|
2014-10-31 19:16:44 +01:00 |
roster_sorting.py
|
Various changes to the roster sorting
|
2012-08-01 14:42:02 +02:00 |
singleton.py
|
Change license to zlib (MIT sucks :()
|
2011-09-11 17:10:05 +02:00 |
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 a muc_color section in the config file to permanently fix a color to a nick
|
2014-12-24 00:28:22 +01:00 |
xhtml.py
|
Improve the xhtml_to_poezio_colors sanitization
|
2014-12-08 17:01:44 +01:00 |