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
Age
Commit message (
Expand
)
Author
2019-08-10
core: create or update option weechat.notify.xxx when function buffer_set is ...
Sébastien Helleu
2019-08-10
api: add function list_user_data (issue #666)
Andrew Potter
2019-08-10
irc: replace calls to strcpy and strcat with a call to snprintf
Sébastien Helleu
2019-08-10
irc: rename variable vars_replaced to command2, remove fallback on *ptr_command
Sébastien Helleu
2019-08-10
Merge remote-tracking branch 'origin/pr/615'
Sébastien Helleu
2019-08-05
irc: fix memory leak when removing a server
Sébastien Helleu
2019-08-04
irc: fix length of user/nick/host in split of messages (closes #1387)
Sébastien Helleu
2019-08-04
irc: add variables "user_max_length" and "host_max_length" in server structur...
Sébastien Helleu
2019-08-04
tests: add unit tests on IRC functions irc_message_split* (issue #1387)
Sébastien Helleu
2019-08-04
core: return NULL immediately if string is NULL in function hook_modifier_exec
Sébastien Helleu
2019-08-03
tests: add unit tests on IRC functions irc_message_parse and irc_message_pars...
Sébastien Helleu
2019-08-03
irc: return NULL in function irc_message_get_address_from_host if the receive...
Sébastien Helleu
2019-07-31
Merge pull request #1384 from l2dy/memory
Sébastien Helleu
2019-07-31
build: use pkg-config to properly link python
Eli Schwartz
2019-07-29
core: add some missing default keys in /help cursor
Sébastien Helleu
2019-07-27
core: fix memory leak in case of error
Zero King
2019-07-13
buflist: use existing variable buflist_hdata_buffer to check buffer pointers ...
Sébastien Helleu
2019-07-11
core: update translations (issue #1375)
Sébastien Helleu
2019-07-11
buflist: check validity of buffer pointers in info "buflist" (issue #1375)
Sébastien Helleu
2019-07-11
buflist: add infolist "buflist" (issue #1375)
Simmo Saan
2019-07-11
irc: quote NICK command argument sent to the server only if there's a ":" in ...
Sébastien Helleu
2019-07-10
irc: split function irc_ignore_check into three functions
Sébastien Helleu
2019-07-04
irc: return all arguments in the PONG response to a PING (closes #1369)
Sébastien Helleu
2019-06-28
Merge remote-tracking branch 'origin/pr/1345'
Sébastien Helleu
2019-06-26
core: send command line parameter to plugins only if the name starts with the...
Sébastien Helleu
2019-06-24
core: auto disable upgrade process (command line option "--upgrade") if the f...
Sébastien Helleu
2019-06-22
irc: fix help of /connect command: the server is optional
Sébastien Helleu
2019-06-17
core: add option "close" in command /window (closes #853)
Sébastien Helleu
2019-06-16
core: add Curl options for versions 7.53.0 to 7.63.0
Sébastien Helleu
2019-06-16
core: replace newlines by spaces in argument "completion" of function hook_co...
Sébastien Helleu
2019-06-15
irc: disable server reconnection when the server buffer is closed (closes #236)
Sébastien Helleu
2019-06-15
irc: strip spaces at beginning/end of addresses in server option "addresses" ...
Sébastien Helleu
2019-06-15
api: add argument "strip_items" in function string_split
Sébastien Helleu
2019-06-15
core: check that string pointer is not NULL in function "string_shared_get"
Sébastien Helleu
2019-06-15
irc: remove capability from cap_list when a client capability is disabled (is...
Sébastien Helleu
2019-06-15
irc: fix display of enabled/disabled client capabilities received in command ...
Sébastien Helleu
2019-06-12
exec: evaluate option exec.command.shell, change default value to "${env:SHEL...
Sébastien Helleu
2019-06-07
alias: remove default aliases /AME and /AMSG
jesopo
2019-06-07
core: replace char "," by "~" in color codes to separate foreground from back...
Sébastien Helleu
2019-06-04
relay: set socket option SO_KEEPALIVE only for TCP sockets when creating the ...
Sébastien Helleu
2019-06-04
relay: set socket option SO_REUSEADDR only for TCP sockets when creating the ...
Sébastien Helleu
2019-06-04
relay: set socket option SO_REUSEADDR only for TCP sockets (issue #733)
Sébastien Helleu
2019-06-04
relay: add UNIX domain socket completion for command /relay add (issue #733)
Sébastien Helleu
2019-06-04
relay: fix crash when deleting a relay (issue #733)
Sébastien Helleu
2019-06-04
relay: fix truncated path when the unix socket path is longer than the author...
Sébastien Helleu
2019-06-04
spell: add a warning if aspell.conf is still present (on first spell load)
Sébastien Helleu
2019-05-14
irc: add extra check on argument "nick" in functions "irc_nick_set_*"
Sébastien Helleu
2019-05-14
irc: fix crash when the nick in incoming message is not found in channel
Sébastien Helleu
2019-05-13
relay: remove useless condition
Sébastien Helleu
2019-05-13
relay: set address to "local" if not known
Sébastien Helleu
[next]