summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-01-28plugins: set priority in calls to weechat_config_new (issue #1872)Sébastien Helleu
2023-01-28core: set priority in calls to config_file_new (issue #1872)Sébastien Helleu
2023-01-28core: add priority in config file (issue #1872)Sébastien Helleu
2023-01-28core: move function hook_get_priority_and_name to wee-string.c (issue #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-15irc: update message with number of nicks when joining a channelSébastien Helleu
2023-01-12core: remove useless continue statement in loopSébastien Helleu
2023-01-12core: display error in command if allocation of arraylist failsSébastien Helleu
2023-01-12core: fix display glitch in command errors when a wide char is set in option ...Sébastien Helleu
2023-01-08python: remove unneded call to deprecated function PySys_SetArgvSébastien Helleu
2023-01-08core: do not allocate strings in dir_search_full_lib_name_ext, check return c...Sébastien Helleu
2023-01-08irc: check return code of snprintfSébastien Helleu
2023-01-08typing: fix crash when pointer buffer is not received in callback for signal ...Sébastien Helleu
2023-01-08core: remove build with autotoolsSébastien Helleu
2023-01-08ruby: remove warnings on unused parametersSébastien Helleu
2023-01-08php: remove warnings on variables "argc" and "ret_i" that might be clobbered ...Sébastien Helleu
2023-01-04core: fix Curl version in commentsSé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-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-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-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: 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 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
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-19core: remove unneeded castsSébastien Helleu
2022-12-19irc: fix calls to weechat_string_toupperSébastien Helleu