summaryrefslogtreecommitdiff
path: root/salut
AgeCommit message (Expand)AuthorFilesLines
2013-01-04Require telepathy-glib 0.20, and forbid functions deprecated in that versionSimon McVittie2-2/+2
2013-01-04Be single-include-compliantSimon McVittie3-6/+3
2012-03-26Replace plugindir with an AC_ARG_VAR so it can be passed to configureSimon McVittie2-2/+2
2012-03-26Install non-ABI-stable libraries used by plugins to a private directorySimon McVittie2-1/+3
2012-03-16SalutPluginInitializeImpl: Replace the protocol ctor callback with a vtable o...Olli Salli1-2/+9
2012-03-16Remove SalutPluginContact and salut_send_ll_pep_eventOlli Salli3-90/+1
2012-03-15Add wocky to LIBS salut plugin API pkgconfig filesOlli Salli2-2/+2
2012-03-15Remove protocol.h from the plugin APIOlli Salli2-92/+0
2012-03-15Completely eradicate the dependency to salut_protocol_new from the plugin libOlli Salli1-1/+2
2012-03-15Move plugin library-specific code from util.c into its own file, toAlvaro Soliverez3-2/+61
2012-03-15Use a callback to get custom SalutProtocol in the plugin library, soAlvaro Soliverez1-1/+8
2012-02-17plugins: Create a new library libsalut-plugins containing the plugin APISiraj Razick2-0/+2
2012-02-17salut-connection: Merge src/connection.h and salut/connection.hSiraj Razick3-57/+1
2012-02-17plugins: Replace SalutConnection with SalutPluginConnection in pluginsSiraj Razick1-5/+5
2012-02-17plugins: Introduce SalutPluginConnectionInterface interfaceSiraj Razick2-2/+72
2012-02-17plugins: Change the plugin API to create_sidecar_async and create_sidecar_finishSiraj Razick1-2/+12
2012-02-06Update Wocky snapshot for one big header.Will Thompson4-5/+5
2011-04-28capabilities: fix includesJonny Lamb1-1/+1
2011-04-28capabilities-set: rename to capability-setJonny Lamb2-1/+1
2011-04-22caps-channel-manager: add data form argument to represent_clientJonny Lamb1-2/+4
2011-04-22pep: make salut_send_ll_pep_event part of public APIJonny Lamb2-1/+31
2011-04-12connection: add get_name() functionJonny Lamb1-0/+2
2011-04-12connection: add get_session() functionJonny Lamb1-0/+4
2011-03-21Correctly use im-local-xmpp as the icon name.Will Thompson1-1/+1
2011-03-21Merge branch 'sidetzars'Jonny Lamb4-1/+160
2011-03-18capabilities: move to public APIJonny Lamb2-1/+75
2011-03-18salut: remove duplicate pkg-config fileJonny Lamb2-2/+4
2011-03-18salut: make caps-channel-manager and capabilities-set public salut APIJonny Lamb3-1/+195
2011-03-16sidecar: update copyright yearsJonny Lamb1-1/+1
2011-03-15plugins: add sidecar support to pluginsJonny Lamb3-1/+112
2011-03-15salut: define SalutConnection so it can be referred to in pluginsJonny Lamb2-0/+48
2011-03-02plugin: clarify the ownership of the returned arrayJonny Lamb1-3/+3
2011-02-08salut: include wocky as part of the salut plugin APIJonny Lamb1-1/+1
2011-02-08plugin: fix up pkg-config filesJonny Lamb2-9/+7
2011-02-08salut: move protocol.h to salut's public APIJonny Lamb2-1/+93
2011-02-07plugin: add initialize method to give access to the CMJonny Lamb1-0/+14
2011-02-07plugin: add padding and API versionJonny Lamb1-3/+13
2011-02-07plugin: clarify the return type of CreateChannelManagersImplJonny Lamb1-0/+3
2011-02-07plugin: add a create_channel_managers plugin memberJonny Lamb1-0/+15
2011-02-07plugins: start defining SalutPlugin interfaceJonny Lamb4-0/+115