Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-18 | xfer: fix conversion of string to IPv4 on 32-bit systems (issue #1999) | Sébastien Helleu | |
2023-05-20 | xfer: create buffer with function buffer_new_props (issue #1942) | Sébastien Helleu | |
With this function, buffer properties are set when the buffer is created and can be read immediately by other plugins/scripts, for example in a callback of signal "buffer_opened". | |||
2023-05-13 | core: add quotes around paths in CMake files (closes #29) | Sébastien Helleu | |
2023-04-01 | core, plugins: set options to NULL by default, refactor config init functions | Sébastien Helleu | |
2023-03-16 | core: use new key name in command `/key` and configuration file | Sébastien Helleu | |
Legacy keys are automatically converted to new names when loading configuration file `weechat.conf`. Examples: "ctrl-I" => "tab" "meta2-1;3A" => "meta-up" "meta2-Z" => "shift-tab" "meta-wmeta-meta2-A" => "meta-w,meta-up" "ctrl-Cb" => "ctrl-c,b" | |||
2023-01-28 | core, plugins: replace calls to string_str(n)cmp by str(n)cmp (issue #1872) | Sébastien Helleu | |
2023-01-28 | xfer: make xfer types and protocols case sensitive (issue #1872) | Sébastien Helleu | |
2023-01-28 | core, plugins: make input actions in buffers case sensitive (issue #1872) | Sébastien Helleu | |
2023-01-28 | core, plugins: make plugin names case sensitive (issue #1872) | Sébastien Helleu | |
2023-01-28 | core, plugins: make commands, hook command_run, completions and aliases case ↵ | Sébastien Helleu | |
sensitive (issue #1872) | |||
2023-01-28 | plugins: set priority in calls to weechat_config_new (issue #1872) | Sébastien Helleu | |
2023-01-08 | core: remove build with autotools | Sébastien Helleu | |
CMake is now the only way to build WeeChat. | |||
2023-01-01 | core: update copyright dates | Sébastien Helleu | |
2022-10-08 | xfer: add missing include of netinet/in.h | Sébastien Helleu | |
This fixes compilation on FreeBSD 13.0. | |||
2022-09-09 | xfer: use larger buffer for IP address | Sébastien Helleu | |
This removes a gcc warning about a too small buffer. | |||
2022-09-03 | xfer: fix DCC file receive on Termux (closes #1811) | Sébastien Helleu | |
This fixes such error displayed on Termux when receiving a DCC file: xfer: invalid address "96747949": error 8 hostname nor servname provided, or not known | |||
2022-08-08 | xfer: move and rename function xfer_filename_crc32 to xfer-file.c | Sébastien Helleu | |
2022-08-07 | core: add option `-save` in command `/upgrade` (closes #1630) | Sébastien Helleu | |
2022-08-07 | xfer: disconnect all active DCC chats and files on /upgrade | Sébastien Helleu | |
2022-08-07 | xfer: fix refresh of xfer buffer after /upgrade | Sébastien Helleu | |
2022-07-27 | irc: display an error message when using command /dcc without xfer plugin loaded | Sébastien Helleu | |
2022-07-27 | xfer: fix crash when closing DCC chat buffer | Sébastien Helleu | |
2022-01-17 | core: update copyright dates | Sébastien Helleu | |
2022-01-15 | xfer: fix auto-accept of server/nick when the server name contains UTF-8 ↵ | Sébastien Helleu | |
chars (issue #1739) | |||
2021-05-25 | core: replace freenode by libera in command examples | Sébastien Helleu | |
2021-05-16 | buflist, irc, xfer: do not translate "cleartext" in buffer local variable ↵ | Sébastien Helleu | |
"tls_version" (issue #1622) The text "cleartext" is translated for display only: directly with gettext in IRC plugin and with "${translate:${tls_version}}" in the buflist evaluated format. | |||
2021-05-16 | irc, buflist: add bar item "tls_version" with options for colors, add ↵ | Andrew Potter | |
buflist format "${format_tls_version}" (issue #1622) | |||
2021-05-11 | xfer: remove "%h" from /help xfer.file.upload_path (issue #1285) | Sébastien Helleu | |
2021-05-11 | xfer: change default value of option xfer.file.download_path to ↵ | Sébastien Helleu | |
"${weechat_data_dir}/xfer" (issue #1285) | |||
2021-05-11 | core: split WeeChat home in 4 directories, use XDG directories by default ↵ | Sébastien Helleu | |
(issue #1285) The 4 directories (which can be the same): - config: configuration files, certificates - data: log/upgrade files, local plugins, scripts, xfer files - cache: script repository, scripts downloaded (temporary location) - runtime: FIFO pipe, relay UNIX sockets | |||
2021-04-26 | xfer: make file transfer fail when option xfer.file.auto_rename is off and ↵ | Sébastien Helleu | |
file already exists (closes #1633) | |||
2021-01-02 | core: update copyright dates | Sébastien Helleu | |
2020-05-08 | core: rename functions hook_completion_{get_string|list_add} to ↵ | Sébastien Helleu | |
completion_{get_string|list_add} Old functions are kept for compatibility reasons. | |||
2020-01-04 | xfer: send signal "xfer_ended" after the received file has been renamed ↵ | Sébastien Helleu | |
(closes #1438) | |||
2020-01-04 | core: update copyright dates | Sébastien Helleu | |
2019-10-23 | plugins: sort options added in configuration sections | Sébastien Helleu | |
2019-10-05 | xfer: add option xfer.file.download_temporary_suffix with default value ↵ | Sébastien Helleu | |
".part" (closes #1237) | |||
2019-10-05 | xfer: fix memory leak when a xfer is freed and when the plugin is unloaded | Sébastien Helleu | |
2019-10-01 | core: fix style in CMake files | Sébastien Helleu | |
2019-06-24 | core: auto disable upgrade process (command line option "--upgrade") if the ↵ | Sébastien Helleu | |
file weechat.upgrade is not found | |||
2019-06-15 | api: add argument "strip_items" in function string_split | Sébastien Helleu | |
2019-04-25 | cmake: allow custom libdir (fix #1341) | Ryan Farley | |
Allows for custom LIBDIR to specified with cmake builds. WEECHAT_LIBDIR is used for a custom Weechat directory, or set from LIBDIR (as LIBDIR used to be set). | |||
2019-04-13 | api: return allocated string in hook_info callback and function info_get | Sébastien Helleu | |
2019-04-06 | xfer: add option xfer.network.speed_limit_recv (closes #269) | Sébastien Helleu | |
For consistency, the option xfer.network.speed_limit has been renamed to xfer.network.speed_limit_send. | |||
2019-03-24 | core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage ↵ | Sébastien Helleu | |
options This option is OFF by default and should be enabled only for tests, to measure test coverage. | |||
2019-03-10 | core: replace argument "keep_eol" by "flags" in function string_split ↵ | Sébastien Helleu | |
(closes #1322) | |||
2019-01-01 | core: update copyright dates | Sébastien Helleu | |
2018-11-29 | core: use https for links to GNU GPL license | Sébastien Helleu | |
2018-11-18 | core: replace "Mac OS X" and "OS X" by "macOS" (issue #1272) | Sébastien Helleu | |
2018-03-31 | core: update translations (issue #1171) | Sébastien Helleu | |