summaryrefslogtreecommitdiff
path: root/src/irc/dcc/dcc.c
AgeCommit message (Expand)Author
2016-03-22Support quoted filenames in some /DCC commandsLemonBoy
2016-03-20strip less whitespace from commandsailin-nemui
2015-11-09Use the PARAM_FLAG_STRIP_TRAILING_WS flag wherever possible.LemonBoy
2015-09-22Revert "Network and IPv{4,6} related changes"ailin-nemui
2015-09-21Initial work to make irssi respect the resolved ip orderLemonBoy
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2014-09-11source cleanup: remove trailing whitespacesMichael Vetter
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2010-04-03deprecated glib strup/down fixes from exg.Alexander Færøy
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2008-03-07Remove unneeded includes.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
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
2004-07-11Some DCC SERVER fixes.Timo Sirainen
2004-07-11Fix.Timo Sirainen
2004-03-23Passive DCC support by Francesco Fracassi (francesco.f at openssl.it)Timo Sirainen
2003-11-230.8.8 with a few backwards compatibility fixesTimo 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-13Don't rename our nick in DCC chats when connecting to server before we knowTimo 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-19net_connect*() contains now error parameter, so it can be used to properlyTimo Sirainen
2002-05-12dcc reject bugfix went wrong, fixed.Timo Sirainen
2002-05-10don't send DCC REJECT when closing a connected DCC connection.Timo Sirainen
2002-03-31Listen for DCC connections in all interfacesTimo 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-02Moved some stuff from irc to core. Added command_bind_proto() function toTimo Sirainen
2001-09-12The new /SET dcc_port range didn't work properly..Timo Sirainen
2001-09-10/SET dcc_port accepts now port range (eg. "10000 20000")Timo Sirainen
2001-08-14Module loading updates - /LOAD shows now also the statically loaded modules.Timo Sirainen
2001-06-30DCC_REC was missing MODULE_DATA_INIT() / .._DEINIT()Timo Sirainen
2001-05-22/SET dcc_own_ip for specifying own IP to use in DCC requestsTimo Sirainen
2001-03-04union { .. } addr removed from IPADDR - it hasn't been actually usedTimo Sirainen
2001-03-04IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory andTimo Sirainen
2001-02-28fixed some signed/unsigned issuesTimo Sirainen
2001-02-19Removed /SET dcc_block_size and /SET dcc_fast_send - fast send is nowTimo Sirainen
2001-02-10DCC cleanups - split DCC_REC to CHAT|GET|SEND_DCC_RECs. Plugins shouldTimo Sirainen
2001-01-18DCC cleanups - half rewrite. New features: file names with spaces workTimo Sirainen
2001-01-02/SET dcc_autoresume - like /SET dcc_autoget, but resume the files ifTimo Sirainen
2000-12-19security fixes from 0.7.97.2Timo Sirainen
2000-12-05Server events: switched order of data and server parameters. it's nowTimo Sirainen