summaryrefslogtreecommitdiff
path: root/src/irc/dcc
AgeCommit message (Expand)Author
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
2000-12-04Use GIOChannel instead of sockets directly. Helps porting to win32 :)Timo Sirainen
2000-11-23s/enum GInputCondition/int/ - enums aren't supposed to orred together iTimo Sirainen
2000-11-23more changes from int xx:1 to unsigned int xx:1Timo Sirainen
2000-11-23several fixes to make irssi compile without warnings with MIPSproTimo Sirainen
2000-11-18compiler warning fixes + one real bug in dcc-chatTimo Sirainen
2000-11-17If other side replies to our DCC CHAT request with DCC CHAT request ofTimo Sirainen
2000-11-17Check that enough parameters are given to /DCC CLOSETimo Sirainen
2000-11-11/SET dcc_autodisplay_dialog isn't used for anything, removed.Timo Sirainen
2000-10-02Added -avoid-version options and disable-static for SILC module.Timo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-08-25Don't allow sending data to dcc chats if connection isn't finished yet.Timo Sirainen
2000-08-16plugin -> moduleTimo Sirainen
2000-08-15Some changes handling g_input_add() - maybe this helps to problemsTimo Sirainen
2000-07-23Added syntaxes of all commands in comments, they're going to be used toTimo Sirainen
2000-07-23A few extra checks.Timo Sirainen
2000-07-23Use net-sendbuffer with DCC chat.Timo Sirainen
2000-07-16Implemented network transmit buffer. If all data couldn't be sentTimo Sirainen
2000-07-15Fixed DCC stuff. Added DCCMSGS level for DCC chat messages.Timo Sirainen
2000-07-10Enabled lots of GCC warnings, fixed those that were easy to fix.Timo Sirainen
2000-07-04If there was any spaces after /DCC CHAT nick (like after used nickTimo Sirainen
2000-06-20cmd_get_params() calls had wrong parameter counts.Timo Sirainen
2000-06-18Changed option handling in /commands. Irssi will now complain aboutTimo Sirainen
2000-06-17Added /SET reuse_unused_windows setting, default is OFFTimo Sirainen
2000-06-09Added Irssi::Dcc::values(), updated a few other DCC things too.Timo Sirainen
2000-06-06Replying to dcc get and chat requests didn't work.Timo Sirainen
2000-06-040.7.90 released.Timo Sirainen
2000-06-04/IRCNET command.Timo Sirainen
2000-06-04..and fixed DCC resume that I just broke.Timo Sirainen