summaryrefslogtreecommitdiff
path: root/src/irc/dcc
AgeCommit message (Expand)Author
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
2002-09-14s/guint32/in_addr_t/ actually.Timo Sirainen
2002-09-14DCC was broken with some 64bit systems (64bit unsigned long)Timo Sirainen
2002-08-26removed the stupid error-parameters from net_connect*() calls. errno can beTimo Sirainen
2002-05-26"/MSG *" works now properly with dcc chat queries.Timo Sirainen
2002-05-26net_ip2host() and net_host2ip() now treat any IPv6 IPs as 0.0.0.0, if IPv6Timo Sirainen
2002-05-19net_connect*() contains now error parameter, so it can be used to properlyTimo Sirainen
2002-05-17crashfix for previous ~/. kludgeTimo Sirainen
2002-05-16kludgeing: don't autoget files beginning with '.' if dcc_download_path isTimo Sirainen
2002-05-12dcc reject bugfix went wrong, fixed.Timo Sirainen
2002-05-12irssi didn't notice if DCC send connection died.Timo Sirainen
2002-05-10don't send DCC REJECT when closing a connected DCC connection.Timo Sirainen
2002-04-23warning fixTimo Sirainen
2002-04-18/SET dcc_send_replace_space_with_underscore - patch by nix@suhs.nuTimo Sirainen
2002-04-11/SET dcc_autoget_max_size default changed to 0 (disabled) - it's prettyTimo Sirainen
2002-04-10Fixed one error and several warnings with GLIB 2.0Timo Sirainen
2002-03-31Listen for DCC connections in all interfacesTimo Sirainen
2002-03-17fallback to rename() if link() isn't supported on the filesystem, so peopleTimo Sirainen
2002-03-13proper checking for lseek() failureTimo Sirainen
2002-02-10Correctly handle DCC GET write() failures.Timo Sirainen
2002-02-06DCC /MSG handlers broke /MSG -ircnetTimo Sirainen
2002-02-04Broke DCC CHAT queries.Timo Sirainen
2002-02-02Ignore /SET dcc_autoresume if /SET dcc_autoget is OFF.Timo Sirainen
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2002-01-20Connection tag variable wasn't deinitialized, so when destroying a DCCTimo Sirainen
2002-01-17When creating a file for DCC download, make sure we won't run into any raceTimo Sirainen
2002-01-09Added "message dcc xxx" signals for printing DCC messages.Timo Sirainen
2001-11-25/SET dcc_own_ip now affects also which interface irssi uses to connect toTimo Sirainen
2001-11-19Ignoring CTCPs shouldn't ignore DCC CTCPs, we're checking DCC level forTimo Sirainen
2001-11-19If /SET dcc_upload_path is empty, we should use the current directory, notTimo Sirainen
2001-11-05Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get bef...Timo Sirainen
2001-11-02Moved some stuff from irc to core. Added command_bind_proto() function toTimo Sirainen