Age | Commit message (Collapse) | Author |
|
|
|
now we can edit stuff, save or cancel those modifications, and change
the chose storage easily
|
|
|
|
- slightly lower the CPU usage (callback instead of active waiting w/ sleep)
- make the terminal beep so the user knows something happened
- prevent the user “escaping” the prompt by pressing /, s, or S
|
|
|
|
|
|
|
|
|
|
color of its aliases
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Add two new options, keyfile and certfile, which must be both set for
the auth to work.
- if both are set, then poezio doesn’t force-prompt a password if there
is none specified
- add /cert_add, /cert_fetch, /cert_disable, /cert_revoke and /certs
commands.
- add a page of documentation on the process
|
|
|
|
it properly)
(also make the message appear in PrivateTabs)
|
|
|
|
|
|
Also add /filter_from and /filter_to, and allow chaining filters.
|
|
|
|
|
|
|
|
Avoid surprises with some commands accepting quoted arguments and some other
not.
fix #2555
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|