summaryrefslogtreecommitdiff
path: root/src/irc/dcc
AgeCommit message (Expand)Author
2008-05-22Extend net_sendbuffer by adding a LINEBUF_REC member and a net_sendbuffer_rec...Emanuele Giaquinta
2008-05-19Remove some global variables used to store settings values, instead get theEmanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2008-03-07Remove unneeded includes.Emanuele Giaquinta
2008-03-04Replace g_strdup+g_str{up,down} with g_ascii_str{up,down}.Emanuele Giaquinta
2008-02-05Remove unneeded includes.Emanuele Giaquinta
2008-01-21Remove .cvsignore files.Emanuele Giaquinta
2007-10-29Fallback on rename also when errno is ENOSYS/EOPNOTSUPP becauseEmanuele Giaquinta
2007-07-26Fix typo.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2007-04-25Fix DCC get when file size is 0, bug #494.Emanuele Giaquinta
2007-01-08Remove dcc_queue_add_passive, use instead another argument in dcc_queue_add t...Emanuele Giaquinta
2006-03-26Removed all srand calls and added a single srand invokation in at startupJochen Eisinger
2006-02-17leave parameter count check as it was beforeValentin Batz
2006-02-17check the paramcount for DCC RESUME more strictlyValentin Batz
2006-01-28If dcc_own_ip contains IPv4 address, listen only in IPv4.Timo Sirainen
2006-01-17fix segfault on /quit by using a linked list node after freeing it (by Chris...Wouter Coekaerts
2005-10-10Make the compiler happy by replacing 'const char *' by 'char *'.Valentin Batz
2005-09-10don't crash if server sends weird NICK line, patch by Jarno Honkanen (Bug 216)Wouter Coekaerts
2005-08-01Fix dcc resume crash (only in the rc's and svn) (Bug 287)Wouter Coekaerts
2005-03-07Don't use a retarted ip for passive DCCWouter Coekaerts
2005-03-06Fix memleak in dcc get, by Toby Peterson (Bug 214)Wouter Coekaerts
2005-02-11Fixed output of /hilight (add a space after -levels if any).Valentin Batz
2004-08-19/DCC SEND didn't actually use /SET dcc_upload_pathTimo Sirainen
2004-07-11Don't autoget files sent to channels, unless dcc_autoget_masks is set.Timo Sirainen
2004-07-11Some DCC SERVER fixes.Timo Sirainen
2004-07-11Don't crash if dcc chated user changes nickTimo Sirainen
2004-07-11Fix.Timo Sirainen
2004-05-14Crashed with spaces in filenames, patch by Francesco FracassiTimo Sirainen
2004-05-10noinst_HEADERS -> pkginc_HEADERSTimo Sirainen
2004-03-23Passive DCC support by Francesco Fracassi (francesco.f at openssl.it)Timo Sirainen
2004-01-19/set -default dcc_autoget_max_size crashedTimo Sirainen
2003-11-230.8.8 with a few backwards compatibility fixesTimo Sirainen
2003-11-16Don't crash with /DCC SEND nick ""Timo Sirainen
2003-11-16Allow /SET dcc_own_ip to be non-local address.Timo Sirainen
2003-10-01Added DCC SERVER support by Mark TrumbullTimo Sirainen
2003-07-09Network fixes. DCC fixes for IPv6 + BSDs.Timo Sirainen
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen
2002-12-10GC fixes.Timo Sirainen
2002-11-21Irssi now uses 64bit file offets if it's only supported by system. Also didTimo Sirainen
2002-11-19/SET dcc_send_replace_space_with_underscore ON was buggy.Timo Sirainen
2002-11-17Less strict error checking, and notify about every error we do see.Timo Sirainen
2002-11-17If /DCC SEND file isn't found, complain about itTimo Sirainen
2002-11-13Don't rename our nick in DCC chats when connecting to server before we knowTimo Sirainen
2002-11-11Fixes to allow -append and -prepend work when there's only one file beingTimo Sirainen
2002-11-11whops, forgot to addTimo Sirainen
2002-11-11DCC send supports now queueing. Patch by Heikki Orsila <heikki@ee.tut.fi>,Timo Sirainen
2002-10-14/SET dcc_file_create_mode wasn't used. Also print strerror() message ifTimo Sirainen
2002-09-14in_addr_t wasn't too standard, so use guint32 after all.Timo Sirainen