poezio/src
mathieui c8caccc9a1
Fix a bug introduced in ee6c7d3
(the command args parser would never parse three args, making /set
unable to set section-specific options)
2015-04-13 14:28:52 +02:00
..
core Fix a bug introduced in ee6c7d3 2015-04-13 14:28:52 +02:00
tabs Fix #3029 (reset completion when a command is executed) 2015-04-12 18:24:21 +02:00
windows Fix a color not going back to normal when adding a row in the BookmarksTab 2015-02-09 23:02:26 +01:00
__init__.py Update setup.py to use distutils 2013-05-26 20:13:39 +02:00
args.py Add a -c/--check-config option to check the config file 2015-02-21 23:16:52 +01:00
bookmarks.py Add a force_remote_bookmarks option 2015-02-21 22:04:03 +01:00
common.py Merge branch 'master' of git.poez.io:poezio into slix 2014-10-31 19:16:44 +01:00
config.py Remove the unused "logfile" option and do not append 'logs' to every log path 2015-02-21 23:17:59 +01: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 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 #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 Remove the unused "logfile" option and do not append 'logs' to every log path 2015-02-21 23:17:59 +01:00
multiuserchat.py Don’t use deprecated-then-removed aliases from slixmpp. 2014-09-29 00:07:37 +02:00
pep.py Fix formatting, some typos, and unused code, and add docstrings 2014-03-23 00:15:01 +01:00
plugin.py Log the plugin errors too 2015-01-05 16:57:28 +01:00
plugin_manager.py Remove the remaining pre-3.4 compatibility hacks 2014-12-20 23:32:56 +01:00
poezio.py Add a -c/--check-config option to check the config file 2015-02-21 23:16:52 +01: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 Only graphically ack a message if it was sent by us 2014-12-30 19:54:04 +01:00
theming.py Fix some docstring spelling 2015-02-08 15:04:40 +01:00
timed_events.py Make the TimedEvents work with asyncio 2014-08-01 01:22:59 +02: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