summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-08core: update GnuTLS section in release notesSébastien Helleu
2020-05-08doc: update German auto-generated fileSébastien Helleu
2020-05-08core: update German translationsNils Görs
2020-05-08irc: reuse a buffer with wrong type "channel" when a private message is ↵Sébastien Helleu
received (closes #869)
2020-05-08core: rename functions hook_completion_{get_string|list_add} to ↵Sébastien Helleu
completion_{get_string|list_add} Old functions are kept for compatibility reasons.
2020-05-07trigger: fix truncated trigger command with commands /trigger ↵Sébastien Helleu
input|output|recreate
2020-05-05core: add include comparison operators in evaluation of expressionsSébastien Helleu
New comparison operators: - "==*": is matching mask, case sensitive (wildcard "*" is allowed) - "!!*": is NOT matching mask, case sensitive (wildcard "*" is allowed) - "==-": is included, case sensitive - "!!-": is NOT included, case sensitive - "=-": is included, case insensitive - "!-": is NOT included, case insensitive
2020-05-03tests: replace compiler by different env lines (Travis CI)Sébastien Helleu
2020-05-03tests: switch to Ubuntu Bionic, use pylint3 to lint Python scripts (Travis CI)Sébastien Helleu
2020-05-03tests: fix pylint errorsSébastien Helleu
2020-05-03exec: return NULL immediately if the task id is invalidSébastien Helleu
2020-05-03exec: fix use of same task id for different tasks (closes #1491)Sébastien Helleu
2020-05-03doc: fix pylint errorsSébastien Helleu
2020-05-03core: update ChangeLogSébastien Helleu
2020-05-03doc: remove extra separator lines in auto-generated filesSébastien Helleu
2020-05-03doc: merge 53 autogen files into 11 files, move them to includes directorySébastien Helleu
2020-05-03core: disable pylint of script docgen.py (Travis CI)Sébastien Helleu
2020-05-03Revert "core: use pylint3 to lint Python scripts (Travis CI)"Sébastien Helleu
This reverts commit 03ec80f7d33d4a905fd42a8c4816ee88c530c217.
2020-05-03core: use pylint3 to lint Python scripts (Travis CI)Sébastien Helleu
2020-05-02doc: drop Python 2 support in script docgen.pySébastien Helleu
The script now requires Python 3.6+.
2020-05-02doc: fix path of cmdline_options.XX.adoc and man.XX.adoc (developer's guide)Sébastien Helleu
2020-05-02doc: move files cmdline_options.xx.adoc and man.xx.adoc into "includes" ↵Sébastien Helleu
directory
2020-05-02doc: merge files man_*.xx.adoc into a single file man.xx.adocSébastien Helleu
2020-05-02doc: merge files cmdline_options_debug.xx.adoc into cmdline_options.xx.adocSébastien Helleu
2020-05-02doc: add missing key "compression" in handshake responses (relay protocol)Sébastien Helleu
2020-05-02relay: add "compression" in response to handshake command (weechat protocol)Sébastien Helleu
The value can be "zlib" (default in relay) or "off".
2020-05-02doc: add examples of command responses in relay protocolSébastien Helleu
2020-05-01relay: fix slow send of data to clients when SSL is enabledSébastien Helleu
2020-04-29doc: improve indenting in examples (relay protocol)Sébastien Helleu
2020-04-29doc: update German auto-generated filesSébastien Helleu
2020-04-29core: update German translationsNils Görs
2020-04-28core: update translationsSébastien Helleu
2020-04-28core: update ChangeLog (issue #713)Sébastien Helleu
2020-04-28fifo: Open the fifo for writing tooQuentin Glidic
That will make it survive, avoiding the need to reopen it. Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2020-04-28relay: add command "completion" in weechat relay protocol (closes #1484)Sébastien Helleu
2020-04-28core: remove obsolete commentSébastien Helleu
The completion context can be "GUI_COMPLETION_NULL" if there's no base word found (for example empty input).
2020-04-28api: return integer in function gui_completion_search (issue #1484)Sébastien Helleu
2020-04-27api: add hdata "completion_word" (issue #1484)Sébastien Helleu
2020-04-27api: add functions completion_new, completion_search and completion_free ↵Sébastien Helleu
(issue #1484)
2020-04-26relay: fix error message for an invalid buffer received in a command ↵Sébastien Helleu
(weechat protocol)
2020-04-26debian: add patch to build on Ubuntu GroovySébastien Helleu
2020-04-25doc: protect monospace text with plus characters (relay protocol)Sébastien Helleu
2020-04-25doc: protect monospace text with plus characters (plugin API reference)Sébastien Helleu
2020-04-25doc: protect monospace text with plus characters (FAQ)Sébastien Helleu
2020-04-25doc: protect monospace text with plus characters (scripting guide)Sébastien Helleu
2020-04-24doc: protect monospace text with plus characters (user's guide)Sébastien Helleu
2020-04-24doc: fix markup error in function hdata_update (plugin API reference)Sébastien Helleu
2020-04-24core: add default key alt-shift-N to toggle nicklist barSébastien Helleu
2020-04-24buflist: add default key alt-shift-B to toggle buflistSébastien Helleu
2020-04-24buflist: add options enable/disable/toggle in command /buflistSébastien Helleu