summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-26Eliminate trailing whitespace so make check can pass againHEADmasterSimon 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
2012-03-15Use a callback to get custom SalutProtocol in the plugin library, soAlvaro Soliverez2-2/+11
2012-03-15Update NEWSOlli Salli1-0/+3
2012-03-15connection: Add TP_CONNECTION_INTERFACE_CONTACT_LIST to the interface listSiraj Razick1-0/+1
2012-03-13bonjour-self: Fix compile problem by adding the missing bracebonjour_windowsSiraj Razick1-0/+1
2012-03-13Update NEWSOlli Salli1-3/+5
2012-03-13Merge remote-tracking branch 'siraj/bonjour_windows'Olli Salli15-19/+1533
2012-03-13file-transfer-channel: Fix Compile issues under Windows/mingw32Siraj Razick1-1/+5
2012-03-13build: Use gio-windows-2.0 when cross compilingSiraj Razick2-5/+17
2012-03-13self : pass the correct error pointer when calling set_avatar of the childSiraj Razick1-2/+2
2012-03-13protocol : Adapt protocol to support bonjour backendSiraj Razick1-0/+2
2012-03-13connection: Use MUC and roomlist only with AvahiSiraj Razick1-1/+11
2012-03-13connection: use si-bytestream-manager only for avahiSiraj Razick1-0/+9
2012-03-13salut: Use bonjour discovery clientSiraj Razick3-2/+7
2012-03-13debug: Make SALUT_DEBUG=discovery workSiraj Razick1-1/+1
2012-03-13bonjour-self: Introduce BonjourSelfSiraj Razick3-4/+687
2012-03-12bonjour-contact-manager : Dummy ContactManagerSiraj Razick3-0/+402
2012-03-12bonjour-discovery-client : Introduce Bonjour discovery clientSiraj Razick3-1/+355
2012-03-12build: Adapt Makefile.am to use USE_BACKEND_BONJOURSiraj Razick1-2/+21
2012-03-12build: Introduce libdns_sd backend for --with-backend switchSiraj Razick1-2/+19
2012-03-12muc-channel: Remove redefinition of SalutMucChannelPrivateSiraj Razick1-3/+0
2012-03-09Update NEWSOlli Salli1-1/+2
2012-03-09Merge remote-tracking branch 'tdfischer/tdfischer/gsocket-file-xfer'Olli Salli14-155/+209
2012-03-07Merge ipv4/6 testing into the file transfer tester so any test can be ran wit...Trever Fischer11-205/+52
2012-03-07Cleanup code formatting, errors, warnnings, and use of TpSocketAddressTypeTrever Fischer1-24/+48
2012-03-07Stop leaking the underlying GSocketTrever Fischer1-17/+25
2012-03-07Implement support for testing sockets that are not AF_UNIXTrever Fischer5-10/+33
2012-03-07Add IPV4/6 availability testsTrever Fischer1-2/+6
2012-03-07Unify socket creation methodsTrever Fischer1-79/+33
2012-03-07Announce support for ipv4 and ipv6 socketsTrever Fischer1-0/+11
2012-03-07Generalize salut_file_transfer_channel_finalize to handle any kind of socket ...Trever Fischer1-19/+25
2012-03-07Use GSocket for unix sockets in file transfer codeTrever Fischer3-42/+32