summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 McVittie1-1/+1
2012-03-26Install non-ABI-stable libraries used by plugins to a private directorySimon McVittie1-2/+2
2012-03-20g_thread_init() is deprecated but still needed in GLib 2.30 and older.Alvaro Soliverez1-2/+1
2012-03-16SalutPluginInitializeImpl: Replace the protocol ctor callback with a vtable o...Olli Salli2-3/+8
2012-03-16Remove SalutPluginContact and salut_send_ll_pep_eventOlli Salli5-190/+0
2012-03-16SalutContact: implement WockyXep0115Caps::has_featureOlli Salli1-0/+10
2012-03-15Remove protocol.h from the plugin APIOlli Salli4-6/+96
2012-03-15Completely eradicate the dependency to salut_protocol_new from the plugin libOlli Salli2-3/+6
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 Salli1-1/+1
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 Soliverez6-69/+191
2012-03-15Use a callback to get custom SalutProtocol in the plugin library, soAlvaro Soliverez1-1/+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 braceSiraj Razick1-0/+1
2012-03-12file-transfer-channel: Fix Compile issues under Windows/mingw32Siraj Razick1-1/+5
2012-03-12build: Use gio-windows-2.0 when cross compilingSiraj Razick1-5/+9
2012-03-12self : pass the correct error pointer when calling set_avatar of the childSiraj Razick1-2/+2
2012-03-12protocol : Adapt protocol to support bonjour backendSiraj Razick1-0/+2
2012-03-12connection: Use MUC and roomlist only with AvahiSiraj Razick1-1/+11
2012-03-12connection: use si-bytestream-manager only for avahiSiraj Razick1-0/+9
2012-03-12salut: Use bonjour discovery clientSiraj Razick3-2/+7
2012-03-12debug: Make SALUT_DEBUG=discovery workSiraj Razick1-1/+1
2012-03-12bonjour-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-12muc-channel: Remove redefinition of SalutMucChannelPrivateSiraj Razick1-3/+0
2012-03-07Merge ipv4/6 testing into the file transfer tester so any test can be ran wit...Trever Fischer1-5/+5
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-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 Fischer2-42/+27
2012-03-07Implement IPV4/6 with GSocket API and write IPv4 testsTrever Fischer1-6/+71
2012-02-29Merge branch 'cleanups'Jonny Lamb13-1545/+414
2012-02-29muc-channel: use one property pair per line with g_object_getJonny Lamb1-5/+9
2012-02-23Fix Android build after plugin library refactorAlvaro Soliverez1-3/+15
2012-02-22Fix stuff caught by check-coding-style in siraj's codeOlli Salli1-1/+1