summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-04version 0.8.0telepathy-salut-0.8.0Jonny Lamb2-4/+4
2012-04-04update NEWS for 0.8.0Jonny Lamb1-5/+19
2012-04-03ft test: add more assertion failure debug outputJonny Lamb1-1/+3
2012-04-03ft-channel: don't call gibber_ft_send unless the remote is accepted alreadyJonny Lamb1-4/+39
2012-04-03gibber-oob-file-transfer: assert we have a message before using itJonny Lamb1-0/+2
2012-04-03muc-channel: re-add 'creator' propertyJonny Lamb2-1/+21
2012-04-03muc-channel: fix reference to SalutConnection in OLPC codeJonny Lamb1-1/+2
2012-03-27Compile everything before we test itSimon McVittie1-1/+1
2012-03-26Start 0.7.3 devOlli Salli2-1/+10
2012-03-26Prepare release 0.7.2telepathy-salut-0.7.2Olli Salli2-3/+3
2012-03-26Update NEWSOlli Salli1-2/+3
2012-03-26file-transfer-channel: Fix file transfer on windows.Siraj Razick1-10/+8
2012-03-26Update READMEOlli Salli1-5/+8
2012-03-26Update NEWSOlli Salli1-1/+3
2012-03-26Merge remote-tracking branch 'siraj/fix_review'Olli Salli7-155/+1051
2012-03-26bonjour-contact: Remove unwanted debug messagesSiraj Razick1-1/+0
2012-03-26bonjour-contact: Handle new Address resolves while another is in progressSiraj Razick1-10/+61
2012-03-26bonjour-contact: store copies of name, type and domainSiraj Razick1-6/+9
2012-03-26bonjour-contact: Avoid passing pointer to pointer into GetValuePtrSiraj Razick1-8/+7
2012-03-26bonjour-discovery-client: Remove redundant checks in drop_svcSiraj Razick1-6/+0
2012-03-26Avoid passing DNSServiceRef pointers between private structs.Siraj Razick5-22/+21
2012-03-26bonjour-contact-manager: Unref contact only if it has no servicesSiraj Razick1-1/+5
2012-03-26bonjour-contact: Introduce Bonjour ContactSiraj Razick3-0/+761
2012-03-26bonjour-self: Avoid removing msg from record if it's missingSiraj Razick1-1/+2
2012-03-26build: remove capability-set from CORE sourcesSiraj Razick1-1/+0
2012-03-26bonjour-discovery-client: Move Socket processing methods to a common placeSiraj Razick2-0/+115
2012-03-26bonjour-contact-manager: Start browsing for bonjour serviceSiraj Razick1-5/+134
2012-03-26bonjour-contact-manager: Remove Dead code copiled over from AvahiSiraj Razick1-151/+10
2012-03-26bonjour-self: Remove duplicate Socket processing methodSiraj Razick1-25/+7
2012-03-26bonjour-self: Announce the service name properlySiraj Razick1-4/+4
2012-03-26build: Fix linker errors when linking libsalut-pluginsSiraj Razick1-0/+1
2012-03-26Eliminate trailing whitespace so make check can pass againSimon McVittie1-1/+1
2012-03-26Replace plugindir with an AC_ARG_VAR so it can be passed to configureSimon McVittie5-7/+10
2012-03-26Install non-ABI-stable libraries used by plugins to a private directorySimon McVittie4-4/+15
2012-03-26Avoid non-portable use of += in configure.acSimon McVittie1-4/+4
2012-03-26Avoid Wocky trying to install into --prefix=NONESimon McVittie1-0/+7
2012-03-20g_thread_init() is deprecated but still needed in GLib 2.30 and older.Alvaro Soliverez1-2/+1
2012-03-16Update NEWSOlli Salli1-0/+2
2012-03-16Merge branch 'plugin-api-fix'Olli Salli15-118/+54
2012-03-16Update wocky submodule pointer to version with wocky_send_ll_pep_eventOlli Salli1-0/+0
2012-03-16SalutPluginInitializeImpl: Replace the protocol ctor callback with a vtable o...Olli Salli4-8/+20
2012-03-16Remove SalutPluginContact and salut_send_ll_pep_eventOlli Salli8-280/+1
2012-03-16SalutContact: implement WockyXep0115Caps::has_featureOlli Salli1-0/+10
2012-03-15Add wocky to LIBS salut plugin API pkgconfig filesOlli Salli2-2/+2
2012-03-15Remove protocol.h from the plugin APIOlli Salli5-7/+5
2012-03-15Completely eradicate the dependency to salut_protocol_new from the plugin libOlli Salli3-4/+8
2012-03-15Fix coding style distcheck issues from Alvaro's plugin API commitsOlli Salli2-3/+3
2012-03-15Build wocky and the plugins library as version-specific shared librariesOlli Salli3-2/+2
2012-03-15Moved caps-channel-manager to the plugins library, as the code is usedAlvaro Soliverez1-2/+2
2012-03-15Move plugin library-specific code from util.c into its own file, toAlvaro Soliverez10-72/+254