log libpurple/status.c @ 28149:6e1a582ae629

age author description
2009-07-14 Mark Doliner This brace was a little goofy
2009-01-28 Mark Doliner propagate from branch 'im.pidgin.pidgin' (head 8ae2fca06a3be4b99cc677c8f880d9521a35ec8b)
2009-01-26 Richard Laager Slap some PURPLE_DISABLE_DEPRECATED checks around the functions Mark just
2009-01-22 Richard Laager propagate from branch 'im.pidgin.pidgin' (head c5b982597812ab3c0fd2dbca9be31f173fda67bb)
2009-01-06 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
2008-11-02 Gary Kramlich Finish off the libpurple updates for the hidden blist structs
2009-01-27 Daniel Atallah A slightly "warmenhoved" patch from Jon Turney to prevent some unnecessary
2009-01-20 Daniel Atallah Thomas Gibson-Robinson noticed that the "saveable" attribute of a status type
2008-05-29 Mark Doliner Wow, this isn't used. That will save us either 4 bytes or 8 bytes for
2008-05-20 Mark Doliner Borrow a reference to a string instead of g_strdup'ing it. The
2008-04-12 Will Thompson Patch from Maiku: "When the buddy list is set to sort contacts by status,
2008-04-03 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.
2008-02-03 John Bailey Kill off gc->prpl in the core everywhere but connection.c (when the struct
2007-12-17 Stu Tomlinson Escape system log messages before sending to the loggers. Fixes #4426
2007-09-26 Mark Doliner Add PURPLE_STATUS_TUNE to status_primitive_map so that it has a name
2007-09-20 Sadrul Habib Chowdhury Use an independant status type for 'current media' stuff, instead of using
2007-09-18 Sean Egan Include real names in system log messags. Fixes #3130
2007-09-16 Sean Egan remove gpl boilerplate from doxygen docs
2007-09-14 Daniel Atallah Apply a similar fix to the proxy prefs loading fix to the status scores.
2007-09-08 John Bailey The FSF changed its address a while ago; our files were out of date.
2007-06-21 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?
2007-06-16 Richard Laager Re-fix the DBus list handling code by killing const GList* / const GSList*
2007-06-02 Richard Laager A patch from QuLogic to fix a bug with a zero timestamp for unidle notices
2007-06-02 Richard Laager disapproval of revision '882bec7b9240768133433a448e9ff4e31e130832'
2007-06-02 Richard Laager A patch from QuLogic to fix a bug with a zero timestamp for unidle notices
2007-05-09 Nathan Walp this should fix 647, and a few others
2007-05-03 Sadrul Habib Chowdhury Remove two warnings, one compile-time, one runtime. Plug two leaks, both runtime.
2007-05-03 Sean Egan Give offline buddies that support offline messaging a higher score than offline buddies that don't.
2007-05-03 Sean Egan Change some of the PurplePresence stuff to reflect how it's actually used
2007-04-27 Richard Laager Fix a compiler warning about an unused variable. This was introduced when I committed khc's last patch.
2007-04-27 Richard Laager A patch from khc in ticket #87
2007-04-25 Sean Egan Works for me! Renames prefs: /core to /purple, /gaim/gtk to /pidgin, /gaim/gnt to /finch
2007-03-19 Sean Egan sed -ie 's/gaim/purple/g'
2007-02-09 Mark Doliner sf patch #1655057, from Peter Tang
2007-02-04 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.
2007-01-20 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/