Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
anything
it’s confusing.
|
|
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
|
|
|
|
|
|
|
|
|
|
Make the "default" parameter optional and thus move it to the end of
the command with the other optional parameters.
And change all the calls.
|
|
Conflicts:
src/core/handlers.py
src/tabs/xmltab.py
|
|
|
|
and not the global info buffer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Improvements: events now occur precisely at the specified date. You don’t
need to stop touching your keyboard to execute them.
|
|
The /reconnect command should now properly work everytime.
|
|
|
|
|
|
|
|
|
|
|
|
one)
|
|
|
|
also, check the features every rejoin for PrivateTabs
and refresh the window after displaying the features
|
|
and add a handler for missing commands
|
|
no more stalling while waiting for a disco info while sending a message.
|
|
|
|
|
|
|
|
|
|
|
|
display)"
This reverts commit b46f0f5e266c321632738ca40839759486b47a7e.
Conflicts:
src/tabs/muclisttab.py
Doing this made the unresized elements refresh in the old subwins,
causing glitches and weirdness. And anyway, the only problematic
element is the TextWin (rebuilding all the lines of a buffer is
expensive), but it already checks if the width changed.
|
|
|
|
|
|
|
|
- when list-multi doesn't have selected values at all
- text-multi.options() provided by sleekxmpp is apparently a '\n' separated
string, and not a list
|
|
|
|
|
|
|
|
|
|
(also, wrap one forgotten call to curses funcs)
|
|
|
|
|
|
|