summaryrefslogtreecommitdiff
path: root/src/plugins/xfer
AgeCommit message (Expand)Author
2022-09-09xfer: use larger buffer for IP addressSébastien Helleu
2022-09-03xfer: fix DCC file receive on Termux (closes #1811)Sébastien Helleu
2022-08-08xfer: move and rename function xfer_filename_crc32 to xfer-file.cSébastien Helleu
2022-08-07core: add option `-save` in command `/upgrade` (closes #1630)Sébastien Helleu
2022-08-07xfer: disconnect all active DCC chats and files on /upgradeSébastien Helleu
2022-08-07xfer: fix refresh of xfer buffer after /upgradeSébastien Helleu
2022-07-27irc: display an error message when using command /dcc without xfer plugin loadedSébastien Helleu
2022-07-27xfer: fix crash when closing DCC chat bufferSébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2022-01-15xfer: fix auto-accept of server/nick when the server name contains UTF-8 char...Sébastien Helleu
2021-05-25core: replace freenode by libera in command examplesSébastien Helleu
2021-05-16buflist, irc, xfer: do not translate "cleartext" in buffer local variable "tl...Sébastien Helleu
2021-05-16irc, buflist: add bar item "tls_version" with options for colors, add buflist...Andrew Potter
2021-05-11xfer: remove "%h" from /help xfer.file.upload_path (issue #1285)Sébastien Helleu
2021-05-11xfer: change default value of option xfer.file.download_path to "${weechat_da...Sébastien Helleu
2021-05-11core: split WeeChat home in 4 directories, use XDG directories by default (is...Sébastien Helleu
2021-04-26xfer: make file transfer fail when option xfer.file.auto_rename is off and fi...Sébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu
2020-05-08core: rename functions hook_completion_{get_string|list_add} to completion_{g...Sébastien Helleu
2020-01-04xfer: send signal "xfer_ended" after the received file has been renamed (clos...Sébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-10-23plugins: sort options added in configuration sectionsSébastien Helleu
2019-10-05xfer: add option xfer.file.download_temporary_suffix with default value ".par...Sébastien Helleu
2019-10-05xfer: fix memory leak when a xfer is freed and when the plugin is unloadedSébastien Helleu
2019-10-01core: fix style in CMake filesSébastien Helleu
2019-06-24core: auto disable upgrade process (command line option "--upgrade") if the f...Sébastien Helleu
2019-06-15api: add argument "strip_items" in function string_splitSébastien Helleu
2019-04-25cmake: allow custom libdir (fix #1341)Ryan Farley
2019-04-13api: return allocated string in hook_info callback and function info_getSébastien Helleu
2019-04-06xfer: add option xfer.network.speed_limit_recv (closes #269)Sébastien Helleu
2019-03-24core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage o...Sébastien Helleu
2019-03-10core: replace argument "keep_eol" by "flags" in function string_split (closes...Sébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-11-18core: replace "Mac OS X" and "OS X" by "macOS" (issue #1272)Sébastien Helleu
2018-03-31core: update translations (issue #1171)Sébastien Helleu
2018-03-31xfer: improve help on option xfer.network.send_ack (issue #1171)Sébastien Helleu
2018-03-31xfer: fix code style and comments (issue #1171)Sébastien Helleu
2018-03-31xfer: move option "send_ack" (sort options by name) (issue #1171)Sébastien Helleu
2018-03-28xfer: add xfer.network.send_ack optionDominique Martinet
2018-03-28xfer: set TCP_NODELAY on recv sideDominique Martinet
2018-01-14core: reinitialize config file pointer to NULL after an error on section crea...Sébastien Helleu
2018-01-07core: fix some stylesSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-09-23core, plugins: check return code of strftime functionSébastien Helleu
2017-08-12core: fix cast of time_t (to "long long" instead of "long") (closes #1051)Sébastien Helleu
2017-08-10core: remove value for first #define in headers, add "PLUGIN" in plugin headersSébastien Helleu
2017-07-08fset: fix priority of plugin (load it after all other plugins)Sébastien Helleu
2017-01-13tests: fix compilation of tests on FreeBSD 11Sébastien Helleu
2017-01-01irc, xfer: fix compilation on Mac OS X (add link with resolv) (issue #276)Sébastien Helleu