summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-04core: double quote $JOBSSébastien Helleu
2023-01-04core: don't use eval to run commands in scriptsSébastien Helleu
2023-01-04tests: fix long lines in scripting API testsSébastien Helleu
2023-01-04tests: ignore module level import not at top of file (flake8 E402)Sébastien Helleu
2023-01-04tests: mark methods is_bool and is_number as staticSébastien Helleu
2023-01-03api: add Curl options for versions 7.64.0 to 7.87.0Sébastien Helleu
2023-01-03plugins: change priority of scripting pluginsSébastien Helleu
2023-01-03core: fix crash or infinite loop in /allbuf commandSébastien Helleu
2023-01-03core: add variable list_size to prevent computing arraylist size in each iter...Sébastien Helleu
2023-01-03irc: properly rename private buffer on notice messagesSébastien Helleu
2023-01-02Version 3.8-rc1Sébastien Helleu
2023-01-02core: fix line wrapping in Polish translationsSébastien Helleu
2023-01-02irc: properly rename private buffer on nick changes or private message when n...Sébastien Helleu
2023-01-02irc: replace "private window" by "private buffer" in commentsSébastien Helleu
2023-01-01core: update copyright datesSébastien Helleu
2023-01-01tests: add tests on gui input functionsSébastien Helleu
2023-01-01core: check that buffer is not NULL in function gui_input_clipboard_copySébastien Helleu
2022-12-31core: move function gui_input_move_to_buffer to gui-buffer.cSébastien Helleu
2022-12-30core: fix color when the delimiter is not followed by a background color (clo...Sébastien Helleu
2022-12-30doc: update Polish auto-generated filesSébastien Helleu
2022-12-30core: updated Polish translationKrzysztof Korościk
2022-12-29doc: update German auto-generated fileSébastien Helleu
2022-12-29core: update German translationsNils Görs
2022-12-29core: fix French translation of "read marker"Sébastien Helleu
2022-12-29core: add option weechat.look.chat_space_right (issue #1862)Sébastien Helleu
2022-12-28doc: updated polish translationKrzysztof Korościk
2022-12-28doc: update German auto-generated fileSébastien Helleu
2022-12-28core: update German translationsNils Görs
2022-12-26doc: update German auto-generated filesSébastien Helleu
2022-12-26core: update German translationsNils Görs
2022-12-26core: update German translationsNils Görs
2022-12-26core: allow value "0" in buffer property "unread" to remove read marker from ...Sébastien Helleu
2022-12-26doc/api: fix formatting of return value in char/string comparison functionsSébastien Helleu
2022-12-25core: reorder entries in ChangeLogSébastien Helleu
2022-12-25changelog: add entry about Ruby 3.2 detectionDawid Dziurla
2022-12-25ruby: add detection of Ruby 3.2Dawid Dziurla
2022-12-25core: move `/input` buffer switch/zoom actions to command `/buffer`Sébastien Helleu
2022-12-25core: move `/input` set_unread actions to commands `/allbuf` and `/buffer set`Sébastien Helleu
2022-12-25core: add command `/allbuf`Sébastien Helleu
2022-12-25api: do not check hotlist add conditions when adding buffer in hotlist with f...Sébastien Helleu
2022-12-25core: add option `add` in command `/hotlist`Sébastien Helleu
2022-12-25core: fix typo in commentSébastien Helleu
2022-12-25core: move `/input` hotlist actions to new command `/hotlist`Sébastien Helleu
2022-12-25core: add function gui_buffer_jump_last_visible_numberSébastien Helleu
2022-12-25core: move `/input` jump actions to command `/buffer jump`Sébastien Helleu
2022-12-25core: fix style in ChangeLog and release notesSébastien Helleu
2022-12-25core: fix typo in commentSébastien Helleu
2022-12-24core: remove useless conditionsSébastien Helleu
2022-12-24api: add functions string_strcmp and string_strncmpSébastien Helleu
2022-12-24doc/api: mention "UTF-8" in char/string comparison functionsSébastien Helleu