log libpurple/protocols/irc/dcc_send.c @ 32794:1f56d5102483

age author description
Sun, 30 Oct 2011 15:47:29 +0000 andrew victor IRC: Use file-transfer accessor function.
Sun, 16 Oct 2011 07:47:40 +0000 Elliott Sales de Andrade Update IRC for 64-bit file transfers. This probably won't really make
Sat, 24 Sep 2011 21:10:41 +0000 andrew victor Remove deprecated purple_network_listen_map_external().
Sat, 24 Sep 2011 20:48:59 +0000 andrew victor Rename purple_network_listen_range_family() to purple_network_listen_range().
Tue, 30 Aug 2011 18:34:11 +0000 andrew victor Convert irc prpl to use accessor functions purple_connection_get_protocol_data() and purple_connection_set_protocol_data().
Mon, 29 Aug 2011 22:55:51 +0000 Daniel Atallah Steps toward hiding PurpleXfer.
Fri, 26 Aug 2011 18:25:12 +0000 andrew victor Convert the irc prpl to use the new API.
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Mon, 06 Jul 2009 09:07:42 +0000 Mark Doliner More uniformity among disconnect error messages
Wed, 01 Jul 2009 16:08:55 +0000 Ethan Blanton Don't send 64-bit DCC application-level acknowledgments on 64-bit systems.
Sun, 23 Nov 2008 08:39:39 +0000 Elliott Sales de Andrade Replace spaces wth tabs in indentation and tabs with spaces in line continuations.
Tue, 12 Aug 2008 23:22:47 +0000 Daniel Atallah Use non-blocking io for IRC DCC transfers.
Sun, 09 Mar 2008 21:42:27 +0000 Ka-Hing Cheung When Andrew was working on the memleak fixes, he pondered why buffer was
Sun, 09 Mar 2008 21:34:32 +0000 Andrew Gaul some memleak fixes from Andrew Gaul again:
Wed, 16 Jan 2008 19:12:46 +0000 Richard Laager Use g_strerror() instead of strerror() in a few places.
Sun, 13 Jan 2008 21:30:50 +0000 Richard Laager Part of a large patch from o_sukhodolsky to fix some build warnings.
Mon, 19 Nov 2007 03:16:29 +0000 Daniel Atallah Fix #3983 by canceling the file transfer when connecting to the remote host fails.
Sat, 03 Nov 2007 17:52:28 +0000 Nathan Walp replace most calls to strerror with calls to g_strerror. strerror will return
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Mon, 22 Jan 2007 09:27:02 +0000 Sean Egan I think this changes every user-visible string that contains 'Gaim.' We probably want the UI to be able
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/