summaryrefslogtreecommitdiff
path: root/salut
Commit message (Expand)AuthorAgeFilesLines
* Require telepathy-glib 0.20, and forbid functions deprecated in that versionSimon McVittie2013-01-042-2/+2
* Be single-include-compliantSimon McVittie2013-01-043-6/+3
* Replace plugindir with an AC_ARG_VAR so it can be passed to configureSimon McVittie2012-03-262-2/+2
* Install non-ABI-stable libraries used by plugins to a private directorySimon McVittie2012-03-262-1/+3
* SalutPluginInitializeImpl: Replace the protocol ctor callback with a vtable o...Olli Salli2012-03-161-2/+9
* Remove SalutPluginContact and salut_send_ll_pep_eventOlli Salli2012-03-163-90/+1
* Add wocky to LIBS salut plugin API pkgconfig filesOlli Salli2012-03-152-2/+2
* Remove protocol.h from the plugin APIOlli Salli2012-03-152-92/+0
* Completely eradicate the dependency to salut_protocol_new from the plugin libOlli Salli2012-03-151-1/+2
* Move plugin library-specific code from util.c into its own file, toAlvaro Soliverez2012-03-153-2/+61
* Use a callback to get custom SalutProtocol in the plugin library, soAlvaro Soliverez2012-03-151-1/+8
* plugins: Create a new library libsalut-plugins containing the plugin APISiraj Razick2012-02-172-0/+2
* salut-connection: Merge src/connection.h and salut/connection.hSiraj Razick2012-02-173-57/+1
* plugins: Replace SalutConnection with SalutPluginConnection in pluginsSiraj Razick2012-02-171-5/+5
* plugins: Introduce SalutPluginConnectionInterface interfaceSiraj Razick2012-02-172-2/+72
* plugins: Change the plugin API to create_sidecar_async and create_sidecar_finishSiraj Razick2012-02-171-2/+12
* Update Wocky snapshot for one big header.Will Thompson2012-02-064-5/+5
* capabilities: fix includesJonny Lamb2011-04-281-1/+1
* capabilities-set: rename to capability-setJonny Lamb2011-04-282-1/+1
* caps-channel-manager: add data form argument to represent_clientJonny Lamb2011-04-221-2/+4
* pep: make salut_send_ll_pep_event part of public APIJonny Lamb2011-04-222-1/+31
* connection: add get_name() functionJonny Lamb2011-04-121-0/+2
* connection: add get_session() functionJonny Lamb2011-04-121-0/+4
* Correctly use im-local-xmpp as the icon name.Will Thompson2011-03-211-1/+1
* Merge branch 'sidetzars'Jonny Lamb2011-03-214-1/+160
|\
| * sidecar: update copyright yearsJonny Lamb2011-03-161-1/+1
| * plugins: add sidecar support to pluginsJonny Lamb2011-03-153-1/+112
| * salut: define SalutConnection so it can be referred to in pluginsJonny Lamb2011-03-152-0/+48
* | capabilities: move to public APIJonny Lamb2011-03-182-1/+75
* | salut: remove duplicate pkg-config fileJonny Lamb2011-03-182-2/+4
* | salut: make caps-channel-manager and capabilities-set public salut APIJonny Lamb2011-03-183-1/+195
|/
* plugin: clarify the ownership of the returned arrayJonny Lamb2011-03-021-3/+3
* salut: include wocky as part of the salut plugin APIJonny Lamb2011-02-081-1/+1
* plugin: fix up pkg-config filesJonny Lamb2011-02-082-9/+7
* salut: move protocol.h to salut's public APIJonny Lamb2011-02-082-1/+93
* plugin: add initialize method to give access to the CMJonny Lamb2011-02-071-0/+14
* plugin: add padding and API versionJonny Lamb2011-02-071-3/+13
* plugin: clarify the return type of CreateChannelManagersImplJonny Lamb2011-02-071-0/+3
* plugin: add a create_channel_managers plugin memberJonny Lamb2011-02-071-0/+15
* plugins: start defining SalutPlugin interfaceJonny Lamb2011-02-074-0/+115