summaryrefslogtreecommitdiff
path: root/src/irc/dcc/dcc-autoget.c
AgeCommit message (Expand)Author
2017-03-07fix dcc getailin-nemui
2017-03-06Revert "Quote the filename when dcc requests are auto accepted."ailin-nemui
2017-02-22Handle file names with quotes.LemonBoy
2017-02-21Quote the filename when dcc requests are auto accepted.LemonBoy
2015-05-15Implement CHANTYPES supportLemonBoy
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2004-07-11Don't autoget files sent to channels, unless dcc_autoget_masks is set.Timo Sirainen
2004-01-19/set -default dcc_autoget_max_size crashedTimo Sirainen
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen
2002-11-21Irssi now uses 64bit file offets if it's only supported by system. Also didTimo Sirainen
2002-05-17crashfix for previous ~/. kludgeTimo Sirainen
2002-05-16kludgeing: don't autoget files beginning with '.' if dcc_download_path isTimo Sirainen
2002-04-11/SET dcc_autoget_max_size default changed to 0 (disabled) - it's prettyTimo Sirainen
2002-02-02Ignore /SET dcc_autoresume if /SET dcc_autoget is OFF.Timo Sirainen
2001-11-02Moved some stuff from irc to core. Added command_bind_proto() function toTimo Sirainen
2001-03-20dcc_autoget_lowports -> dcc_autoaccept_lowports since dcc chat uses it tooTimo Sirainen
2001-02-28fixed some signed/unsigned issuesTimo 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