1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00
irssi/src/irc/dcc
2016-03-20 22:39:06 +01:00
..
dcc-autoget.c Implement CHANTYPES support 2015-05-15 17:07:30 +02:00
dcc-chat.c Change all strcmp() to g_strcmp0() to handle nulls gracefully 2015-04-07 22:41:05 -03:00
dcc-chat.h Extend net_sendbuffer by adding a LINEBUF_REC member and a net_sendbuffer_receive_line 2008-05-22 22:38:29 +00:00
dcc-file-rec.h Irssi now uses 64bit file offets if it's only supported by system. Also did 2002-11-21 17:48:40 +00:00
dcc-file.h DCC cleanups - split DCC_REC to CHAT|GET|SEND_DCC_RECs. Plugins should 2001-02-10 02:02:26 +00:00
dcc-get.c dcc-get: close() the temp fd so we don't get ETXTBSY in ntfs mounts 2015-09-23 23:39:37 -03:00
dcc-get.h Passive DCC support by Francesco Fracassi (francesco.f at openssl.it) 2004-03-23 22:06:41 +00:00
dcc-queue.c Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. 2014-06-10 12:06:19 -04:00
dcc-queue.h Remove dcc_queue_add_passive, use instead another argument in dcc_queue_add to initialize rec->passive. 2007-01-08 19:02:20 +00:00
dcc-rec.h Passive DCC support by Francesco Fracassi (francesco.f at openssl.it) 2004-03-23 22:06:41 +00:00
dcc-resume.c source cleanup: remove trailing whitespaces 2014-09-11 19:10:33 +02:00
dcc-send.c Use the PARAM_FLAG_STRIP_TRAILING_WS flag wherever possible. 2015-11-09 23:02:41 +01:00
dcc-send.h Removed /SET dcc_block_size and /SET dcc_fast_send - fast send is now 2001-02-19 03:40:06 +00:00
dcc-server.c Extend net_sendbuffer by adding a LINEBUF_REC member and a net_sendbuffer_receive_line 2008-05-22 22:38:29 +00:00
dcc-server.h Extend net_sendbuffer by adding a LINEBUF_REC member and a net_sendbuffer_receive_line 2008-05-22 22:38:29 +00:00
dcc.c strip less whitespace from commands 2016-03-20 22:39:06 +01:00
dcc.h source cleanup: remove trailing whitespaces 2014-09-11 19:10:33 +02:00
Makefile.am s/INCLUDES/AM_CPPFLAGS/g 2014-06-27 09:06:21 -04:00
module.h Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +00:00