summaryrefslogtreecommitdiff
path: root/libpurple/debug.c
Commit message (Collapse)AuthorAgeFilesLines
* Include 'internal.h' before all other headers to make some non-gcc compilers ↵Paul Aurich2009-11-271-1/+1
| | | | | | | | | | happy. This in particular impacts Solaris8, where the system headers set _FILE_OFFSET_BITS to 32, even when it's detected by the config scripts as 64. Refs #10523
* Move the handling of PURPLE_UNSAFE_DEBUG to purple_debug_init(). Also addJohn Bailey2009-07-041-1/+41
| | | | | | handling for PURPLE_VERBOSE_DEBUG, as Sadrul and I briefly discussed, which we should use instead of requiring building with the --enable-debug configure argument just to get extra output.
* remove gpl boilerplate from doxygen docsSean Egan2007-09-161-2/+3
|
* The FSF changed its address a while ago; our files were out of date.John Bailey2007-09-081-1/+1
| | | | This is a quick update done with a for loop, find, and sed.
* disapproval of revision 'd9332822e8031d2ae88e25b36c74c7a9044a5633'Stu Tomlinson2007-06-171-0/+8
|
* Based on my calculations, this comment made no sense. It is not necessary toKevin Stange2007-06-171-8/+0
| | | | | | add a pref before deleting it, and emptying the function doesn't break the API. I am also changing an instance of purple_prefs_rename() into _remove() because it would rename a preference to the one that is being removed anyway.
* Un-break the API so the next release doesn't have to be 3.0.0 :)Stu Tomlinson2007-05-241-0/+8
| | | | | Removal of the debug timestamp preference caused Bad Things(tm) to happen when I accidentally tried running Pidgin 2.0.0 with libpurple 2.0.1.
* Force timestamps always on for debug log and debug window. Making thisStu Tomlinson2007-05-101-17/+4
| | | | | | optional seems pointless and can significantly reduce the usefulness of debug logs for things where timestamps would be useful but the user turned them off.
* Works for me! Renames prefs: /core to /purple, /gaim/gtk to /pidgin, ↵Sean Egan2007-04-251-4/+4
| | | | /gaim/gnt to /finch
* Add a whimpy ui op to the debug API that returns TRUE if debuggingMark Doliner2007-04-031-1/+2
| | | | | | | is turned on in the UI. This allows the core to avoid having a call to g_strdup_vprintf() for each debug message when debugging is turned off. The change should provide a very very small speed improvement, since we tend to print a lot of debug output.
* sed -ie 's/gaim/purple/g'Sean Egan2007-03-191-34/+34
|
* Rename gtk/ and libgaim/ to pidgin/ and libpurple/Sean Egan2007-01-201-0/+198