summaryrefslogtreecommitdiff
path: root/src/plugins/xfer/xfer.c
AgeCommit message (Collapse)Author
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-03-17Fix bugs with xfer buffer after /upgradeSebastien Helleu
2010-02-02Add signal "xfer_ended" (patch #7081)Sebastien Helleu
2010-01-18Add color for nicks in xfer chat (DCC chat), add missing command /me in xfer ↵Sebastien Helleu
plugin (bug #28658)
2010-01-03Update copyright datesSebastien Helleu
2009-11-22Fix crash when purging dcc chat if 2 dcc chat have same buffer (bug #28071)Sebastien Helleu
2009-09-20Add missing charset decoding/encoding for IRC DCC chat (bug #27482)Sebastien Helleu
2009-06-12Remove variable with "WeeChat required version" in plugins, do not compare ↵Sebastien Helleu
version any more (API comparison is enough)
2009-05-12Fix typo: transfert -> transferSebastien Helleu
2009-03-23Add nick completion in xfer dcc buffers, fix bug when opening xfer dcc ↵Sebastien Helleu
buffer if it already exists
2009-01-03Update copyright datesSebastien Helleu
2008-12-15Fix bug with option xfer.network.own_ip when sending DCC fileSebastien Helleu
2008-12-10Add new plugin "relay", new function "string_format_size" in plugin APISebastien Helleu
2008-11-27Remove argument "switch_to_another" for function gui_buffer_close()Sebastien Helleu
2008-11-23Add support for more than one proxy, with proxy selection for each IRC ↵Sebastien Helleu
server (task #6859)
2008-11-15Use of const for some functions returning "char *"Sebastien Helleu
2008-11-04Fix bug with pointer conversions on 64 bits architectureSebastien Helleu
2008-11-02Remove debug plugin (merged to core), new debug variable for each plugin (no ↵Sebastien Helleu
more signals for setting debug)
2008-09-18Remove "category" for buffers (keep only name).Sebastien Helleu
2008-09-02Add new hooks in plugins: info (fifo_filename) and infolists (alias, ↵Sebastien Helleu
logger_buffer, xfer)
2008-08-30Add new hooks (info and infolist), IRC plugin now return infos and infolistsSebastien Helleu
2008-08-19Reintroduce /upgrade command, working only with core and IRC plugin todaySebastien Helleu
Command will be improved in near future and other plugins like xfer will be modified to manage upgrade process.
2008-06-17New plugin "notify", new option for debug messages in pluginsSebastien Helleu
2008-06-15Fix connection bug in xfer pluginSebastien Helleu
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-05-15Add arguments for plugin init functions and "irc://.." command line option ↵Sebastien Helleu
for irc plugin
2008-05-02Fix compilation of xfer plugin on FreeBSDSebastien Helleu
2008-05-07Xfer file resume (for DCC protocol) is backSebastien Helleu
2008-05-06IRC DCC chat and file (without resume) reintroduced, via xfer plugin (called ↵Sebastien Helleu
by /dcc command)
2008-05-04Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ↵Sebastien Helleu
initial commit, not working yet)