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-24
irc: fix parsing of message 346, 348 and 728 when there is a colon before the...
Sébastien Helleu
2019-08-24
fset: add filters "h=xxx" and "he=xxx" to filter options by description (tran...
Sébastien Helleu
2019-08-21
irc: fix parsing of message 367 (banlist) when there is a colon before the ti...
iwalkalone
2019-08-20
core: add values djb2_32 and sum_32 for option weechat.look.nick_color_hash (...
Sébastien Helleu
2019-08-20
ruby: fix compilation with Ruby < 2.3
Sébastien Helleu
2019-08-19
core: use fixed-width integer for computing hashtable DJB2 key hash (closes #...
Sébastien Helleu
2019-08-19
core: use fixed-width integer for computing nick hash (issue #1394)
Sébastien Helleu
2019-08-19
ruby: fix conversion of big integers on 32bit architecture (closes #1395)
Sébastien Helleu
2019-08-17
buflist: use extra variables in option buflist.look.display_conditions (close...
Sébastien Helleu
2019-08-17
Revert "buflist: mention variables available for option buflist.look.display_...
Sébastien Helleu
2019-08-17
buflist: mention variables available for option buflist.look.display_conditio...
Sébastien Helleu
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
[prev]
[next]