summaryrefslogtreecommitdiff
path: root/src/irc/irc-dcc.c
AgeCommit message (Collapse)Author
2006-09-30Fixed crash for DCC receiver when resuming a file (bug #17885), fixed DCC ↵Sebastien Helleu
error for sender when receiver cancels DCC (bug #17852)
2006-09-12Fixed highlight for DCC, invite and notice: when a window is displaying ↵Sebastien Helleu
buffer, there's no highlight
2006-08-20Added hotlist in session file when using /upgrade command (task #5449)Sebastien Helleu
2006-08-05Fixed DCC restore after /upgrade (now order is saved)Sebastien Helleu
2006-08-05Fixed DCC file connection problem (connection from receiver to sender)Sebastien Helleu
2006-08-03Improved DCC speed (up to x5 on LAN) by forking for DCC files and a new ↵Sebastien Helleu
option "dcc_fast_send" (does not wait for ACK) (task #5758)
2006-07-27Use of constants for min/max DCC blocksizeSebastien Helleu
2006-07-23Splited weechat.c into weechat.c and util.cSebastien Helleu
2006-07-16added some panel functions, fixed refresh bugs when terminal is resized: too ↵Sebastien Helleu
many refreshs, display bug with splited windows
2006-06-10Fixed crashes with DCC chat remove/purge on DCC view (bug #16775)Sebastien Helleu
2006-05-20Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used ↵Sebastien Helleu
for WeeChat log file
2006-04-23Fixed bug #16416 (crash when purging old DCC chats)Sebastien Helleu
2006-04-22Splited GUI sourcesSebastien Helleu
2006-04-15Fixed many crashes with DCC chatSebastien Helleu
2006-04-03Added nick alignment in DCC chat, /query and /msg, fixed DCC chat bug when ↵Sebastien Helleu
closing buffer
2006-03-04Using new default value for DCC download dir (created at startup), fixed ↵Sebastien Helleu
logs dir creation
2006-01-08Fixed hotlist display bug with server buffer when all servers are displayed onSebastien Helleu
same buffer (display was current server instead of server with activity)
2006-01-04New year in copyright, FSF address changedSebastien Helleu
2005-12-11Added charset by server and channel, new command: /charsetSebastien Helleu
2005-12-06added /upgrade command, added ETA for DCC filesSebastien Helleu
2005-11-10Fixed bug with DCC chat close and get_dcc_info plugin functionSebastien Helleu
2005-11-04- added major feature: new color management system (internal to WeeChat), nowSebastien Helleu
colors are displayed by WeeChat (optional by new settings irc_colors_receive and irc_colors_send) - fixed IRC command 367 - added IRC command 382
2005-10-31Fixed type used for htonl function (replaced u_int32_t by uint32_t, now OK underSebastien Helleu
MacOS)
2005-10-30- added new setting (look_one_server_buffer): use same buffer for all serversSebastien Helleu
- fixed DCC bug when looking for ports in range
2005-10-22- added dcc_own_ip and dcc_port_range settings, patch by Jim RamsaySebastien Helleu
- fixed bug when exiting DCC buffer (wrong input buffer)
2005-09-20Fixed DCC bug: delete failed file only if really empty (on disk)Sebastien Helleu
2005-09-15Fixed scroll problem (screen moving when scrolling and new line displayed)Sebastien Helleu
2005-08-26Set non blockant socket for dcc connection (as it was made before)Sebastien Helleu
2005-08-04add half (due to dcc) dcc support with proxies (only in ipv4 )Emmanuel Bouthenot
2005-07-19Added "irc_highlight" setting, fixed crash when doing /part on an active DCC ↵Sebastien Helleu
chat buffer
2005-07-13Added color for private in hotlist (different than color for highlight)Sebastien Helleu
2005-07-13Setting "dcc_auto_resume" now used, and fixed address & pos conversion to ↵Sebastien Helleu
unsigned long for DCC
2005-07-13Added DCC resumeSebastien Helleu
2005-07-12When DCC failed, do not display local filename if transfer failed before ↵Sebastien Helleu
starting
2005-07-12Added message on server buffer when DCC file transfer failed (or was aborted)Sebastien Helleu
2005-07-12- added DCC timeoutSebastien Helleu
- fixed FIFO pipe (command now authorized on a buffer not connected to an IRC server) - fixed Perl bug with info reading functions
2005-05-05Improved Perl interface and some changes in Python:Sebastien Helleu
- function "print_with_channel" was removed - function "command" now runs weechat command or send text to channel - Perl functions are now called with weechat::name (instead of IRC::name) - IRC::xxx functions are still active for compatibility with old scripts
2005-04-23Added transfer rate for DCC filesSebastien Helleu
2005-03-10Fixed type used for Mac OS (replaced uint32_t by u_int32_t)Sebastien Helleu
2005-03-09Fixed crash when cancelling DCC CHAT that was not startedSebastien Helleu
2005-02-27Added date/time for DCC CHAT on DCC bufferSebastien Helleu
2005-02-27Added DCC CHAT (send & recv)Sebastien Helleu
2005-02-20Added DCC sendSebastien Helleu
2005-01-01Version 0.0.9Sebastien Helleu
2004-09-28Fixed display bug: now redraws all DCC view when one or more DCC status are ↵Sebastien Helleu
modified
2004-09-16Added DCC control keys (Accept, Cancel, Remove, Close DCC view)Sebastien Helleu
2004-09-11Display DCC progress in realtime, added selected DCC color config option, ↵Sebastien Helleu
move into DCC list is ok (scroll)
2004-09-09Removed debug messageSebastien Helleu
2004-09-09DCC not auto accepted (depending on config), "~" replaced by home in dcc ↵Sebastien Helleu
download dir, suffix displayed in filename received (if file is renamed), highlight for DCC buffer
2004-09-08Incoming DCC fileSebastien Helleu