summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-04-10guile: fix memory leak in 7 functions returning allocated stringsSébastien Helleu
2018-04-07php: fix memory leak in 72 functions returning allocated stringsSébastien Helleu
2018-04-07api: add function string_format_size in scripting APISébastien Helleu
2018-04-06irc: replace "server" by "name" in /help serverSébastien Helleu
2018-04-02irc: always set nick away status on WHO response (sent manually or automatica...Sébastien Helleu
2018-04-02irc: allocate the string "prefix" in nickSébastien Helleu
2018-04-01irc: add missing parameter "-server" in /help list (issue #1165)Sébastien Helleu
2018-04-01irc: add option "-server" in command /list (closes #1165)Sébastien Helleu
2018-04-01irc: replace "server" by "target" in help of commands when the argument is no...Sébastien Helleu
2018-03-31core: fix help on option weechat.look.hotlist_count_maxSébastien Helleu
2018-03-31core: improve help on option weechat.look.hotlist_count_maxSébastien Helleu
2018-03-31core: update translations (issue #1171)Sébastien Helleu
2018-03-31xfer: improve help on option xfer.network.send_ack (issue #1171)Sébastien Helleu
2018-03-31xfer: fix code style and comments (issue #1171)Sébastien Helleu
2018-03-31xfer: move option "send_ack" (sort options by name) (issue #1171)Sébastien Helleu
2018-03-31Merge remote-tracking branch 'origin/pr/1171'Sébastien Helleu
2018-03-31irc: fix split of messages when server option "split_msg_max_length" is set t...Sébastien Helleu
2018-03-28xfer: add xfer.network.send_ack optionDominique Martinet
2018-03-28xfer: set TCP_NODELAY on recv sideDominique Martinet
2018-03-25core: add missing completion with buffer names for command /buffer merge (iss...Sébastien Helleu
2018-03-25irc: send whole IRC message including IRCv3 tags in the signals irc_in, irc_i...Sébastien Helleu
2018-03-25irc: update URL with IRCv3.2 message tags specificationSébastien Helleu
2018-03-25irc: fix memory leak when receiving a message with tagsSébastien Helleu
2018-03-25core: update translationsSébastien Helleu
2018-03-25irc: fix help on commands /unban and /unquietSébastien Helleu
2018-03-25irc: rename functions to search modelist itemsSébastien Helleu
2018-03-25irc: reorder modelist functionsSébastien Helleu
2018-03-25irc: add completion with modelist numbers for commands /unban and /unquietSébastien Helleu
2018-03-25irc: factorize code to set state of modelists in a channelSébastien Helleu
2018-03-24irc: clear the modelist if nothing was received before the end of list (invit...Sébastien Helleu
2018-03-24irc: fix indenting in debug print of modelistSébastien Helleu
2018-03-24irc: fix debug print of modelist item number and pointerSébastien Helleu
2018-03-24irc: fix debug print of modelist item datetime valueSébastien Helleu
2018-03-24irc: fix messages on exception to make them easier to translateSébastien Helleu
2018-03-24irc: mark setter as optional in modelist itemSébastien Helleu
2018-03-24irc: first search the modelist item, then free it if foundSébastien Helleu
2018-03-24irc: check that the modelist item number is valid before using itSébastien Helleu
2018-03-24irc: fix some stylesSébastien Helleu
2018-03-24irc: add indexed ban list, add completion for /unban and /unquiet (closes #59...Simmo Saan
2018-03-19core: improve help of option weechat.completion.partial_completion_alertSébastien Helleu
2018-03-19core: merge buffer by nameRuslan Bekenev
2018-03-18Replace getdtablesize() with sysconf(_SC_OPEN_MAX)Fredrik Fornwall
2018-03-18core: fix build with CMake and NinjaSébastien Helleu
2018-03-17scripts: hide message when the eval script is unloadedSébastien Helleu
2018-03-16core: quit WeeChat on ctrl-C (signal SIGINT) in headless modeSébastien Helleu
2018-03-16core: fix compilation error on CygwinSébastien Helleu
2018-03-11doc: replace "rm -f" by "$(RM)" in makefilesSébastien Helleu
2018-03-11Revert "core: remove colors from prefix/message only when needed in hook_prin...Sébastien Helleu
2018-03-11core: fix compilation warning on ignored returned value for function dup()Sébastien Helleu
2018-03-11core: add binary weechat-headless to run WeeChat without interface (closes #1...Sébastien Helleu