poezio/src
2016-04-09 21:53:11 +02:00
..
core Fix #3113 (show outgoing invitations to the log) 2015-11-04 23:07:54 +01:00
tabs Fix #3182 (/xhtml should send message with type=chat) 2016-04-09 21:53:11 +02:00
windows Fix handling of the jid-multi data form field 2016-04-05 21:17:31 +02:00
__init__.py Update setup.py to use distutils 2013-05-26 20:13:39 +02:00
args.py Update stuff to say 1.0-dev 2015-08-01 20:32:21 +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 an 'eval_password' option 2015-08-16 12:22:10 +02:00
connection.py Exit if the eval_password command returns a non-zero status code 2015-09-24 19:52:57 +02: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 Get rid of the muc_history_length option 2015-10-05 21:44:33 +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 Update a few url to use https, or even a few old poezio.eu references 2016-03-09 18:03:02 +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 Fix various roster count issues 2015-09-23 20:29:56 +02: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 Add a missing nick size bound, which caused text to overflow 2015-07-16 23:36:16 +02:00
theming.py Add a COLOR_TIME_STRING theming option 2015-08-31 15:44:10 +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