Mercurial > pidgin.yaz
view PLUGIN_HOWTO @ 30113:708c35476cff
yahoo: Add a FIXME. Refs #10346, #10746.
I think the cause of those crashes is that two calls to
purple_network_listen() can be outstanding (yahoo_send_p2p_pkt only checks
if something is /currently listening/, not if a listen attempt is in
progress). It might also be that listen attempts aren't cancelled when
an account signs off (unlike purple_proxy_connects). I could also be
entirely off-base.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sun, 11 Apr 2010 05:15:29 +0000 |
parents | db5a58aabe38 |
children |
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.