view PLUGIN_HOWTO @ 25971:4d758dcd5715

Change the way oscar deals with account->perm_deny a little bit. 1. We no longer read the privacy setting from the server for ICQ accounts 2. We no longer change account->perm_deny when an ICQ account changes its status (or ever) 3. When going invisible, we still override the permit deny setting and set it to "invisible to everyone except the people in my allow list," but this change is only made on the server and not account->perm_deny Refs #1009 Fixes #5263 I think
author Mark Doliner <mark@kingant.net>
date Wed, 04 Mar 2009 10:39:38 +0000
parents 83ec0b408926
children db5a58aabe38
line wrap: on
line source

For information on writing a plugin for Purple, Pidgin or Finch, go
http://developer.pidgin.im and click on API.  From there, see the HOWTOs in the
"Related Pages" section.

You can also generate this documentation locally by installing
doxygen and graphviz dot, then running "make docs" in the
source tree.  The documentation will be in the docs/html directory.