log

age author description
Thu, 17 Jan 2008 07:36:55 +0000 Mark Doliner Minor improvements to the default_action used in purple_action_request
Thu, 17 Jan 2008 07:26:57 +0000 Mark Doliner Improve oscar's default actions a tad bit
Thu, 17 Jan 2008 07:21:04 +0000 Mark Doliner * Clarify the documentation for purple_request_action's 'default_ation'
Thu, 17 Jan 2008 06:17:02 +0000 John Bailey Plug a leak.
Thu, 17 Jan 2008 06:11:57 +0000 John Bailey Since I needed to bring back yahoo_convert_to_numeric, I figured I could at
Thu, 17 Jan 2008 05:53:25 +0000 John Bailey merge of '773c6dde93b5b2109d9c627dca717dd6c5468094'
Wed, 16 Jan 2008 22:26:59 +0000 Richard Laager (13:48:49) Stu Tomlinson (nosnilmot): rlaager: printf() should probably
Wed, 16 Jan 2008 19:12:46 +0000 Richard Laager Use g_strerror() instead of strerror() in a few places.
Sun, 20 Jan 2008 13:31:19 +0000 Will Thompson Improve some PurpleAcountOption documentation, and sanify some whitespace.
Wed, 16 Jan 2008 07:51:44 +0000 Mark Doliner Only try to set the itmsurl attribute for the available status. I'd
Wed, 16 Jan 2008 07:40:12 +0000 Mark Doliner It's ok for us to use == here because status_id is set to one of these
Wed, 16 Jan 2008 07:37:39 +0000 Mark Doliner merge of '15fcc72f6db29d572909078a86fb269698314506'
Wed, 16 Jan 2008 07:37:29 +0000 Mark Doliner Two performance/network bandwidth related changes here, care of meebo.
Wed, 16 Jan 2008 07:32:39 +0000 Mark Doliner merge of '167b1c9f831eb7790b419ee62343bb62ad1be92b'
Wed, 16 Jan 2008 07:32:30 +0000 Mark Doliner Fix a memleak that doesn't matter because it's in a child process
Thu, 17 Jan 2008 05:53:12 +0000 John Bailey disapproval of revision '947ccb889812585e6d53eac13fc12734d8481e33'
Wed, 16 Jan 2008 07:17:21 +0000 John Bailey const-ify paramteters to some of the new API I added. I thought I did this already.
Wed, 16 Jan 2008 06:58:48 +0000 John Bailey Remove `yahoo_convert_to_numeric`, which I apparently did not examine closely
Wed, 16 Jan 2008 06:29:52 +0000 John Bailey Get rid of an unnecessary allocation.
Tue, 15 Jan 2008 19:33:20 +0000 Will Thompson Clarify documentation of purple_account_set_status_list(), and use @copydoc to
Tue, 15 Jan 2008 17:56:16 +0000 Mark Doliner merge of '59861e303c2e7d7bfe9c10a06497b1aaa47d6588'
Tue, 15 Jan 2008 17:56:11 +0000 Mark Doliner Update some comments in oscar's prpl callback structs
Tue, 15 Jan 2008 17:43:31 +0000 John Bailey ChangeLog the /notice stuff I added to IRC a while ago and forgot about.
Tue, 15 Jan 2008 17:42:20 +0000 John Bailey Patch from Yusuke Odate, modified by me, to support retrieving the full
Tue, 15 Jan 2008 17:21:51 +0000 Etan Reisner Recommit the correct parts of 55eb5e28f52c9cdccc6229a8314ffbdac2260843,
Tue, 15 Jan 2008 17:17:53 +0000 Etan Reisner disapproval of revision '55eb5e28f52c9cdccc6229a8314ffbdac2260843'
Tue, 15 Jan 2008 04:58:42 +0000 Etan Reisner Remove a variable that isn't used anywhere, if it was supposed to do something
Mon, 14 Jan 2008 23:29:52 +0000 Daniel Atallah Prevent a crash caused by freed memory being accessed.
Mon, 14 Jan 2008 22:23:54 +0000 Daniel Atallah Some more little leak fixes.
Mon, 14 Jan 2008 21:06:57 +0000 Daniel Atallah Don't keep a handle to the "pidgin_is_running" mutex in the installer - this causes the uninstaller to fail. There probably is a better solution, but this works for now.