Age | Commit message (Expand) | Author |
2015-04-07 | Change all strcmp() to g_strcmp0() to handle nulls gracefully | dequis |
2014-09-11 | source cleanup: remove trailing whitespaces | Michael Vetter |
2014-06-30 | Add NO_ACT checks for DCC messages | David Leadbeater |
2014-06-27 | s/INCLUDES/AM_CPPFLAGS/g | Dave Reisner |
2010-04-04 | Add missing includes to shut the compiler up. | Alexander Færøy |
2010-04-03 | deprecated glib strup/down fixes from exg. | Alexander Færøy |
2008-11-09 | Emit message irc own_{action,notice,wall} and message dcc own{,_action} with | Emanuele Giaquinta |
2008-05-19 | Remove some global variables used to store settings values, instead get the | Emanuele Giaquinta |
2008-03-09 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |
2008-01-21 | Remove .cvsignore files. | Emanuele Giaquinta |
2007-12-05 | Fix typo. | Emanuele Giaquinta |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2005-10-10 | Make the compiler happy by replacing 'const char *' by 'char *'. | Valentin Batz |
2004-05-10 | noinst_HEADERS -> pkginc_HEADERS | Timo Sirainen |
2003-11-23 | 0.8.8 with a few backwards compatibility fixes | Timo Sirainen |
2003-10-01 | missed | Timo Sirainen |
2003-10-01 | Added DCC SERVER support by Mark Trumbull | Timo Sirainen |
2002-12-28 | Added time, size and level setting types. Breaks some settings - I'll add | Timo Sirainen |
2002-11-21 | Prettier displaying of DCC transfers, including adding ETA. | Timo Sirainen |
2002-11-11 | DCC 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 if | Timo Sirainen |
2002-05-26 | "/MSG *" works now properly with dcc chat queries. | Timo Sirainen |
2002-02-10 | Correctly handle DCC GET write() failures. | Timo Sirainen |
2002-02-10 | Level for own dcc chat messages should contain NO_ACT too (which also | Timo Sirainen |
2002-02-06 | DCC /MSG handlers broke /MSG -ircnet | Timo Sirainen |
2002-02-04 | Broke DCC CHAT queries. | Timo Sirainen |
2002-02-04 | printtext(): you can now specify server target with tag name instead of | Timo Sirainen |
2002-01-19 | Added "dccownquerynick" which /FORMAT own_dcc_query uses. | Timo Sirainen |
2002-01-11 | dcc chat actions didn't work properly | Timo Sirainen |
2002-01-09 | Added "message dcc xxx" signals for printing DCC messages. | Timo Sirainen |
2001-12-20 | Added WINDOW_REC declaration to common.h, removed unneeded #include "servers.... | Timo Sirainen |
2001-11-19 | If /SET dcc_upload_path is empty, we should use the current directory, not | Timo Sirainen |
2001-11-19 | Filename completion for /DCC SEND looked files from wrong default directory. | Timo Sirainen |
2001-11-05 | Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get bef... | Timo Sirainen |
2001-11-02 | Moved some stuff from irc to core. Added command_bind_proto() function to | Timo Sirainen |
2001-10-20 | Get the server tag to query from dcc->servertag, not dcc->server->tag, to | Timo Sirainen |
2001-08-14 | Module 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 /SCRIPT | Timo Sirainen |
2001-06-01 | dcc, flood and notifylist aren't compiled as loadable modules anymore, | Timo Sirainen |
2001-05-11 | added "dcc request send" signal - irssi now prints "DCC CHAT/SEND request | Timo Sirainen |
2001-05-11 | "dcc error file not found" -> "dcc error file open". Print the actual error | Timo Sirainen |
2001-05-11 | always 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, not | Timo Sirainen |
2001-03-03 | DCC actions have now ACTIONS level as well as the DCCMSGS. | Timo Sirainen |
2001-03-02 | kb -> kB | Timo Sirainen |
2001-02-17 | /LOAD module tries to load "module_core" instead. If it wasn't found, | Timo Sirainen |
2001-02-16 | added fe-dcc.h | Timo Sirainen |
2001-02-10 | DCC cleanups - split DCC_REC to CHAT|GET|SEND_DCC_RECs. Plugins should | Timo Sirainen |
2001-02-09 | DCC chat nicks are in /MSG completion list now if chat isn't in query. | Timo Sirainen |