summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-03-25logger: check that logger buffer pointer is not NULL in function "logger_buff...Sébastien Helleu
2017-03-25irc: check that pointers received in arguments are not NULL in "free" functionsSébastien Helleu
2017-03-25alias: check that alias pointer is not NULL in function "alias_free"Sébastien Helleu
2017-03-25core: check that pointers received in arguments are not NULL in "free" functionsSébastien Helleu
2017-03-12core: fix typo: refreshs -> refreshesSébastien Helleu
2017-02-22core: send signal "signal_sigwinch" after refreshs (issue #902)Sébastien Helleu
2017-02-19irc: fix parsing of message 324 (modes) when there is a colon before the mode...Sébastien Helleu
2017-02-18irc: add function irc_server_get_max_modesSébastien Helleu
2017-02-18irc: update error message, update translationsSébastien Helleu
2017-02-18irc: send current modes/masks if next mask doesn't fit in the stringSébastien Helleu
2017-02-18Merge remote-tracking branch 'origin/pr/579'Sébastien Helleu
2017-02-18irc: compact some codeSébastien Helleu
2017-02-18irc: move initialization of variables "inclusive"Sébastien Helleu
2017-02-18Merge remote-tracking branch 'origin/pr/572'Sébastien Helleu
2017-02-04core: fix delayed refresh when the signal SIGWINCH is received (terminal resi...Sébastien Helleu
2017-02-03core: add last start date in output of command /version after at least one /u...Sébastien Helleu
2017-01-29irc: reorder conditions for mode smart filtering, add a commentSébastien Helleu
2017-01-29irc: don't smart filter modes given to you (closes #530)arza
2017-01-22core, alias: add xgettext comment on some command help stringsSébastien Helleu
2017-01-22core: add new resize prefix (h/v) and examples of resize in /help windowSébastien Helleu
2017-01-22core: add resize of window parents (closes #893)raspbeguy
2017-01-15fifo: remove conditional directive breaking condition (closes #875)Romero B. de S. Malaquias
2017-01-15core: fix compilation on FreeBSD with autotools (issue #276)Sébastien Helleu
2017-01-13tests: fix compilation of tests on FreeBSD 11Sébastien Helleu
2017-01-11relay: make HTTP headers case-insensitive for WebSocket connections (closes #...Sébastien Helleu
2017-01-07exec: update help descriptions for command /exec to keep compatibility betwee...AYANOKOUZI, Ryuunosuke
2017-01-06irc: fix option "-temp" in command /server (closes #880)Sébastien Helleu
2017-01-06irc: fix name of option "-temp" in /help serverSébastien Helleu
2017-01-06exec: add option "-oc" in command /exec to execute commands in process output...Sébastien Helleu
2017-01-06exec: fix memory leak in display of process outputSébastien Helleu
2017-01-01irc: fix close of server channels which are waiting for the JOIN when the ser...Sébastien Helleu
2017-01-01Merge pull request #876 from sim642/switch-join-forwardedSébastien Helleu
2017-01-01irc, xfer: fix compilation on Mac OS X (add link with resolv) (issue #276)Sébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-12-31irc: fix buffer switching on manual join for forwarded channelsSimmo Saan
2016-12-31api: add info "uptime" (WeeChat uptime)Sébastien Helleu
2016-12-31script: fix auto-load of new scripts with /script installSébastien Helleu
2016-12-20core: fix typo in /help weechat.look.align_multiline_wordsSébastien Helleu
2016-12-17core: link with resolv library only on Mac OS XSébastien Helleu
2016-12-17core: fix compilation on Mac OS X (closes #276)Sébastien Helleu
2016-12-17core: improve /help weechat.look.align_multiline_wordsSébastien Helleu
2016-12-17Merge remote-tracking branch 'origin/pr/802'Sébastien Helleu
2016-12-15irc: add examples in help of usermode server optionSébastien Helleu
2016-12-13core, xfer: display more information on fork errors (issue #573)Sébastien Helleu
2016-12-11irc: evaluate content of server option "usermode"Sébastien Helleu
2016-12-11irc: rename server option "umodes" to "usermode"Sébastien Helleu
2016-12-11Merge remote-tracking branch 'origin/pr/820'Sébastien Helleu
2016-12-03irc: evaluate content of server option "ssl_fingerprint" (closes #858)Sébastien Helleu
2016-12-01script: reload a script after upgrade only if it was loaded, set autoload onl...Sébastien Helleu
2016-11-30core: replace "core" by constant PLUGIN_CORESébastien Helleu