index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
Age
Commit message (
Expand
)
Author
2020-09-02
script: do not automatically download list of scripts on startup if the file ...
Sébastien Helleu
2020-08-28
spell: also skip IRC color attributes codes when checking words in input (iss...
Sébastien Helleu
2020-08-25
irc: add comments in functions irc_color_decode and irc_color_encode
Sébastien Helleu
2020-08-25
spell: skip IRC color codes when checking words in input (closes #1547)
Sébastien Helleu
2020-08-24
spell: use dynamic string functions to return modified string
Sébastien Helleu
2020-08-23
api: add argument "bytes" in function string_dyn_concat
Sébastien Helleu
2020-08-22
spell: properly skip WeeChat color codes when checking words in input (closes...
Sébastien Helleu
2020-08-22
api: add function string_color_code_size (issue #1547)
Sébastien Helleu
2020-08-20
fset: fix refresh of option values in fset buffer (issue #1553)
Sébastien Helleu
2020-08-17
irc: replace calls to malloc by calloc
Sébastien Helleu
2020-08-09
fset: add option fset.look.auto_refresh (closes #1553)
Sébastien Helleu
2020-08-05
irc: send all channels in a single JOIN command when reconnecting to the serv...
Sébastien Helleu
2020-07-31
trigger: fix recursive calls to triggers using regex (closes #1546)
Sébastien Helleu
2020-07-21
irc: add pointer "irc_nick" in hashtable sent to hook focus callback (closes ...
Simmo Saan
2020-07-20
irc: allow to send text on buffers with commands /allchan, /allpv and /allserv
Sébastien Helleu
2020-07-20
irc: evaluate command executed by commands /allchan, /allpv and /allserv (clo...
Sébastien Helleu
2020-07-20
trigger: check that tag "notify_none" is not present in message to run comman...
Sébastien Helleu
2020-07-07
Add $weechat_sharedir/python for global python package import
Marco Sirabella
2020-06-26
relay: add missing field "notify_level" in message "_buffer_line_added" (issu...
Sébastien Helleu
2020-06-21
core: add bar option "color_bg_inactive" (issue #732)
Sébastien Helleu
2020-06-21
irc: check that the first nick char is not a prefix char or chantype in funct...
Sébastien Helleu
2020-06-21
irc: change default chantypes from "#&+!" to "#&"
Sébastien Helleu
2020-06-20
irc: add support of UTF8MAPPING, add support of optional server in info "irc_...
Sébastien Helleu
2020-06-20
irc: return NULL in info "irc_is_channel" if arguments is NULL or empty string
Sébastien Helleu
2020-06-15
irc: fix display of ACCOUNT message when the account name is ":*" (closes #1526)
Sébastien Helleu
2020-06-15
irc: skip semicolon before account name in ACCOUNT message
Sébastien Helleu
2020-06-10
buflist: add "window" pointer in bar item evaluation only if it's not NULL (i...
Sébastien Helleu
2020-06-07
guile: fix compiler warning (issue #1514)
Sébastien Helleu
2020-06-07
guile: fix memory leak in output port
Joram Schrijver
2020-06-07
guile: re-enable "/guile eval" (issue #1098)
Joram Schrijver
2020-06-07
guile: fix printing of output to buffer (issue #1098)
Joram Schrijver
2020-06-04
irc: fix add of ignore with flags in regex, display full ignore mask in list ...
Sébastien Helleu
2020-06-03
irc: display account messages in buffers
Max Teufel
2020-05-21
core: move functions string_base_encode and string_base_decode from plugin-ap...
Sébastien Helleu
2020-05-19
irc: do not remove spaces at the end of users messages received (closes #1513)
Sébastien Helleu
2020-05-17
trigger: add (void) before calls to trigger_callback_execute when the returne...
Sébastien Helleu
2020-05-17
trigger: only return trigger's return code when condition evaluates to true
Simmo Saan
2020-05-16
core: update translations (closes #1245, closes #1257)
Sébastien Helleu
2020-05-16
core: rename info_hashtable "gui_focus_info" to "focus_info" (issue #1257)
Sébastien Helleu
2020-05-16
core: move creation of info_hashtable from gui-focus.c to plugin-api-info.c (...
Sébastien Helleu
2020-05-12
relay: increase default limits for IRC backlog options
Sébastien Helleu
2020-05-09
irc: fix realname delimiter color in WHO/WHOX response
Simmo Saan
2020-05-09
api: use buffer pointer in argument "modifier_data" sent to weechat_print mod...
Sébastien Helleu
2020-05-08
irc: reuse a buffer with wrong type "channel" when a private message is recei...
Sébastien Helleu
2020-05-08
core: rename functions hook_completion_{get_string|list_add} to completion_{g...
Sébastien Helleu
2020-05-07
trigger: fix truncated trigger command with commands /trigger input|output|re...
Sébastien Helleu
2020-05-03
exec: return NULL immediately if the task id is invalid
Sébastien Helleu
2020-05-03
exec: fix use of same task id for different tasks (closes #1491)
Sébastien Helleu
2020-05-02
relay: add "compression" in response to handshake command (weechat protocol)
Sébastien Helleu
2020-05-01
relay: fix slow send of data to clients when SSL is enabled
Sébastien Helleu
[prev]
[next]