Age | Commit message (Collapse) | Author |
|
function hook_signal (plugin API reference)
|
|
lua_open() isn't defined on Lua 5.2 on Fedora 20. luaL_newstate() is
used in lua 5.1+, but lua 5.0 only has lua_main(). This adds a test
using luaL_newstate() if the lua_main() test fails.
|
|
|
|
(task #10847, task #13031)
The function hook_set has been added in script API.
|
|
|
|
|
|
|
|
|
|
using regular expressions
|
|
reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Andrew Potter for the patch.
|
|
|
|
(plugin API reference)
|
|
"shared_string" (bug #41104)
|
|
|
|
|
|
On OpenBSD, the variable "tv_sec" in struct timeval has type "long"
(type "time_t" under Linux).
So we need to copy this value to a temporary variable before using its
pointer with function localtime().
|
|
|
|
|
|
notices/messages
|
|
|
|
|
|
|
|
created and merged
|
|
(plugin API reference)
|
|
|
|
|
|
|
|
|
|
reference)
|
|
|
|
|
|
|
|
|
|
|
|
New default value is now used for these options:
- weechat.color.chat_inactive_buffer: "default"
- weechat.color.chat_inactive_window: "default"
- weechat.color.chat_nick_offline: "default"
- weechat.color.chat_nick_offline_highlight_bg: "blue"
- weechat.color.chat_prefix_buffer_inactive_buffer: "default"
- irc.color.topic_old: "default"
- logger.color.backlog_end: "default"
- logger.color.backlog_line: "default"
- script.color.text_delimiters: "default"
|
|
|
|
|
|
|
|
|