Age | Commit message (Collapse) | Author |
|
|
|
scroll_beyond_end
|
|
|
|
|
|
|
|
buffer is displayed at bottom
A regression was introduced by commit bee56c3b7fa6ef0ce820a8f0a7e5e51b95aa3fab
(/window scroll_beyond_end).
Scenario to reproduce the problem, for example on an IRC channel with a long
history (more than two pages):
/window page_up
/window page_down
<type some text and send to channel>
It will display -MORE(1)- instead of automatically scrolling to bottom of
buffer.
|
|
For configure, the option is "--disable-man".
|
|
(bug #39621)
|
|
|
|
user runs /secure decrypt (with the good passphrase)
If user gives no passphrase (for example one space when prompted), the encrypted
data read in sec.conf will be stored in a separate hashtable.
While this hashtable contains something, it is not allowed to do any operation
on passphrase or secured data (and it is not allowed to reload sec.conf).
The user can decrypt data with /secure decrypt <passphrase>.
|
|
function hashtable_get_integer
|
|
secured data inside)
|
|
secured data inside)
|
|
|
|
script (/script show)
|
|
|
|
|
|
|
|
|
|
the commands fit on a single line
|
|
interface is initialized
|
|
modes on server (bug #39582)
|
|
|
|
|
|
The AND ("&&") takes precedence over the OR ("||").
Before the fix:
>> 1 || 1 && 0
== [0]
After the fix:
>> 1 || 1 && 0
== [1]
Since the "&&" has higher priority, expression is evaluated as:
"1 || (1 && 0)".
|
|
reference)
|
|
(bug #39548)
|
|
option aspell.color.suggestions
|
|
option weechat.network.gnutls_ca_file (task #12725)
|
|
|
|
(bug #39538)
|
|
|
|
|
|
|
|
(and not beyond the end)
|
|
|
|
weechat.look.hotlist_suffix (task #12730) (patch from Nils Görs)
|
|
|
|
(bug #39415)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|