Age | Commit message (Collapse) | Author |
|
fix #3411
|
|
|
|
tangentially fix #3432 (but it was not relevant for a while)
|
|
Fix #3519
|
|
|
|
Previously: this creates a section with the option name, with an option
named "=" and the value specified. Then you are stuck because
"/set option value" will not work due to the command detecting the
section name and only printing the value of [option] value=.
Fixes #3517, probably
|
|
the fact this even worked in vertical mode was only due to a theming
edge case.
|
|
It is not privacy-friendly and not performance-friendly to have more
code called on each input when in "available" status
|
|
|
|
|
|
Fix #3509
|
|
|
|
|
|
|
|
|
|
conflict between the "tabs" module name and "tabs" Core attribute,
mostly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add more annotations
|
|
|
|
And changing the path too
|
|
global state--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and fetch logs in conversationtabs and privatetabs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
no clash with stdlib pls
|
|
|
|
|
|
in reverse order
|