summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-15irc: fix extract of isupport value when it is last in list and without value ↵Sébastien Helleu
(closes #1807)
2022-08-15buflist: improve help on option buflist.look.enabledSébastien Helleu
2022-08-15core: move line from "New features" to "Bug fixes"Sébastien Helleu
2022-08-15core: add new option trigger.color.identifier in ChangeLogSébastien Helleu
2022-08-15trigger: add elapsed time for trigger execution on monitor buffer when ↵Sébastien Helleu
trigger debug is set (closes #1806)
2022-08-15trigger: fix error on monitor buffer creation when trigger debug is >= 1 and ↵Sébastien Helleu
monitor buffer is closed
2022-08-13irc: display ACCOUNT command in private buffersSébastien Helleu
2022-08-13irc: add options and display SETNAME command in channels and private buffers ↵Sébastien Helleu
(closes #1805) New options: - irc.color.message_setname - irc.look.smart_filter_setname
2022-08-13irc: display CHGHOST command in private buffersSébastien Helleu
2022-08-13doc: update auto-generated filesSébastien Helleu
2022-08-13logger: improve help on option logger.file.auto_logSébastien Helleu
2022-08-13irc: add missing tag "irc_numeric" in all numeric IRC commands (closes #1804)Sébastien Helleu
2022-08-13tests: add tests on dynamic string functions with NULL stringSébastien Helleu
2022-08-13core: fix CMake warning in Python detectionSébastien Helleu
2022-08-09doc: update German auto-generated fileSébastien Helleu
2022-08-08core: update German translationsNils Görs
2022-08-08core: update German translationsNils Görs
2022-08-08tests: add tests on function xfer_file_search_crc32Sébastien Helleu
2022-08-08xfer: move and rename function xfer_filename_crc32 to xfer-file.cSébastien Helleu
2022-08-07irc: fix parsing of messages with trailing spaces and no trailing parameter ↵Sébastien Helleu
(closes #1803)
2022-08-07core: add option `-save` in command `/upgrade` (closes #1630)Sébastien Helleu
2022-08-07xfer: disconnect all active DCC chats and files on /upgradeSébastien Helleu
2022-08-07xfer: fix refresh of xfer buffer after /upgradeSébastien Helleu
2022-08-07relay: fix refresh of relay buffer after /upgradeSébastien Helleu
2022-08-07relay: use enum type for websocket status in clientSébastien Helleu
2022-08-05doc: update German auto-generated fileSébastien Helleu
2022-08-05Merge branch 'master' of https://github.com/weechat/weechatNils Görs
2022-08-05core: update German translationsNils Görs
2022-08-04doc: update German auto-generated fileSébastien Helleu
2022-08-04core: update German translationsNils Görs
2022-08-03ci: fix Ubuntu code name when applying Debian patchSébastien Helleu
2022-08-03ci: remove macOS 10.15, add macOS 12 in CISébastien Helleu
2022-08-03core: update ChangeLogSébastien Helleu
2022-08-03ci: remove tests on macOS 10.15Sébastien Helleu
2022-08-03tests: fix pylint errorsSébastien Helleu
2022-08-03doc: fix pylint errorsSébastien Helleu
2022-08-03ci: switch from Ubuntu 20.04 to 22.04Sébastien Helleu
2022-08-03Update Turkish translationsEmir SARI
Fixes plural structure to comply with gettext Turkish specification.
2022-08-03irc: mention how to remove capability in /help capSébastien Helleu
2022-08-02tests: fix _ast_num in script generatorSébastien Helleu
2022-08-02tests: fix scripting API tests with Python 3.8Sébastien Helleu
2022-08-02tests: disable pylint errors in testapi.pySébastien Helleu
2022-08-02tests: add tests on hdata functions (scripting API)Sébastien Helleu
2022-08-02tests: fix assignment in tcl script generatorSébastien Helleu
2022-08-02tests: fix assignment in perl script generatorSébastien Helleu
2022-08-02tests: use double quotes instead of simple quotes in ruby script generatorSébastien Helleu
This allows to use escaped chars in strings.
2022-08-02tests: add subscript in script generatorSébastien Helleu
2022-08-02tests: fix unary op in script generatorSébastien Helleu
2022-08-02ruby: fix function hdata_get_stringSébastien Helleu
2022-08-02guile: fix function hdata_get_stringSébastien Helleu