| Tue, 10 Sep 2019 00:06:36 -0400 |
Elliott Sales de Andrade |
Standardize all protocol header guard macros.
|
file |
diff |
annotate
|
| Sat, 07 Sep 2013 00:10:19 +0530 |
Ankit Vani |
Replaced xmlnode with PurpleXmlNode, and xmlnode_* API with purple_xmlnode_* API
soc.2013.gobjectification
|
file |
diff |
annotate
|
| Thu, 25 Jul 2013 02:22:35 +0530 |
Ankit Vani |
Renamed PurpleBListNode back to PurpleBlistNode
soc.2013.gobjectification
|
file |
diff |
annotate
|
| Wed, 03 Jul 2013 22:18:55 +0530 |
Ankit Vani |
Renamed PurpleBlistNode to PurpleBListNode
soc.2013.gobjectification
|
file |
diff |
annotate
|
| Sat, 22 Aug 2009 02:52:30 +0000 |
Paul Aurich |
Remove specific copyright lines from the XMPP prpl.
|
file |
diff |
annotate
|
| Sat, 22 Aug 2009 02:40:01 +0000 |
Paul Aurich |
Update various header copyrights thanks to licensecheck.
|
file |
diff |
annotate
|
| Sun, 26 Apr 2009 06:45:55 +0000 |
Paul Aurich |
Add a new signal which is emitted (after the account is connected) if the
|
file |
diff |
annotate
|
| Sun, 05 Apr 2009 19:21:22 +0000 |
Paul Aurich |
Further standardize the sentinel style (did someone say leading _s are theoretically a reserved namespace?)
cpw.darkrain42.xmpp.iq-handlers
|
file |
diff |
annotate
|
| Fri, 13 Mar 2009 02:26:45 +0000 |
Paul Aurich |
Convert all the XMPP IQ callbacks to a typedef similar to the IQ Handlers.
cpw.darkrain42.xmpp.iq-handlers
|
file |
diff |
annotate
|
| Mon, 25 Jun 2007 20:07:31 +0000 |
Andreas Monitzer |
Now all ad-hoc commands have to be sent through jabber_adhoc_execute to be properly executed (including the form steps). This cleans up the code a bit, and avoids DOS attacks by flooding the client with malicious ad-hoc command forms that were not requested.
soc.2007.xmpp
|
file |
diff |
annotate
|
| Mon, 25 Jun 2007 19:08:16 +0000 |
Andreas Monitzer |
The server's ad-hoc commands are now listed in the account's action menu. Note that this requires an additional field in the _PurplePluginAction struct. There's no other way, since there was no way to supply user_data, and dynamically created functions are not supported by C. This should be fine, since that struct is only malloced in purple_plugin_action_new, which is part of the core. Applications have to either pass the struct unmodified, or restore the user_data pointer if the action is recreated when necessary (as is the case in Adium).
soc.2007.xmpp
|
file |
diff |
annotate
|
| Sat, 23 Jun 2007 02:57:21 +0000 |
Andreas Monitzer |
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
soc.2007.xmpp
|
file |
diff |
annotate
|
| Tue, 19 Jun 2007 02:53:24 +0000 |
Andreas Monitzer |
Implemented XEP-0050: Ad-Hoc Commands. Note that this XEP requires sending an initial command to the peer, which is not implemented in libpurple itself (since this requires a discovery browser or equivalent).
soc.2007.xmpp
|
file |
diff |
annotate
|