Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-30 | xfer: fix use of uninitialized variable when adding a new xfer | Sébastien Helleu | |
2023-10-30 | xfer: fix use of NULL pointer in strrchr() | Sébastien Helleu | |
2023-10-22 | core: add number of processes in command `/sys waitpid` | Sébastien Helleu | |
2023-10-17 | xfer: format and translate commands line by line (issue #2005) | Sébastien Helleu | |
2023-10-10 | core: fix zombie processes remaining after the end of forked processes ↵ | Sébastien Helleu | |
(closes #1994) The clean of processes with waitpid() is now delayed after the kill(), so that there are no more zombies. In addition, this can be done manually if needed with `/sys waitpid`. | |||
2023-09-14 | xfer: fix crash on `/dcc chat` | Sébastien Helleu | |
2023-09-12 | xfer: fix memory leak on plugin unload | Sébastien Helleu | |
2023-09-08 | xfer: display an error message when opening file for read or write fails ↵ | Sébastien Helleu | |
(issue #2010) | |||
2023-09-06 | xfer: fix code style (issue #2004) | Sébastien Helleu | |
2023-09-06 | xfer: update command/config docs with passive DCC support. | Mario Campos | |
2023-09-06 | xfer: add passive DCC support. | Mario Campos | |
This commit also includes support for passive DCC RESUME. There was also a potential segfault with calling `atoi(pos_token)` when `pos_token` is NULL, so `token` is set to be stored as a string. Although it is an integer, we don't need to store it as such. That's really more of an implementation detail. | |||
2023-09-06 | xfer: add and identify active/passive xfer types. | Mario Campos | |
Before making any significant changes, let's identify the existing xfer types by either active or passive. | |||
2023-09-05 | core: add note for translators on command arguments (issue #2005) | Sébastien Helleu | |
Only text between angle brackets (eg: "<name>") must be translated. | |||
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) |