log libpurple/plugins/log_reader.c @ 18171:6935c7bbd310

age author description
Thu, 21 Jun 2007 06:05:41 +0000 Michael Shkutkov small coding style changes
Wed, 20 Jun 2007 22:42:01 +0000 Michael Shkutkov Using g_file_get_contents instead of common file operations; all DEBUG_MESSAGEs were removed
Mon, 18 Jun 2007 20:51:29 +0000 Michael Shkutkov reverse searching of '(' character
Sun, 17 Jun 2007 21:03:22 +0000 Michael Shkutkov propagate from branch 'im.pidgin.pidgin' (head f61e46616c5562046a9f89a538ae10f5e5ef29ae)
Sat, 16 Jun 2007 02:21:13 +0000 Richard Laager Fix a mistake noticed by Michael Shkutkov and add a comment explaining the code.
Fri, 15 Jun 2007 23:13:12 +0000 Michael Shkutkov using strstr instead of while
Wed, 13 Jun 2007 12:26:17 +0000 Michael Shkutkov QIP logger was implemented
Thu, 07 Jun 2007 05:28:05 +0000 Richard Laager Don't create the temp GString unless it's actually needed, and avoid
Thu, 07 Jun 2007 05:27:08 +0000 Richard Laager Bail out to avoid an infinite loop in an extreme corner case.
Thu, 07 Jun 2007 05:25:20 +0000 Richard Laager Size the formatting string first, to avoid unnecessary resizing.
Thu, 07 Jun 2007 05:23:31 +0000 Richard Laager A patch from o_sukhodolsky to restructure the Trillian log formatting code
Mon, 04 Jun 2007 04:33:28 +0000 Richard Laager Rework the Trillian log reader code to make it easier to understand.
Mon, 04 Jun 2007 01:02:35 +0000 Richard Laager Avoid a strlen().
Mon, 04 Jun 2007 01:02:02 +0000 Richard Laager Remove an extraneous link++.
Mon, 04 Jun 2007 00:55:19 +0000 Richard Laager Using g_strstr_len(x, strlen(x), ...) is dumb.
Mon, 04 Jun 2007 00:54:16 +0000 Richard Laager Correct some useless code to do what it was supposed to do. This was
Mon, 04 Jun 2007 00:38:12 +0000 Richard Laager Remove some useless code, pointed out by o_sukhodolsky.
Sun, 29 Apr 2007 22:33:23 +0000 Gary Kramlich And the rest of the plugins that are compiling for me by default...
Thu, 26 Apr 2007 01:41:35 +0000 Sean Egan Fix GTK Plugin prefs
Wed, 25 Apr 2007 23:55:56 +0000 Sean Egan Works for me! Renames prefs: /core to /purple, /gaim/gtk to /pidgin, /gaim/gnt to /finch
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Mon, 05 Feb 2007 05:45:32 +0000 Richard Laager Switching to my pidgin.im e-mail address, which I think fits nicely and seems professional.
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/