Mercurial > pidgin
graph
-
Fixed a bug in the XMPP parser involving event handlers that replace the xmlnode packet. This caused double frees in this situation. The replacing function must free the xmlnode, since multiple event handlers could do this, and the intermediate xml trees would leak otherwise.Tue, 03 Jul 2007 23:51:26 +0000, by Andreas Monitzer
-
Fixed copy/paste error.Tue, 03 Jul 2007 15:50:24 +0000, by Andreas Monitzer
-
Now preserving the node on the (empty) disco#items replies. This is required for apps to add items on the correct nodes using signals.Tue, 03 Jul 2007 15:34:34 +0000, by Andreas Monitzer
-
Fixed a bug in xmlnode_copy, it didn't preserve the namespace in the copy.Tue, 03 Jul 2007 15:33:39 +0000, by Andreas Monitzer