summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-03-24core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage o...Sébastien Helleu
2019-03-21irc: fix length of string for SHA-512, SHA-256 and SHA-1 in help on ssl_finge...Sébastien Helleu
2019-03-19irc: display an error with /allchan -current or /allpv -current if the curren...Sébastien Helleu
2019-03-19php: remove value for first #define in headersSébastien Helleu
2019-03-18irc: fix update of channels modes with arguments when joining a channel (clos...Sébastien Helleu
2019-03-17core: fix typo: Weechat -> WeeChatSébastien Helleu
2019-03-12relay: fix compilation warning when gnutls is not foundSébastien Helleu
2019-03-12irc: fix compilation warning when gnutls is not foundSébastien Helleu
2019-03-12core: set max length to 4096 for /secure passphrase (closes #1323)Sébastien Helleu
2019-03-11core: improve message displayed when a command is not allowed (issue #928)Sébastien Helleu
2019-03-11relay: use empty value by default for option relay.weechat.commands (issue #928)Sébastien Helleu
2019-03-10relay: add forbidden commands /key and /trigger in weechat protocol (issue #928)Sébastien Helleu
2019-03-10relay: add forbidden commands /wait and /repeat in weechat protocol (issue #928)Sébastien Helleu
2019-03-10core: replace argument "keep_eol" by "flags" in function string_split (closes...Sébastien Helleu
2019-03-09core: add value -1 for keep_eol in function string_strip (issue #1322)Sébastien Helleu
2019-03-09relay: add extra forbidden commands in weechat protocol (issue #928)Sébastien Helleu
2019-03-02core: use bitwise shift operator to define flag constantsSébastien Helleu
2019-02-28irc: quote argument to NICKMatthew Martin
2019-02-28script: use SHA-512 instead of MD5 for script checksumSébastien Helleu
2019-02-28relay: add option relay.weechat.commands (closes #928)Sébastien Helleu
2019-02-28api: add function command_options (issue #928)Sébastien Helleu
2019-02-27php: fix memory leak in functions using hashtable parametersSébastien Helleu
2019-02-27core: remove function gui_buffer_match_list_split, use function string_match_...Sébastien Helleu
2019-02-27core: use function string_match_list for the autoload of pluginsSébastien Helleu
2019-02-27api: add function string_match_listSébastien Helleu
2019-02-26fset: fix typo in /help fset.format.option2arza
2019-02-24relay: remove obsolete commentSébastien Helleu
2019-02-23core: add /filter addreplace (closes #1055)Simmo Saan
2019-02-23core: merge two comments in a single one (issue #1309, issue #1311)Sébastien Helleu
2019-02-23Merge remote-tracking branch 'origin/pr/1311'Sébastien Helleu
2019-02-22fset: fix slow refresh of fset buffer during /reload (closes #1313)Sébastien Helleu
2019-02-21gui: fix use after free bug in /filter del (issue #1309)Simmo Saan
2019-02-21gui: only refilter affected buffers on filter change (closes #1309)Simmo Saan
2019-02-19core: force new API version to prevent the old aspell plugin to load (issue #...Sébastien Helleu
2019-02-19spell: rename "aspell" plugin to "spell" (issue #1299)Sébastien Helleu
2019-02-19Merge remote-tracking branch 'origin/pr/1307'Sébastien Helleu
2019-02-18core: fix compilation on Mac OS (closes #1308)Sébastien Helleu
2019-02-18aspell: optimize stripping of nick_completer (issue #1306)Simmo Saan
2019-02-18aspell: strip trailing spaces from nick_completer (closes #1306)Simmo Saan
2019-02-04irc: fix parsing of whois messages in notifySébastien Helleu
2019-02-03Fix typo "part or words" -> "part of words"arza
2019-01-31irc: fix crash in parsing of IRC channel modes (issue #1296, closes #1297)Sébastien Helleu
2019-01-29irc: fix parsing of MODE, 341 (invite) and CHGHOST commands when there are co...Sébastien Helleu
2019-01-28relay: fix crash on /upgrade when the real IP is not set (closes #1294)Sébastien Helleu
2019-01-27aspell: look for suggestions only if the misspelled word has changed (closes ...Sébastien Helleu
2019-01-26aspell: set a misspelled word without suggestions in local variable "aspell_s...Nils Görs
2019-01-26core: do not automatically add a space when completing "nick:" at the beginni...Sébastien Helleu
2019-01-26core: fix compilation of empty regular expression (not allowed on FreeBSD)Sébastien Helleu
2019-01-26doc: fix regex examples to be compatible with FreeBSDSébastien Helleu
2019-01-20script: add missing input actions "A" and "v" in /help scriptSébastien Helleu