comparison src/network.c @ 11256:bb0d7b719af2

[gaim-migrate @ 13430] I give you regex filtering in the debug window. We keep a buffer of all the text, so when unpausing all the messages that were output when paused will be displayed, as well as when you change the filter. This _should_ be alright on systems that don't have regex.h but I haven't gotten anyone to test it recently, if it's busted, just #ifdef HAVE_REGEX_H it. committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Sat, 13 Aug 2005 22:09:34 +0000
parents ea2ef55b3a05
children 7d7dd22215ec
comparison
equal deleted inserted replaced
11255:1b1d63602d77 11256:bb0d7b719af2
296 } 296 }
297 297
298 void 298 void
299 gaim_network_init(void) 299 gaim_network_init(void)
300 { 300 {
301 gaim_debug_register_category("network");
302
303 gaim_prefs_add_none ("/core/network"); 301 gaim_prefs_add_none ("/core/network");
304 gaim_prefs_add_bool ("/core/network/auto_ip", TRUE); 302 gaim_prefs_add_bool ("/core/network/auto_ip", TRUE);
305 gaim_prefs_add_string("/core/network/public_ip", ""); 303 gaim_prefs_add_string("/core/network/public_ip", "");
306 gaim_prefs_add_bool ("/core/network/ports_range_use", FALSE); 304 gaim_prefs_add_bool ("/core/network/ports_range_use", FALSE);
307 gaim_prefs_add_int ("/core/network/ports_range_start", 1024); 305 gaim_prefs_add_int ("/core/network/ports_range_start", 1024);