summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
AgeCommit message (Expand)Author
2023-01-30core: display similar command names when a command is unknown (closes #1877)Sébastien Helleu
2023-01-29irc: add server option "registered_mode" (closes #1625)Andrew Potter
2023-01-29core: add bug #32213 in ChangeLogSébastien Helleu
2023-01-29core: add issue #398 in ChangeLogSébastien Helleu
2023-01-29core: force ctrl keys to lower case when they are added (closes #1875)Sébastien Helleu
2023-01-29core: ignore incomplete ctrl/meta/meta2 codes in keys (issue #1875)Sébastien Helleu
2023-01-29api: readjust string size in function string_dyn_free when string is not free...Sébastien Helleu
2023-01-29tests: add tests on gui key functions (issue #1875)Sébastien Helleu
2023-01-28core: update ChangeLog (closes #1872)Sébastien Helleu
2023-01-24irc: add option `join` in command `/autojoin`Sébastien Helleu
2023-01-23irc: fix autojoin on server connection (closes #1873)Sébastien Helleu
2023-01-12core: fix display glitch in command errors when a wide char is set in option ...Sébastien Helleu
2023-01-08typing: fix crash when pointer buffer is not received in callback for signal ...Sébastien Helleu
2023-01-08core: update ChangeLog and release notes (closes #1860)Sébastien Helleu
2023-01-08Version 3.8Sébastien Helleu
2023-01-07core: update entries related to CI in ChangeLogSébastien Helleu
2023-01-07ci: remove use of repository ppa:ondrej/phpSébastien Helleu
2023-01-06core: add CMake test called "notests" when tests are not compiledSébastien Helleu
2023-01-06Revert "core: add a fake target "test" so that `make test` successes when tes...Sébastien Helleu
2023-01-05core: add a fake target "test" so that `make test` successes when tests are n...Sébastien Helleu
2023-01-05core: rename script build-test.sh to build_test.shSébastien Helleu
2023-01-05core: rename script build-debian.sh to build_debian.shSébastien Helleu
2023-01-05core: rename script git-version.sh to set_git_version.shSébastien Helleu
2023-01-04core: add script check_scripts.shSébastien Helleu
2023-01-04core: add script check_curl_symbols.pySébastien Helleu
2023-01-03api: add Curl options for versions 7.64.0 to 7.87.0Sébastien Helleu
2023-01-03irc: properly rename private buffer on notice messagesSébastien Helleu
2023-01-02irc: properly rename private buffer on nick changes or private message when n...Sébastien Helleu
2022-12-30core: fix color when the delimiter is not followed by a background color (clo...Sébastien Helleu
2022-12-29core: add option weechat.look.chat_space_right (issue #1862)Sébastien Helleu
2022-12-26core: allow value "0" in buffer property "unread" to remove read marker from ...Sébastien Helleu
2022-12-25core: reorder entries in ChangeLogSébastien Helleu
2022-12-25changelog: add entry about Ruby 3.2 detectionDawid 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: move `/input` hotlist actions to new command `/hotlist`Sé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-24api: add functions string_strcmp and string_strncmpSébastien Helleu
2022-12-24api: rename char comparison functions "utf8_char*" to "string_char*"Sébastien Helleu
2022-12-24api: return arithmetic difference between chars in string comparison functionsSébastien Helleu
2022-12-23api: fix function strcmp_ignore_chars with case sensitive comparison and wide...Sébastien Helleu
2022-12-21core: improve case convert and insensitive char comparisons (closes #258)Sébastien Helleu
2022-12-18api: return newly allocated string in functions string_tolower and string_tou...Sébastien Helleu
2022-12-18core: remove unused argument "pos" from function gui_input_insert_string, add...Sébastien Helleu
2022-12-17irc: do not join channels in server autojoin option after reconnection to the...Sébastien Helleu
2022-12-11core: update ChangeLog (issue #1859)Sébastien Helleu
2022-12-11core: update ChangeLog (issue #1843)Sébastien Helleu