Mercurial > pidgin.yaz
graph
-
Allowing img tags in XHTML messages (for MSN-style custom emoticons and other features).2007-07-10, by Andreas Monitzer
-
Added an option to require SSL or TLS when connecting to an XMPP server.2007-07-08, by 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.2007-07-03, by Andreas Monitzer
-
Fixed copy/paste error.2007-07-03, by Andreas Monitzer
-
Fixed a bug in xmlnode_copy, it didn't preserve the namespace in the copy.2007-07-03, by Andreas Monitzer
-
Added the option to enable/disable buzz via a status setting. It's default off for the pidgin folks.2007-07-03, by Andreas Monitzer
-
disapproval of revision '217714a0fa711773c0d419f8cd82297ffc339507'2007-06-29, by Andreas Monitzer
-
Removed buzz support.2007-06-28, by Andreas Monitzer
-
Fixed a few bugs in the caps implementation, it should work properly now.2007-06-27, by Andreas Monitzer
-
Added buzz support using a private extension. Maybe I should write a XEP about that.2007-06-27, by Andreas Monitzer
-
Simplified registration callback per request of Sean.2007-06-22, by Andreas Monitzer
-
Forgot to implement XEP-0203 for presence packets, too.2007-06-20, by Andreas Monitzer
-
Implemented XEP-0203: Delayed Delivery2007-06-20, by Andreas Monitzer
-
Fixed a leak: The XML parser was never cleaned up on disconnect.2007-06-20, by Andreas Monitzer
-
Fixed a leak in the PEP code that leaked PEP nodes when the server doesn't support this XEP.2007-06-19, by Andreas Monitzer
-
Implemented logging in/out of gateways, as explained in XEP-0100.2007-06-19, by Andreas Monitzer
-
Exposed the user search function, so that directory searches can be performed directly when the jid is known.2007-06-19, by Andreas Monitzer
-
Added the ability to register gateways, re-using most of the account registration code for this.2007-06-19, by Andreas Monitzer
-
Implemented XEP-0172: User Nickname, fixed some potential crashers in the other PEP callbacks.2007-06-18, by Andreas Monitzer
-
Removed some C99-code2007-06-18, by Andreas Monitzer
-
fixed a bug in the status change tracking code2007-06-18, by Andreas Monitzer
-
Removed one padding field from PurplePluginProtocolInfo to stay source compatible.2007-06-18, by Andreas Monitzer
-
Fixed weird bug that caused not supplying the account when searching for users.2007-06-18, by Andreas Monitzer
-
Fixed embarrassing typos. Maybe I shouldn't code while half asleep.2007-06-18, by Andreas Monitzer
-
Forgot to initialize the user tune2007-06-18, by Andreas Monitzer
-
svn revision 728 of Psi fixes the avatar namespace issue, so I can remove this workaround.2007-06-18, by Andreas Monitzer
-
Minor compilation fixes and corrected some typos on user tune. Added convenience function for setting the user tune.2007-06-18, by Andreas Monitzer
-
Removed a stale include2007-06-18, by Andreas Monitzer
-
Fixed a bug that resulted in not being able to receive any messages.2007-06-17, by Andreas Monitzer
-
Implemented user tune, currently untested.2007-06-17, by Andreas Monitzer
-
Fixed a minor mistake which could leave the usermood to be parsed incompletely.2007-06-17, by Andreas Monitzer
-
Turns out the example in XEP-0084 is wrong. Fixed my implementation to not try to work around an issue that isn't one.2007-06-17, by Andreas Monitzer
-
Added support for setting the avatar via XEP-0084. Receiving other people's avatar is up next.2007-06-17, by Andreas Monitzer
-
Fixed usermood memory management and removed publishing empty <text/>s.2007-06-15, by Andreas Monitzer
-
Minor syntactic sugar.2007-06-15, by Andreas Monitzer
-
PEP publishing features are now only announced in disco#info when PEP is supported by the server.2007-06-15, by Andreas Monitzer
-
Implemented a mood menu action (non-functional right now for some reason)2007-06-13, by Andreas Monitzer
-
Removed the huge enum for the user mood states, since it's now passed as localized strings anyways2007-06-12, by Andreas Monitzer
-
Fixed a few small mistakes I discovered while testing user mood in Adium.2007-06-12, by Andreas Monitzer
-
Fixed whitespace to match the coding convention used in libpurple2007-06-12, by Andreas Monitzer
-
Some more code style changes2007-06-12, by Andreas Monitzer
-
Fixed naming to adhere to the libpurple convention2007-06-12, by Andreas Monitzer
-
forgot to add usermood.[hc]2007-06-12, by Andreas Monitzer
-
implemented user mood, still missing the front end interface2007-06-11, by Andreas Monitzer
-
Implemented publishing events2007-06-06, by Andreas Monitzer