log libpurple/status.c @ 32827:4a34689eeb33 default tip

age author description
Sat, 19 Nov 2011 14:42:54 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin default tip
Sat, 01 Oct 2011 15:50:20 +0000 andrew victor More code changed to use the accessor functions.
Mon, 26 Sep 2011 14:57:21 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Fri, 02 Sep 2011 04:02:11 +0000 Elliott Sales de Andrade Remove deprecated PurpleStatuc functions.
Mon, 29 Aug 2011 12:28:49 +0900 Yoshiki Yazawa merge to upstream
Thu, 25 Aug 2011 04:15:16 +0000 masca Hide PurpleValue.
Mon, 22 Aug 2011 11:20:05 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Sun, 21 Aug 2011 01:35:54 +0000 Mark Doliner Get rid of the wholly unused "primary attribute" thing in PurpleStatusTypes
Mon, 22 Feb 2010 16:05:25 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Sun, 07 Feb 2010 19:31:56 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head b0098e2250f135d121960d8152e144e7e344125e)
Mon, 06 Apr 2009 05:19:40 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head a59a573e3b9b2eb42ff728ba9ff56095f5c9e0d0)
Mon, 17 Nov 2008 00:43:59 +0000 Richard Laager Add a PURPLE_STATUS_MOOD primitive and change ICQ to use it.
Sat, 15 Aug 2009 00:09:26 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Thu, 13 Aug 2009 01:17:04 +0000 Paul Aurich This was wrong, right? How did it work?
Sun, 19 Jul 2009 22:39:41 +0000 Ka-Hing Cheung disapproval of revision '2737ff4628bd5f26d780a2ccee47e88fe3765947'
Sun, 19 Jul 2009 22:29:44 +0000 Ka-Hing Cheung 567c0647 introduced an extra backslash at the end of ALLOW_TAG_ALT
Tue, 14 Jul 2009 17:40:04 +0000 Mark Doliner This brace was a little goofy
Wed, 28 Jan 2009 10:23:37 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin' (head 8ae2fca06a3be4b99cc677c8f880d9521a35ec8b)
Mon, 26 Jan 2009 11:11:39 +0000 Richard Laager Slap some PURPLE_DISABLE_DEPRECATED checks around the functions Mark just
Thu, 22 Jan 2009 19:46:18 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head c5b982597812ab3c0fd2dbca9be31f173fda67bb)
Tue, 06 Jan 2009 03:39:51 +0000 Paul Aurich Patch from Paul Aurich to add purple_strequal to help readability and simplicity of code. Ie, don't need to negate the value of strcmp, since this does a strcmp and does the negation for us
Sun, 02 Nov 2008 10:54:00 +0000 Gary Kramlich Finish off the libpurple updates for the hidden blist structs
Tue, 27 Jan 2009 04:22:53 +0000 Daniel Atallah A slightly "warmenhoved" patch from Jon Turney to prevent some unnecessary
Tue, 20 Jan 2009 04:08:00 +0000 Daniel Atallah Thomas Gibson-Robinson noticed that the "saveable" attribute of a status type
Thu, 29 May 2008 17:41:08 +0000 Mark Doliner Wow, this isn't used. That will save us either 4 bytes or 8 bytes for
Tue, 20 May 2008 21:15:48 +0000 Mark Doliner Borrow a reference to a string instead of g_strdup'ing it. The
Sat, 12 Apr 2008 17:55:44 +0000 Will Thompson Patch from Maiku: "When the buddy list is set to sort contacts by status,
Thu, 03 Apr 2008 00:24:20 +0000 Sadrul Habib Chowdhury Between an offline presence with offline-message capability, and a mobile online presence, choose the latter over the former when sending an instant message.
Sun, 03 Feb 2008 19:43:41 +0000 John Bailey Kill off gc->prpl in the core everywhere but connection.c (when the struct
Mon, 17 Dec 2007 20:37:30 +0000 Stu Tomlinson Escape system log messages before sending to the loggers. Fixes #4426
Wed, 26 Sep 2007 06:54:16 +0000 Mark Doliner Add PURPLE_STATUS_TUNE to status_primitive_map so that it has a name
Thu, 20 Sep 2007 16:30:17 +0000 Sadrul Habib Chowdhury Use an independant status type for 'current media' stuff, instead of using
Tue, 18 Sep 2007 00:50:08 +0000 Sean Egan Include real names in system log messags. Fixes #3130
Sun, 16 Sep 2007 01:05:22 +0000 Sean Egan remove gpl boilerplate from doxygen docs
Fri, 14 Sep 2007 18:26:20 +0000 Daniel Atallah Apply a similar fix to the proxy prefs loading fix to the status scores.
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Thu, 21 Jun 2007 19:25:55 +0000 Sean Egan Add UNAVAILABLE to statusbox defaults (as it's probably used more than invisible is) and rename it to 'do not disturb,' which I think it a better name for it. Agreed?
Sat, 16 Jun 2007 19:44:59 +0000 Richard Laager Re-fix the DBus list handling code by killing const GList* / const GSList*
Sat, 02 Jun 2007 04:36:43 +0000 Richard Laager A patch from QuLogic to fix a bug with a zero timestamp for unidle notices
Sat, 02 Jun 2007 04:34:56 +0000 Richard Laager disapproval of revision '882bec7b9240768133433a448e9ff4e31e130832'
Sat, 02 Jun 2007 03:46:40 +0000 Richard Laager A patch from QuLogic to fix a bug with a zero timestamp for unidle notices
Wed, 09 May 2007 01:50:06 +0000 Nathan Walp this should fix 647, and a few others
Thu, 03 May 2007 17:43:07 +0000 Sadrul Habib Chowdhury Remove two warnings, one compile-time, one runtime. Plug two leaks, both runtime.
Thu, 03 May 2007 06:41:59 +0000 Sean Egan Give offline buddies that support offline messaging a higher score than offline buddies that don't.
Thu, 03 May 2007 06:32:42 +0000 Sean Egan Change some of the PurplePresence stuff to reflect how it's actually used
Fri, 27 Apr 2007 18:03:38 +0000 Richard Laager Fix a compiler warning about an unused variable. This was introduced when I committed khc's last patch.
Fri, 27 Apr 2007 05:15:59 +0000 Richard Laager A patch from khc in ticket #87
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'
Fri, 09 Feb 2007 07:42:01 +0000 Mark Doliner sf patch #1655057, from Peter Tang
Sun, 04 Feb 2007 02:31:04 +0000 Sean Egan Use the status API to handle mobileness, and convert AIM to use it. This makes mobile buddies prioritze lower in Perons, and ensures the UI is notified of changes in mobileness. Other protocols to follow.
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/