Age | Commit message (Collapse) | Author |
|
(caused text to align left if the message was multiline and the first
line was out of screen)
|
|
|
|
(broken in previous commit)
|
|
It should be around 25/30% faster (according to basic profiling) due to
looping only once, and also be easier to read.
|
|
|
|
Reduce the number of calls to config.get whenever possible. Yields a
performance improvement of at least 10% for the basic use case of
"receiving a message in the current tab". Logging stuff isn’t free
either, even when the call should be a no-op, so we should try to make
the debug log less verbose.
|
|
if the error has the same id as a sent message, it will be displayed
with a cross where there is usually a checkmark (ack), and the
received error will be appended to the message, in red.
if it does not have a know id, it will be added as another message to
the conversation, without a nick, and in red.
|
|
Also add /filter_from and /filter_to, and allow chaining filters.
|
|
|
|
|
|
Conflicts:
src/bookmark.py
src/config.py
src/connection.py
src/core/commands.py
src/core/core.py
src/core/handlers.py
src/windows/info_bar.py
src/windows/muc.py
src/windows/roster_win.py
src/windows/text_win.py
src/xhtml.py
|
|
|
|
|
|
|
|
|