Mercurial > pidgin
comparison src/proxy.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 | 8dca96cbcd64 |
| children | c39a48818f66 |
comparison
equal
deleted
inserted
replaced
| 11255:1b1d63602d77 | 11256:bb0d7b719af2 |
|---|---|
| 1957 void | 1957 void |
| 1958 gaim_proxy_init(void) | 1958 gaim_proxy_init(void) |
| 1959 { | 1959 { |
| 1960 void *handle; | 1960 void *handle; |
| 1961 | 1961 |
| 1962 gaim_debug_register_category("dns"); | |
| 1963 gaim_debug_register_category("proxy"); | |
| 1964 gaim_debug_register_category("http proxy"); | |
| 1965 gaim_debug_register_category("socks5 proxy"); | |
| 1966 gaim_debug_register_category("socks4 proxy"); | |
| 1967 | |
| 1968 /* Initialize a default proxy info struct. */ | 1962 /* Initialize a default proxy info struct. */ |
| 1969 global_proxy_info = gaim_proxy_info_new(); | 1963 global_proxy_info = gaim_proxy_info_new(); |
| 1970 | 1964 |
| 1971 /* Proxy */ | 1965 /* Proxy */ |
| 1972 gaim_prefs_add_none("/core/proxy"); | 1966 gaim_prefs_add_none("/core/proxy"); |
