summaryrefslogtreecommitdiff
path: root/salut
AgeCommit message (Expand)AuthorFilesLines
2012-08-06*/status.c: don't crash if form fields have unexpected typesSimon McVittie1-9/+13
2012-08-06Avoid TP_ERRORSSimon McVittie2-13/+13
2012-03-16Use send_ll_pep_event from wocky rather than salutOlli Salli1-2/+1
2012-03-15Use -no-undefined linker flag for building salut pluginOlli Salli1-1/+1
2012-03-13Actually link the salut plugin against salut libsOlli Salli1-0/+1
2012-02-27Copy plugin-base files to salut directoryAlvaro Soliverez1-0/+3
2012-02-27Fixed linking after salut plugin library refactorAlvaro Soliverez1-11/+13
2012-02-22Support for building on Android, modified from patches by Derek Foreman and J...Alvaro Soliverez1-3/+15
2012-02-16Fixed wocky includesAlvaro Soliverez4-14/+2
2012-02-08salut-plugin: Update the salut plugin code to match the API changes.Siraj Razick4-21/+21
2011-09-07status: fix implementation of publish nodes in pep messagesJonny Lamb1-1/+1
2011-09-06salut: move more common files to plugin-baseJonny Lamb5-772/+4
2011-09-05salut: move some common to a separate directoryJonny Lamb5-498/+6
2011-07-20message-channel: Remove unused variable, fixes warningytstenut-plugins-0.1Rob Staudinger1-3/+0
2011-04-27caps-manager, status: don't bother checking for caps prefixesJonny Lamb3-10/+3
2011-04-26status: fix some leaksJonny Lamb1-0/+4
2011-04-26status: don't bail on reading capabilities if there is no name/capsJonny Lamb1-12/+14
2011-04-26caps-manager: only add name and capabilities fields if there are someJonny Lamb1-6/+12
2011-04-26caps-manager: keep a record of what clients expose which servicesJonny Lamb2-4/+52
2011-04-26status: only try and get caps for contacts implementing the right interfaceJonny Lamb1-1/+2
2011-04-26channel: send item-not-found if the channel is closed before replyingJonny Lamb1-0/+17
2011-04-26channel: fix typo when getting the nick from enumJonny Lamb1-1/+1
2011-04-26message-channel: be sure to include the yts and tp channel ifaces in the Inte...Jonny Lamb1-1/+3
2011-04-25caps-manager: create data forms out of nice HCTsJonny Lamb1-11/+112
2011-04-25status: handle ::capabilities-changed being fired for self objectJonny Lamb1-8/+18
2011-04-20status: implement Service{Added,Removed} and DiscoveredServicesJonny Lamb1-0/+199
2011-04-20utils: add a capabilities namespace definition and more cleanupsJonny Lamb1-1/+3
2011-04-20status: remove stray debugJonny Lamb1-2/+0
2011-04-19status: clean up the hash table and remove rubbish if a status is unsetJonny Lamb1-2/+17
2011-04-19status: update the DiscoveredStatuses hash table before emitting StatusChangedJonny Lamb1-5/+10
2011-04-19status: implement DiscoveredStatusesJonny Lamb2-6/+54
2011-04-18status: start listening to status changes and emit StatusChangedJonny Lamb1-0/+84
2011-04-18status: implement more of AdvertiseStatusJonny Lamb1-3/+95
2011-04-14caps-manager: move the feature prefix to the utils headerJonny Lamb2-2/+5
2011-04-14status: add connection and session propertiesJonny Lamb3-7/+52
2011-04-14util: rename to utilsJonny Lamb6-5/+6
2011-04-14channel-manager: remove old includeJonny Lamb1-1/+0
2011-04-13salut: update some copyrightsJonny Lamb6-2/+7
2011-04-13message-channel: fix the error stanza on Fail()Jonny Lamb1-2/+5
2011-04-13message-channel: filter {to,from}-service from the RequestAttributesJonny Lamb1-1/+2
2011-04-13channel-manager: fix up to use contact_dup_jidJonny Lamb1-7/+13
2011-04-13status: add dummy hash tables for the two propertiesJonny Lamb1-6/+23
2011-04-12message-channel: fix error messageJonny Lamb1-1/+1
2011-04-12message-channel: don't leak the object if the IQ doesn't sendJonny Lamb1-1/+2
2011-04-12message-channel: fix a few typosJonny Lamb1-2/+2
2011-04-12message-channel: make _new take a requested argumentJonny Lamb3-5/+7
2011-04-12message-channel: don't allow Request() to be called if not requestedJonny Lamb1-1/+18
2011-04-12message-channel: include all the other properties as allowed and immutableJonny Lamb2-1/+33
2011-04-12message-channel: keep a ref to the channel when waiting for Request callbackJonny Lamb2-1/+4
2011-04-12channel-manager: set the initiator handle correctlyJonny Lamb1-1/+1