Age | Commit message (Collapse) | Author |
|
|
|
connection (closes #2103)
|
|
|
|
`/set` command
|
|
|
|
|
|
when download of scripts is disabled
|
|
|
|
|
|
|
|
(issue #2079)
|
|
#2097)
|
|
Variables renamed:
- "creation_time.tv_sec" -> "time"
- "creation_time.tv_usec" -> "time_usec"
|
|
|
|
|
|
|
|
|
|
The id is a "long long" variable with the current time (microseconds
precision).
It is guaranteed to be unique for all buffers, and the same number is never
used again, during the lifetime of the process.
It persists and is unchanged after `/upgrade`.
|
|
|
|
string
|
|
gui_color_decode
|
|
are not displayed
|
|
|
|
parted channels by default (closes #2085)
|
|
|
|
weechat.look.mouse_timer_delay (closes #2082)
|
|
|
|
scripting API
|
|
scripting API
|
|
string_parse_size
|
|
|
|
|
|
|
|
Replace calls to Tcl_GetStringFromObj by Tcl_GetString.
|
|
|
|
search` (closes #2077)
|
|
Some parameters of command `/script` were renamed in commit
85b5bacfe3d7343cb8695b8d7b0467732d8b8d53 but the default mouse keys were not
changed and still using the old parameters names.
|
|
|
|
|
|
|
|
|
|
is enabled (closes #2074)
|
|
|
|
separated by semicolons
|
|
|
|
|
|
The server option "autojoin_delay" adds a delay before autojoin.
The server option "command_delay" is now used to add a delay before the
execution of the command.
On upgrade from an old version, the option "command_delay" is copied to
"autojoin_delay" (in old versions, "command_delay" was applied after the
execution of command and before the autojoin).
|
|
|
|
|
|
|