Mercurial > pidgin
graph
-
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
-
Small fix for caps2007-06-06, by Andreas Monitzer
-
Added the ability to define extensions to caps2007-06-06, by Andreas Monitzer
-
applied patch for supporting XEP-0199: XMPP Ping2007-06-06, by Andreas Monitzer
-
added preliminary frame for pep-support2007-06-06, by Andreas Monitzer
-
New API name change, per request of Sean.2007-06-05, by Andreas Monitzer
-
Fixed binary compatibility2007-06-05, by Andreas Monitzer
-
Fixed one of the issues in the ssl stuff, allowing CN cert checks for starttls-connections in XMPP.2007-06-05, by Andreas Monitzer
-
Set up .mtnignore to ignore the svn directories.2007-06-03, by Andreas Monitzer
-
gntworkspace doc2007-05-13, by Richard Nelson
-
propagate from branch 'im.pidgin.pidgin' (head 6f6e8345100a2f026e20c28fa52592fadd9c8193)2007-05-13, by Richard Nelson
-
Make sure of we _hide and _draw, it works.2007-06-04, by Sadrul Habib Chowdhury
-
Changed a malloc use to g_new02007-06-04, by Eric Polino