index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
xfer
/
xfer.c
Age
Commit message (
Expand
)
Author
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 char...
Sébastien Helleu
2021-05-11
core: split WeeChat home in 4 directories, use XDG directories by default (is...
Sébastien Helleu
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-01-04
xfer: send signal "xfer_ended" after the received file has been renamed (clos...
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-10-05
xfer: add option xfer.file.download_temporary_suffix with default value ".par...
Sébastien Helleu
2019-10-05
xfer: fix memory leak when a xfer is freed and when the plugin is unloaded
Sébastien Helleu
2019-06-24
core: auto disable upgrade process (command line option "--upgrade") if the f...
Sébastien Helleu
2019-06-15
api: add argument "strip_items" in function string_split
Sébastien Helleu
2019-04-13
api: return allocated string in hook_info callback and function info_get
Sébastien Helleu
2019-03-10
core: replace argument "keep_eol" by "flags" in function string_split (closes...
Sébastien Helleu
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-03-28
xfer: add xfer.network.send_ack option
Dominique Martinet
2018-01-07
core: fix some styles
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-08-12
core: fix cast of time_t (to "long long" instead of "long") (closes #1051)
Sébastien Helleu
2017-07-08
fset: fix priority of plugin (load it after all other plugins)
Sébastien Helleu
2017-01-01
core: update copyright dates
Sébastien Helleu
2016-10-30
xfer: add check on filename2 allocation
Sébastien Helleu
2016-08-20
xfer: fix crash on DCC send if option xfer.file.auto_accept_nicks is set (clo...
Sébastien Helleu
2016-08-13
xfer: fix NULL pointer derefence in case of memory error in xfer_set_{local|r...
Sébastien Helleu
2016-08-07
core: irc, xfer: do not check return code of res_init()
Sébastien Helleu
2016-08-07
core, irc, xfer: add missing includes for function res_init()
Sébastien Helleu
2016-08-07
core/plugins: Use res_init before getaddrinfo.
Raghavendra Prabhu
2016-05-27
core, irc, xfer: display more information in memory allocation errors (issue ...
Sébastien Helleu
2016-03-21
core: add pointer in some callbacks (closes #406)
Sébastien Helleu
2016-01-01
core: update copyright dates
Sébastien Helleu
2015-06-27
xfer: evaluate content of options xfer.file.download_path and xfer.file.uploa...
Sébastien Helleu
2015-04-30
core: add comments after some #endif
Sébastien Helleu
2015-01-15
core: add priority in plugins to initialize them in order
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-11-09
Merge branch 'xfer_chat' of git://github.com/talisein/weechat-1 into talisein...
Sébastien Helleu
2014-11-09
xfer: fix comments
Sébastien Helleu
2014-11-09
xfer: return 0/1 instead of WEECHAT_RC_OK/ERROR in function xfer_resolve_addr
Sébastien Helleu
2014-08-20
xfer: bind to wildcard address when sending
Andrew Potter
2014-08-19
xfer: Use hook_connect() for receiving chats
Andrew Potter
2014-05-06
xfer: fix problem with option xfer.file.auto_accept_nicks when the server nam...
Sébastien Helleu
2014-03-13
xfer: Don't use sockaddr_storage for address_length
Andrew Potter
2014-03-11
xfer: Fix xfer.network.own_ip behavior
Andrew Potter
2014-02-22
xfer: remove dead assignment in function xfer_add_cb
Sebastien Helleu
2014-02-10
api: add integer return code for functions hook_{signal|hsignal}_send
Sebastien Helleu
2014-01-09
xfer: add support of IPv6 for DCC chat/file (patch #7992)
Andrew Potter
2014-01-06
xfer: use same infolist for hook and signals (patch #7974)
Andrew Potter
2014-01-06
xfer: add option xfer.file.auto_check_crc32 (patch #7963)
Sebastien Helleu
2014-01-02
xfer: add "network" prefix for (dis)connection messages in xfer chat buffer
Sebastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-11-09
xfer: load plugin even if options can not be read in xfer.conf (with warnings)
Sebastien Helleu
2013-03-25
xfer: add option xfer.file.auto_accept_nicks (patch #7962)
Andrew Potter
[next]