log libpurple/network.h @ 32778:1c0d9e817dcc

age author description
Tue, 03 Jan 2012 23:32:59 +0000 Elliott Sales de Andrade Use G_BEGIN/END_DECLS in public libpurple files. This was
Sun, 25 Sep 2011 18:56:58 +0000 andrew victor Clean the API documentation in preparation for 3.0.0 by removing all the old @since tags.
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().
Sat, 24 Sep 2011 20:36:47 +0000 andrew victor Remove the deprecated purple_network_listen(), and rename the newer
Tue, 04 Jan 2011 06:42:45 +0000 Richard Laager Remove trailing whitespace
Mon, 23 Aug 2010 01:41:31 +0000 Elliott Sales de Andrade Standardize on "cancelled".
Sat, 08 May 2010 03:00:06 +0000 Paul Aurich Update this comment; the function supports IPv6
Sat, 17 Apr 2010 01:27:04 +0000 Paul Aurich Add network listen functions that accept a family argument (AF_INET(6?)).
Mon, 12 Apr 2010 00:24:04 +0000 Mark Doliner I got confused when I first read this because I looked at the functions above
Mon, 12 Apr 2010 00:21:46 +0000 Mark Doliner Strip trailing whitespace
Thu, 04 Feb 2010 05:30:35 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 9028ac0daaa1f7e565726fa39aca22ce7d3ecc49)
Thu, 10 Sep 2009 20:33:18 +0000 Marcus Lundblad Remove IPv6 support from _get_local_system_ips, since I couldn't get it to
Wed, 09 Sep 2009 19:01:03 +0000 Marcus Lundblad Add a function to enumerate all local IPs
Mon, 25 Jan 2010 18:43:42 +0000 Marcus Lundblad Fix an incorrect API comment
Tue, 28 Jul 2009 03:09:54 +0000 Stu Tomlinson I think this is the 3rd fix for the same error in the same function
Sun, 19 Jul 2009 23:45:13 +0000 Paul Aurich Move the IDN support into the DNS routines.
Thu, 25 Jun 2009 21:19:10 +0000 Marcus Lundblad And maybe we should actually change it in the comment too... :)
Thu, 25 Jun 2009 21:07:24 +0000 Marcus Lundblad Fix the name of an argument.
Mon, 15 Jun 2009 21:43:25 +0000 Marcus Lundblad Add a function to remove a port mapping (UPnP or NAT-PMP) given a file
Fri, 03 Apr 2009 20:46:31 +0000 Marcus Lundblad ChangeLog.API new calls for STUN and TURN servers used by vv
Mon, 02 Mar 2009 18:47:27 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59)
Thu, 22 Jan 2009 23:04:52 +0000 Marcus Lundblad Added support to generate relayed candidates (TURN).
Sat, 17 Jan 2009 01:38:44 +0000 Marcus Lundblad Run an asynchronous DNS lookup for the STUN server IP (to set as a property
Fri, 28 Nov 2008 06:06:35 +0000 Richard Laager Add a -f/--force-online option to Pidgin which tells libpurple to claim the
Thu, 30 Oct 2008 21:16:17 +0000 Richard Laager purple_network_listen_map_external() is used in (at least) Bonjour. Given
Thu, 30 Oct 2008 21:11:19 +0000 Richard Laager Update the docs for purple_network_is_available(). It doesn't block.
Tue, 13 Nov 2007 04:29:06 +0000 Daniel Atallah Don't map the port used for bonjour file transfers externally. This adds a new function that will go away in 3.0.0 when we can modify purple_network_do_listen to take an additional parameter.
Sun, 16 Sep 2007 01:05:22 +0000 Sean Egan remove gpl boilerplate from doxygen docs
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Sat, 31 Mar 2007 20:33:54 +0000 Evan Schoenberg The network module now registers the signal 'network-configuration-changed' and emits it when a network change is detected via libnm or the win32 network monitor. The UI could also emit this signal if it knows something network.c doesn't. UPnP and NAT-PMP respond to the signal by clearing their IP address caches; changing networks without quitting/relaunching will now lead to the new IP address being (lazily) determined. This commit also enables nat-pmp and adds nat-pmp.[h|c] to the build process; please let me know if there are any problems building, as I only have OS X test machines.
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/