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-buffer.c
Age
Commit message (
Expand
)
Author
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-01-04
core: update copyright dates
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-01-07
core: fix some styles
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-09-23
core, plugins: check return code of strftime function
Sébastien Helleu
2017-01-01
core: update copyright dates
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-01-01
core: update copyright dates
Sébastien Helleu
2014-01-09
xfer: add support of IPv6 for DCC chat/file (patch #7992)
Andrew Potter
2014-01-06
xfer: add option xfer.file.auto_check_crc32 (patch #7963)
Sebastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-01-01
core: update copyright dates
Sebastien Helleu
2012-12-25
xfer: fix memory leak when refreshing xfer buffer
Sebastien Helleu
2012-12-15
core: move comments with description of C file to top of files
Sebastien Helleu
2012-12-13
core: reformat comments for functions
Sebastien Helleu
2012-11-27
xfer: display remote IP address for DCC chat/file (task #12289) (patch from N...
Sebastien Helleu
2012-11-27
xfer: limit bytes received to file size (for DCC file received), fix crash wh...
Sebastien Helleu
2012-01-08
core: update copyright dates
Sebastien Helleu
2011-11-27
core: check pointer returned by function localtime
Sebastien Helleu
2011-11-19
xfer: display origin of xfer in core and xfer buffers (task #10956)
Sebastien Helleu
2011-10-26
core: remove unneeded whitespace
Sebastien Helleu
2011-06-15
relay, xfer: display possible actions in buffer even if list is empty
Sebastien Helleu
2011-01-01
Update copyright dates
Sebastien Helleu
2010-11-10
Fix dcc file transfer for large files (more than 4 GB) on 32-bit systems (bug...
Sebastien Helleu
2010-06-22
Update licenses and copyrights, add missing author names in sources
Sebastien Helleu
2010-04-08
Reformat and add comments for description of C sources
Sebastien Helleu
2010-03-17
Fix bugs with xfer buffer after /upgrade
Sebastien Helleu
2010-01-03
Update copyright dates
Sebastien Helleu
2009-02-17
Add new local variable "type" for buffers
Sebastien Helleu
2009-01-03
Update copyright dates
Sebastien Helleu
2008-12-10
Add new plugin "relay", new function "string_format_size" in plugin API
Sebastien Helleu
2008-11-27
Remove argument "switch_to_another" for function gui_buffer_close()
Sebastien Helleu
2008-10-22
Add function buffer_set_pointer in plugin API
Sebastien Helleu
2008-09-18
Replace french word "pourcentage" by percentage
Sebastien Helleu
2008-09-18
Remove "category" for buffers (keep only name).
Sebastien Helleu
2008-08-19
Reintroduce /upgrade command, working only with core and IRC plugin today
Sebastien Helleu
2008-06-03
Add "const" keyword for some "char *" function arguments (core and plugins API)
Sebastien Helleu
2008-05-07
Xfer file resume (for DCC protocol) is back
Sebastien Helleu
2008-05-06
Xfer list: help about keys, fix of minor display bugs
Sebastien Helleu
2008-05-06
Do not automatically switch to xfer buffer, except by /xfer command
Sebastien Helleu
2008-05-06
IRC DCC chat and file (without resume) reintroduced, via xfer plugin (called ...
Sebastien Helleu
2008-05-04
Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ...
Sebastien Helleu