view PLUGIN_HOWTO @ 24010:f085e284f2df

Currently when a child dns resolver process reads a domain name from the parent, the child sends the letter 'Y' to the parent to let it know that it received the request. I don't see how we would gain anything from this, and I don't see how it would help avoid any sort of race condition (beside, we should be eliminating race conditions, not just avoiding them), so I'm removing it. If you think this is really needed for some reason please let me know (or just revert it)
author Mark Doliner <mark@kingant.net>
date Wed, 10 Sep 2008 21:32:50 +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.