poezio/src
Florent Le Coz 900b67c01d get_tab_by_name() should specify a tab type whenever possible
For example, a tab can be named muc.example.com, if you do /list
muc.example.com.  If you then do /join muc.example.com, the error handler
needs to get the correct tab (the MucTab, not the MucListTab previously
opened).
This commit fixes the above issue (a traceback), and maybe some others like
that.
2014-05-31 17:37:15 +02:00
..
core get_tab_by_name() should specify a tab type whenever possible 2014-05-31 17:37:15 +02:00
tabs Fix a wrong nick displayed in privatetab (our default one instead of the muc one) 2014-05-19 23:53:20 +02:00
windows Do not traceback if the server does not oprived options for list fields 2014-05-31 15:27:03 +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 Actually fix that bookmarks typo bug 2014-04-09 00:26:47 +02:00
common.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
config.py Fix a bug in the config._parse_file function (traceback when parsing empty files) 2014-04-24 21:12:48 +02:00
connection.py Make detecting the features supported by the remote entity less awful 2014-05-15 23:33:51 +02:00
contact.py Remove unused imports 2014-04-04 00:24:16 +02:00
daemon.py Code cleanup 2014-04-06 19:58:57 +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 Make detecting the features supported by the remote entity less awful 2014-05-15 23:33:51 +02:00
keyboard.py Make keyboard.py a bit nicer to use 2014-04-24 21:13:31 +02:00
logger.py Fix #2354 (logs are badly colored with xhtml history) 2014-04-07 01:25:30 +02:00
multiuserchat.py Provide our own (non-blocking) wrappers for room configuration functions 2014-05-06 00:17:22 +02:00
pep.py Fix formatting, some typos, and unused code, and add docstrings 2014-03-23 00:15:01 +01:00
plugin.py Map Config.remove_and_save to PluginConfig.remove 2014-04-22 20:17:19 +02:00
plugin_manager.py Fix a potential traceback when creation of the plugins conf dir fails 2014-05-05 23:04:13 +02:00
poezio.py Do not exit from SIGPIPE as it is creating more problems than it solves 2014-05-27 22:34:29 +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 Code cleanup 2014-04-06 19:58:57 +02:00
roster_sorting.py Various changes to the roster sorting 2012-08-01 14:42:02 +02:00
singleton.py
size_manager.py Add the size manager (forgotten in the previous commits) 2014-04-29 00:29:54 +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 Document with sphinx timed_events, common, and add methods to PluginAPI 2013-03-08 19:39:34 +01:00
user.py
xhtml.py Fix #2447 (OTR & HTML) -- partial WONTFIX 2014-04-30 01:55:23 +02:00