Age | Commit message (Collapse) | Author |
|
|
|
|
|
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
|
|
(introduced by the automated default arguments of config.get)
|
|
|
|
|
|
|
|
|
|
- we need to have more
|
|
|
|
|
|
|
|
Should work for any case (plugin, different section, etc)
|
|
|
|
|
|
don’t send any
|
|
|
|
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.
|
|
parameter of config.get() optional
the Config object now also optionally takes a dict of default values
in its constructor.
|