Mercurial > pidgin
log
age | author | description |
---|---|---|
Sun, 08 Jul 2007 22:52:48 +0000 | Andreas Monitzer | Added an option to require SSL or TLS when connecting to an XMPP server. |
Sun, 08 Jul 2007 20:43:53 +0000 | Andreas Monitzer | When converting HTML to XHTML and plain text on message send, links in the HTML are converted to 'text' <'url'> in plain text instead of just 'text'. |
Tue, 03 Jul 2007 23:51:26 +0000 | Andreas Monitzer | 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. |