]> jfr.im git - irc/weechat/weechat.git/shortlog
irc/weechat/weechat.git
2023-01-08  Sébastien HelleuVersion 3.8 v3.8
2023-01-08  Sébastien Helleucore: add note about case insensitive comparison improv...
2023-01-07  Sébastien Helleucore: update entries related to CI in ChangeLog
2023-01-07  Sébastien Helleuci: remove use of repository ppa:ondrej/php
2023-01-07  Sébastien Helleuphp: add proper detection of PHP 8.2 in all cases
2023-01-06  Sébastien Helleudebian: add symbolic link weechat_raspbian_buster.patch...
2023-01-06  Sébastien Helleucore: add CMake test called "notests" when tests are...
2023-01-06  Sébastien HelleuRevert "core: add a fake target "test" so that `make...
2023-01-05  Sébastien Helleucore: add a fake target "test" so that `make test`...
2023-01-05  Sébastien Helleucore: rename script build-test.sh to build_test.sh
2023-01-05  Sébastien Helleucore: rename script build-debian.sh to build_debian.sh
2023-01-05  Sébastien Helleucore: rename script git-version.sh to set_git_version.sh
2023-01-05  Sébastien Helleucore: add message after checking Curl symbols: "all...
2023-01-05  Sébastien Helleucore: add example with Curl repository cloned locally
2023-01-04  Sébastien Helleucore: install flake8 in CI
2023-01-04  Sébastien Helleucore: add script check_scripts.sh
2023-01-04  Sébastien Helleucore: add script check_curl_symbols.py
2023-01-04  Sébastien Helleucore: fix Curl version in comments
2023-01-04  Sébastien Helleucore: remove useless "exit 0"
2023-01-04  Sébastien Helleucore: double quote $JOBS
2023-01-04  Sébastien Helleucore: don't use eval to run commands in scripts
2023-01-04  Sébastien Helleutests: fix long lines in scripting API tests
2023-01-04  Sébastien Helleutests: ignore module level import not at top of file...
2023-01-04  Sébastien Helleutests: mark methods is_bool and is_number as static
2023-01-03  Sébastien Helleuapi: add Curl options for versions 7.64.0 to 7.87.0
2023-01-03  Sébastien Helleuplugins: change priority of scripting plugins
2023-01-03  Sébastien Helleucore: fix crash or infinite loop in /allbuf command
2023-01-03  Sébastien Helleucore: add variable list_size to prevent computing array...
2023-01-03  Sébastien Helleuirc: properly rename private buffer on notice messages
2023-01-02  Sébastien HelleuVersion 3.8-rc1 v3.8-rc1
2023-01-02  Sébastien Helleucore: fix line wrapping in Polish translations
2023-01-02  Sébastien Helleuirc: properly rename private buffer on nick changes...
2023-01-02  Sébastien Helleuirc: replace "private window" by "private buffer" in...
2023-01-01  Sébastien Helleucore: update copyright dates
2023-01-01  Sébastien Helleutests: add tests on gui input functions
2023-01-01  Sébastien Helleucore: check that buffer is not NULL in function gui_inp...
2022-12-31  Sébastien Helleucore: move function gui_input_move_to_buffer to gui...
2022-12-30  Sébastien Helleucore: fix color when the delimiter is not followed...
2022-12-30  Sébastien Helleudoc: update Polish auto-generated files
2022-12-30  Krzysztof Korościkcore: updated Polish translation
2022-12-29  Sébastien Helleudoc: update German auto-generated file
2022-12-29  Nils Görscore: update German translations
2022-12-29  Sébastien Helleucore: fix French translation of "read marker"
2022-12-29  Sébastien Helleucore: add option weechat.look.chat_space_right (issue...
2022-12-28  Krzysztof Korościkdoc: updated polish translation
2022-12-28  Sébastien Helleudoc: update German auto-generated file
2022-12-28  Nils Görscore: update German translations
2022-12-26  Sébastien Helleudoc: update German auto-generated files
2022-12-26  Nils Görscore: update German translations
2022-12-26  Nils Görscore: update German translations
2022-12-26  Sébastien Helleucore: allow value "0" in buffer property "unread" to...
2022-12-25  Sébastien Helleudoc/api: fix formatting of return value in char/string...
2022-12-25  Sébastien Helleucore: reorder entries in ChangeLog
2022-12-25  Dawid Dziurlachangelog: add entry about Ruby 3.2 detection
2022-12-25  Dawid Dziurlaruby: add detection of Ruby 3.2
2022-12-25  Sébastien Helleucore: move `/input` buffer switch/zoom actions to comma...
2022-12-25  Sébastien Helleucore: move `/input` set_unread actions to commands...
2022-12-25  Sébastien Helleucore: add command `/allbuf`
2022-12-25  Sébastien Helleuapi: do not check hotlist add conditions when adding...
2022-12-25  Sébastien Helleucore: add option `add` in command `/hotlist`
2022-12-25  Sébastien Helleucore: fix typo in comment
2022-12-25  Sébastien Helleucore: move `/input` hotlist actions to new command...
2022-12-25  Sébastien Helleucore: add function gui_buffer_jump_last_visible_number
2022-12-25  Sébastien Helleucore: move `/input` jump actions to command `/buffer...
2022-12-25  Sébastien Helleucore: fix style in ChangeLog and release notes
2022-12-25  Sébastien Helleucore: fix typo in comment
2022-12-24  Sébastien Helleucore: remove useless conditions
2022-12-24  Sébastien Helleuapi: add functions string_strcmp and string_strncmp
2022-12-24  Sébastien Helleudoc/api: mention "UTF-8" in char/string comparison...
2022-12-24  Sébastien Helleuapi: rename char comparison functions "utf8_char*"...
2022-12-24  Sébastien Helleuapi: return arithmetic difference between chars in...
2022-12-23  Sébastien Helleuapi: fix function strcmp_ignore_chars with case sensiti...
2022-12-22  Sébastien Helleucore: fix typo in French translation of /help input
2022-12-21  Sébastien Helleucore: improve case convert and insensitive char compari...
2022-12-19  Sébastien Helleucore: remove unneeded casts
2022-12-19  Sébastien Helleuirc: fix calls to weechat_string_toupper
2022-12-19  Sébastien Helleucore: fix call to string_toupper
2022-12-19  Sébastien Helleuspell: return directly output of string_dyn_free withou...
2022-12-19  Sébastien Helleuirc: return directly output of string_dyn_free without...
2022-12-19  Sébastien Helleucore: return directly output of string_dyn_free without...
2022-12-18  Sébastien Helleuapi: return newly allocated string in functions string_...
2022-12-18  Sébastien Helleucore: return number of bytes for UTF-8 char in function...
2022-12-18  Sébastien Helleutests: add tests on function gui_input_delete_next_word
2022-12-18  Sébastien Helleutests: add tests on function gui_input_delete_range
2022-12-18  Sébastien Helleutests: add tests on gui delete previous/next char functions
2022-12-18  Sébastien Helleutests: add extra tests on function gui_input_set_pos
2022-12-18  Sébastien Helleutests: add tests on gui input completion functions
2022-12-18  Sébastien Helleucore: remove unused argument "pos" from function gui_in...
2022-12-17  Sébastien Helleucore: simplify gui input functions by returning immedia...
2022-12-17  Sébastien Helleuirc: do not join channels in server autojoin option...
2022-12-14  Sébastien Helleudoc: update German auto-generated file
2022-12-14  Nils Görscore: update German translations
2022-12-11  Trygve Aabergedoc/api: Improve python example for config_new_section
2022-12-11  Trygve Aabergedoc/api: Fix return values for callback_read in config_...
2022-12-11  Sébastien Helleucore: add contributor (issue #1859)
2022-12-11  Sébastien Helleucore: update ChangeLog (issue #1859)
2022-12-11  Ryan Qiancmake: add support of compiling with enchant-2 for...
2022-12-11  Sébastien Helleucore: update ChangeLog (issue #1843)
2022-12-11  Trygve Aabergescripts: Send null values to config section callbacks
2022-12-10  Sébastien Helleutrigger: fix variables sent to focus callback (closes...
next