Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
unspecified number of items
|
|
|
|
(e.g. during a completion, the input might scroll due to the length of
the completed item, and not go back to its original state without this
change)
|
|
|
|
|
|
|
|
|
|
- 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
|
|
through overloading the class variable default_config.
also fix a bug that would add meaningless sections to plugin
configurations.
|
|
|
|
|
|
|
|
fix #2841
|
|
|
|
it properly)
(also make the message appear in PrivateTabs)
|
|
|
|
|
|
|
|
|
|
|
|
add some tests, and remove the test_datetime_tuple because
of python time module misbehavior with timezones set manually.
(potentially due to http://bugs.python.org/issue6478)
|
|
|
|
|
|
|
|
|
|
Also add /filter_from and /filter_to, and allow chaining filters.
|
|
|
|
and fix minor typing mistakes too
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
Might fix some not-yet-seen bugs
|