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
2009-05-12
Fix typo: transfert -> transfer
Sebastien Helleu
2009-03-23
Add nick completion in xfer dcc buffers, fix bug when opening xfer dcc buffer...
Sebastien Helleu
2009-01-03
Update copyright dates
Sebastien Helleu
2008-12-15
Fix bug with option xfer.network.own_ip when sending DCC file
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-11-23
Add support for more than one proxy, with proxy selection for each IRC server...
Sebastien Helleu
2008-11-15
Use of const for some functions returning "char *"
Sebastien Helleu
2008-11-04
Fix bug with pointer conversions on 64 bits architecture
Sebastien Helleu
2008-11-02
Remove debug plugin (merged to core), new debug variable for each plugin (no ...
Sebastien Helleu
2008-09-18
Remove "category" for buffers (keep only name).
Sebastien Helleu
2008-09-02
Add new hooks in plugins: info (fifo_filename) and infolists (alias, logger_b...
Sebastien Helleu
2008-08-30
Add new hooks (info and infolist), IRC plugin now return infos and infolists
Sebastien Helleu
2008-08-19
Reintroduce /upgrade command, working only with core and IRC plugin today
Sebastien Helleu
2008-06-17
New plugin "notify", new option for debug messages in plugins
Sebastien Helleu
2008-06-15
Fix connection bug in xfer plugin
Sebastien Helleu
2008-06-03
Add "const" keyword for some "char *" function arguments (core and plugins API)
Sebastien Helleu
2008-05-15
Add arguments for plugin init functions and "irc://.." command line option fo...
Sebastien Helleu
2008-05-02
Fix compilation of xfer plugin on FreeBSD
Sebastien Helleu
2008-05-07
Xfer file resume (for DCC protocol) is back
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