log libpurple/network.c @ 19362:cbc08c427db6

age author description
2007-07-01 Nick Hebner Fix up some linkage to compile on Visual Studio. He claims this doesn't
2007-06-06 Mark Doliner Get rid of two unused variables
2007-04-25 Sean Egan Works for me! Renames prefs: /core to /purple, /gaim/gtk to /pidgin, /gaim/gnt to /finch
2007-03-31 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.
2007-03-27 Evan Schoenberg purple_pmp_create_map() returns a gboolean now, not a pointer
2007-03-25 Mark Doliner Whitespace and make sure stuff is #defined to an actual value.
2007-03-24 Stu Tomlinson Silence a warning about purple_network_finish_pmp_map_cb being defined but
2007-03-22 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.
2007-03-19 Sean Egan sed -ie 's/gaim/purple/g'
2007-02-18 Evan Schoenberg Added nat-pmp implementation and #ifdef'd out changes to network.c which would utilize it.
2007-01-28 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.
2007-01-20 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/