Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now we have to pass the textbuffer object when we want to add a line
separator.
|
|
This new features is available with M-p and M-n (previous/next).
It saves the last highlight viewed, meaning that if you scroll in the
buffer, M-n or M-p will take you to the next or previous hl compared to
the one before you started scrolling.
For convenience, going to the previous highlight of the first highlight
will take you to the bottom of the buffer, and going to the next
highlight of the last highlight will do *the same*.
If there are several highlights in one message, only the first line will
be considered a highlight.
|
|
|
|
If there is 0 match for the beginning of command, delete the last
letter (over and over) until there is a match, then complete that.
|
|
|
|
Add a blacklist inside the roster that contains the bare JIDs of all the
rooms ever joined in this session, so that no JID using this server will
ever be shown as getting “offline”.
If there is a cleaner way to do that (discriminating JIDs), I welcome it.
|
|
Get status codes in presence and message stanzas, and show information
related to them. If the change hinders privacy (logs added, or public
JIDs), then a red “Warning” message is shown instead of the classic
“Info”.
|
|
|
|
Fixes #2354
|
|
MUC-specific options.
private_auto_response is empty by default.
+ new event ignored_private
|
|
|
|
|
|
|
|
|
|
(+doc)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(Fixes #2273)
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/core.py
src/tabs.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|