log libpurple/nat-pmp.h @ 32819:2c6510167895 default tip

age author description
Tue, 03 Jan 2012 23:37:11 +0000 Elliott Sales de Andrade Re-align stuff.
Tue, 03 Jan 2012 23:36:11 +0000 Elliott Sales de Andrade Fix some spelling.
Tue, 03 Jan 2012 23:32:59 +0000 Elliott Sales de Andrade Use G_BEGIN/END_DECLS in public libpurple files. This was
Sun, 16 Sep 2007 01:05:22 +0000 Sean Egan remove gpl boilerplate from doxygen docs
Sat, 05 May 2007 14:50:00 +0000 Richard Laager Change the nat-pmp code to use glib's integer types instead of those from
Sat, 31 Mar 2007 21:48:11 +0000 Daniel Atallah fix win32 build for nat-pmp stuff. I haven't tested it, but it compiles.
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.