summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-08-25api: add infos "term_colors" and "term_color_pairs"Sébastien Helleu
2019-08-25ruby: remove unused variable "ruby_hide_errors"Sébastien Helleu
2019-08-24irc: fix parsing of message 346, 348 and 728 when there is a colon before the...Sébastien Helleu
2019-08-24fset: add filters "h=xxx" and "he=xxx" to filter options by description (tran...Sébastien Helleu
2019-08-21irc: fix parsing of message 367 (banlist) when there is a colon before the ti...iwalkalone
2019-08-20core: add values djb2_32 and sum_32 for option weechat.look.nick_color_hash (...Sébastien Helleu
2019-08-20ruby: fix compilation with Ruby < 2.3Sébastien Helleu
2019-08-19core: use fixed-width integer for computing hashtable DJB2 key hash (closes #...Sébastien Helleu
2019-08-19core: use fixed-width integer for computing nick hash (issue #1394)Sébastien Helleu
2019-08-19ruby: fix conversion of big integers on 32bit architecture (closes #1395)Sébastien Helleu
2019-08-17buflist: use extra variables in option buflist.look.display_conditions (close...Sébastien Helleu
2019-08-17Revert "buflist: mention variables available for option buflist.look.display_...Sébastien Helleu
2019-08-17buflist: mention variables available for option buflist.look.display_conditio...Sébastien Helleu
2019-08-10core: create or update option weechat.notify.xxx when function buffer_set is ...Sébastien Helleu
2019-08-10api: add function list_user_data (issue #666)Andrew Potter
2019-08-10irc: replace calls to strcpy and strcat with a call to snprintfSébastien Helleu
2019-08-10irc: rename variable vars_replaced to command2, remove fallback on *ptr_commandSébastien Helleu
2019-08-10Merge remote-tracking branch 'origin/pr/615'Sébastien Helleu
2019-08-05irc: fix memory leak when removing a serverSébastien Helleu
2019-08-04irc: fix length of user/nick/host in split of messages (closes #1387)Sébastien Helleu
2019-08-04irc: add variables "user_max_length" and "host_max_length" in server structur...Sébastien Helleu
2019-08-04tests: add unit tests on IRC functions irc_message_split* (issue #1387)Sébastien Helleu
2019-08-04core: return NULL immediately if string is NULL in function hook_modifier_execSébastien Helleu
2019-08-03tests: add unit tests on IRC functions irc_message_parse and irc_message_pars...Sébastien Helleu
2019-08-03irc: return NULL in function irc_message_get_address_from_host if the receive...Sébastien Helleu
2019-07-31Merge pull request #1384 from l2dy/memorySébastien Helleu
2019-07-31build: use pkg-config to properly link pythonEli Schwartz
2019-07-29core: add some missing default keys in /help cursorSébastien Helleu
2019-07-27core: fix memory leak in case of errorZero King
2019-07-13buflist: use existing variable buflist_hdata_buffer to check buffer pointers ...Sébastien Helleu
2019-07-11core: update translations (issue #1375)Sébastien Helleu
2019-07-11buflist: check validity of buffer pointers in info "buflist" (issue #1375)Sébastien Helleu
2019-07-11buflist: add infolist "buflist" (issue #1375)Simmo Saan
2019-07-11irc: quote NICK command argument sent to the server only if there's a ":" in ...Sébastien Helleu
2019-07-10irc: split function irc_ignore_check into three functionsSébastien Helleu
2019-07-04irc: return all arguments in the PONG response to a PING (closes #1369)Sébastien Helleu
2019-06-28Merge remote-tracking branch 'origin/pr/1345'Sébastien Helleu
2019-06-26core: send command line parameter to plugins only if the name starts with the...Sébastien Helleu
2019-06-24core: auto disable upgrade process (command line option "--upgrade") if the f...Sébastien Helleu
2019-06-22irc: fix help of /connect command: the server is optionalSébastien Helleu
2019-06-17core: add option "close" in command /window (closes #853)Sébastien Helleu
2019-06-16core: add Curl options for versions 7.53.0 to 7.63.0Sébastien Helleu
2019-06-16core: replace newlines by spaces in argument "completion" of function hook_co...Sébastien Helleu
2019-06-15irc: disable server reconnection when the server buffer is closed (closes #236)Sébastien Helleu
2019-06-15irc: strip spaces at beginning/end of addresses in server option "addresses" ...Sébastien Helleu
2019-06-15api: add argument "strip_items" in function string_splitSébastien Helleu
2019-06-15core: check that string pointer is not NULL in function "string_shared_get"Sébastien Helleu
2019-06-15irc: remove capability from cap_list when a client capability is disabled (is...Sébastien Helleu
2019-06-15irc: fix display of enabled/disabled client capabilities received in command ...Sébastien Helleu
2019-06-12exec: evaluate option exec.command.shell, change default value to "${env:SHEL...Sébastien Helleu