irssi/src/fe-common/irc/dcc
dequis f14199d9c1 Change all strcmp() to g_strcmp0() to handle nulls gracefully
Just a string replacement (but i did check every one of them)

    sed -i 's/strcmp(/g_strcmp0(/g' **/*.c
2015-04-07 22:41:05 -03:00
..
fe-dcc-chat-messages.c source cleanup: remove trailing whitespaces 2014-09-11 19:10:33 +02:00
fe-dcc-chat.c Change all strcmp() to g_strcmp0() to handle nulls gracefully 2015-04-07 22:41:05 -03:00
fe-dcc-get.c Use g_ascii_str{,n}casecmp for case insensitive comparison with 2008-03-09 12:01:16 +00:00
fe-dcc-send.c Use g_ascii_str{,n}casecmp for case insensitive comparison with 2008-03-09 12:01:16 +00:00
fe-dcc-server.c Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
fe-dcc.c Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
fe-dcc.h Prettier displaying of DCC transfers, including adding ETA. 2002-11-21 18:48:03 +00:00
Makefile.am s/INCLUDES/AM_CPPFLAGS/g 2014-06-27 09:06:21 -04:00
module-formats.c Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
module-formats.h Added DCC SERVER support by Mark Trumbull 2003-10-01 16:02:43 +00:00
module.h Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +00:00