log libpurple/network.c @ 29768:ce3f4bd8939b

age author description
Tue, 16 Feb 2010 02:56:10 +0000 Paul Aurich Oops, probably better if we have both getifaddrs() and inet_ntop()
Tue, 16 Feb 2010 02:21:33 +0000 Paul Aurich network: Use getifaddrs() to enumerate local interfaces/IPs if available.
Mon, 15 Feb 2010 22:32:33 +0000 Paul Aurich Clean up a little.
Thu, 10 Sep 2009 21:51:32 +0000 Marcus Lundblad Removed a comment that is now misleading...
Thu, 10 Sep 2009 20:51:30 +0000 Marcus Lundblad Woops, a stray ;
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
Sun, 19 Jul 2009 23:45:13 +0000 Paul Aurich Move the IDN support into the DNS routines.
Thu, 02 Jul 2009 04:26:00 +0000 mauro brasil Increase the logging level of some debugging messages that seemed to be a
Wed, 17 Jun 2009 18:14:51 +0000 Marcus Lundblad Remove port mappings from the hash tables when removing them.
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
Sat, 16 May 2009 19:58:40 +0000 Richard Laager A patch from Scott Wolchok to replace snprintf() with g_snprintf() and
Sun, 12 Apr 2009 22:23:34 +0000 Paul Aurich Don't leak the struct sockaddr* from purple_dnsquery_a.
Mon, 02 Mar 2009 18:47:27 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59)
Thu, 05 Feb 2009 00:31:35 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 0bb02399ead9501a3e7951cfba2e8e8350fe917c)
Sat, 24 Jan 2009 12:01:34 +0000 Marcus Lundblad Removed a couple of warnings
Fri, 23 Jan 2009 06:20:16 +0000 Marcus Lundblad Removed some extra tabs on blank lines
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
Mon, 02 Mar 2009 04:18:40 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin.next.minor' (head 7305b29db7bd00d3261f348c71674c93aa31b327)
Fri, 02 Jan 2009 22:35:12 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head f018e11a7ea08e07f22667e6daca2ec7e64f9710)
Fri, 28 Nov 2008 06:06:35 +0000 Richard Laager Add a -f/--force-online option to Pidgin which tells libpurple to claim the
Fri, 30 Jan 2009 17:48:47 +0000 Daniel Atallah Fix 3 different race conditions in the win32 network management functionality.
Thu, 01 Jan 2009 16:51:09 +0000 Paul Aurich Adjust the NLA code to prevent hang on exit for Windows XP and Windows Vista.
Sun, 26 Oct 2008 00:29:27 +0000 Richard Laager Improve our NetworkManager support in a couple of ways:
Tue, 12 Aug 2008 23:35:02 +0000 Daniel Atallah More leaks of fds to client processes.
Tue, 27 May 2008 01:11:46 +0000 Peter O'Gorman A patch from Peter O'Gorman at The Written Word, Inc. to fix various
Thu, 19 Jun 2008 18:12:54 +0000 Stu Tomlinson Unleak
Sun, 11 May 2008 00:27:18 +0000 Richard Laager Use pkg-config to detect NetworkManager. Also, fail if it isn't present,
Sat, 10 May 2008 23:19:10 +0000 Richard Laager Modify the NetworkManager support to use "StateChange" directly, instead of
Sat, 10 May 2008 05:48:52 +0000 Richard Laager Fix some whitespace as noticed by QuLogic.
Sat, 10 May 2008 05:15:58 +0000 Richard Laager Changes suggested by QuLogic to fix my broken changes to the NetworkManager
Sat, 10 May 2008 03:32:58 +0000 Richard Laager Update configure.ac to properly detect Network Manager (via NetworkManager.h instead of libnm_glib). Also, change the code so that if NetworkManager is dead, we'll assume we're connected to the network and try anyway.
Sat, 10 May 2008 03:29:15 +0000 Richard Laager A patch from QuLogic to replace the libnm_glib calls with straight DBus
Mon, 31 Mar 2008 02:17:53 +0000 Stu Tomlinson Make some more things static
Tue, 18 Dec 2007 08:42:41 +0000 Mark Doliner Create a purple_gai_strerror() function similar to g_str_error() which
Sat, 01 Dec 2007 03:41:37 +0000 Etan Reisner merge of '282b4acb46729e4358221cb7cc78ad9373289199'
Fri, 30 Nov 2007 23:25:28 +0000 Daniel Atallah Allow UPnP and NAT-PMP port mapping to be disabled via a pref. This means that UPnP discovery will not occur if this new pref and the "Autodetect IP Address" pref are both unchecked. Fixes #4157.
Mon, 19 Nov 2007 23:06:16 +0000 Etan Reisner merge of '374a8877bfa4fa06b384482815befe37f2c72b9b'
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.
Sat, 03 Nov 2007 17:52:28 +0000 Nathan Walp replace most calls to strerror with calls to g_strerror. strerror will return
Thu, 18 Oct 2007 02:11:23 +0000 Etan Reisner Make purple_xfers_uninit, purple_network_uninit, and purple_plugins_uninit
Sun, 21 Oct 2007 04:46:33 +0000 Luke Schierer applied changes from 2762c6075c0dc52a96098c5478c5bf68cfd890a3
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.
Wed, 05 Sep 2007 22:33:22 +0000 Sadrul Habib Chowdhury Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
Tue, 04 Sep 2007 18:08:14 +0000 Daniel Atallah Store the socket_type in the PurpleNetworkListenData correctly so that callback functions can use it correctly. Fixes #2933.
Fri, 24 Aug 2007 19:43:41 +0000 Daniel Atallah Fix some conversion warnings about using negative values with unsigned types. There are more, but these were easy fixes. You may think that I'm changing the API, but I'm really not - it was just wrong.
Sun, 01 Jul 2007 01:54:25 +0000 Nick Hebner Fix up some linkage to compile on Visual Studio. He claims this doesn't
Wed, 06 Jun 2007 07:51:14 +0000 Mark Doliner Get rid of two unused variables
Wed, 25 Apr 2007 23:55:56 +0000 Sean Egan Works for me! Renames prefs: /core to /purple, /gaim/gtk to /pidgin, /gaim/gnt to /finch
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.
Tue, 27 Mar 2007 04:20:55 +0000 Evan Schoenberg purple_pmp_create_map() returns a gboolean now, not a pointer
Sun, 25 Mar 2007 00:50:43 +0000 Mark Doliner Whitespace and make sure stuff is #defined to an actual value.
Sat, 24 Mar 2007 21:14:12 +0000 Stu Tomlinson Silence a warning about purple_network_finish_pmp_map_cb being defined but
Thu, 22 Mar 2007 12:51:33 +0000 Evan Schoenberg nat-pmp is now functional with a compatible router. I'm not enabling this code yet because it hasn't been tested with a router which doesn't support nat-pmp.
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sun, 18 Feb 2007 18:26:55 +0000 Evan Schoenberg Added nat-pmp implementation and #ifdef'd out changes to network.c which would utilize it.
Sun, 28 Jan 2007 15:05:23 +0000 Evan Schoenberg Fix a crash when a network_listen_range process is canceled before its UPnP port mapping completes, which occurs regularly on certain routers when file transfers are initiated and then quickly finished. Much thanks to Elliott Harris and Eric Richie for their hard work with me hunting this down and fixing it.
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/