summaryrefslogtreecommitdiff
path: root/src/irc/dcc
AgeCommit message (Expand)Author
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
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-06-01dcc, flood and notifylist aren't compiled as loadable modules anymore,Timo Sirainen
2001-05-22/SET dcc_own_ip for specifying own IP to use in DCC requestsTimo Sirainen
2001-05-11added "dcc request send" signal - irssi now prints "DCC CHAT/SEND requestTimo Sirainen
2001-05-11"dcc error file not found" -> "dcc error file open". Print the actual errorTimo Sirainen
2001-03-20dcc_autoget_lowports -> dcc_autoaccept_lowports since dcc chat uses it tooTimo 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-21DCC CTCP replies weren't handled properlyTimo 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-02-03DCC RESUME, DCC ACCEPT: we might have crashed with invalid parameters.Timo Sirainen
2001-01-18DCC cleanups - half rewrite. New features: file names with spaces workTimo Sirainen
2001-01-07item_get_dcc(void *item) -> WI_ITEM_REC *itemTimo Sirainen
2001-01-02/SET dcc_autoresume - like /SET dcc_autoget, but resume the files ifTimo Sirainen
2001-01-01Added/moved several "typedef struct _XXX XXX;" to common.h so thatTimo 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