summaryrefslogtreecommitdiff
path: root/src/fe-common/irc/dcc
AgeCommit message (Expand)Author
2017-06-05fe-dcc-(get|send): Fix some -Wpointer-compare with newer gccdequis
2015-05-15Implement CHANTYPES supportLemonBoy
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2014-09-11source cleanup: remove trailing whitespacesMichael Vetter
2014-06-30Add NO_ACT checks for DCC messagesDavid Leadbeater
2014-06-27s/INCLUDES/AM_CPPFLAGS/gDave Reisner
2010-04-04Add missing includes to shut the compiler up.Alexander Færøy
2010-04-03deprecated glib strup/down fixes from exg.Alexander Færøy
2008-11-09Emit message irc own_{action,notice,wall} and message dcc own{,_action} withEmanuele Giaquinta
2008-05-19Remove some global variables used to store settings values, instead get theEmanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2008-01-21Remove .cvsignore files.Emanuele Giaquinta
2007-12-05Fix typo.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2005-10-10Make the compiler happy by replacing 'const char *' by 'char *'.Valentin Batz
2004-05-10noinst_HEADERS -> pkginc_HEADERSTimo Sirainen
2003-11-230.8.8 with a few backwards compatibility fixesTimo Sirainen
2003-10-01missedTimo Sirainen
2003-10-01Added DCC SERVER support by Mark TrumbullTimo Sirainen
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen
2002-11-21Prettier displaying of DCC transfers, including adding ETA.Timo 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-05-26"/MSG *" works now properly with dcc chat queries.Timo Sirainen
2002-02-10Correctly handle DCC GET write() failures.Timo Sirainen
2002-02-10Level for own dcc chat messages should contain NO_ACT too (which alsoTimo Sirainen
2002-02-06DCC /MSG handlers broke /MSG -ircnetTimo Sirainen
2002-02-04Broke DCC CHAT queries.Timo Sirainen
2002-02-04printtext(): you can now specify server target with tag name instead ofTimo Sirainen
2002-01-19Added "dccownquerynick" which /FORMAT own_dcc_query uses.Timo Sirainen
2002-01-11dcc chat actions didn't work properlyTimo Sirainen
2002-01-09Added "message dcc xxx" signals for printing DCC messages.Timo Sirainen
2001-12-20Added WINDOW_REC declaration to common.h, removed unneeded #include "servers....Timo Sirainen
2001-11-19If /SET dcc_upload_path is empty, we should use the current directory, notTimo Sirainen
2001-11-19Filename completion for /DCC SEND looked files from wrong default directory.Timo 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-10-20Get the server tag to query from dcc->servertag, not dcc->server->tag, toTimo Sirainen
2001-08-14Module loading updates - /LOAD shows now also the statically loaded modules.Timo Sirainen
2001-07-29--enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPTTimo Sirainen
2001-06-01dcc, flood and notifylist aren't compiled as loadable modules anymore,Timo 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-05-11always round up the kB value so we won't have 0kB file sizes..Timo Sirainen
2001-03-08/DCC CLOSE CHAT <unknown> signal: we were checking for "GET" here, notTimo Sirainen
2001-03-03DCC actions have now ACTIONS level as well as the DCCMSGS.Timo Sirainen
2001-03-02kb -> kBTimo Sirainen
2001-02-17/LOAD module tries to load "module_core" instead. If it wasn't found,Timo Sirainen
2001-02-16added fe-dcc.hTimo Sirainen