view PLUGIN_HOWTO @ 24057:cd35c0f680b9

Fix DNS resolution. I think I broke this this morning in my revision 3ffe6fd197f037185a0012875ef68c8f6d6c2f89. I changed us to not free the child DNS resolvers, but also to not re-use them. So it would do 4 dns requests then just sit around waiting forever. Now resolvers are added to the list of idle resolvers after they're done resolving.
author Mark Doliner <mark@kingant.net>
date Tue, 16 Sep 2008 23:37:36 +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.