summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-11-20Load plugins from $GABBLE_PLUGIN_DIR if setWill Thompson1-2/+7
2009-11-20Don't spawn the plugin loader on start.Will Thompson1-3/+0
2009-11-20Generate and implement Connection.FUTURE.EnsureSidecar()Will Thompson5-0/+366
2009-11-20Add API to request a sidecar from the plugin loaderWill Thompson2-0/+95
2009-11-20Add API to GabblePlugin to create sidecarsWill Thompson2-0/+94
2009-11-20Add a GObject interface for sidecar implementationsWill Thompson3-0/+136
2009-11-20Split up the plugin loader a bitWill Thompson1-56/+59
2009-11-20Store loaded plugins in the loaderWill Thompson1-2/+19
2009-11-20Turn the plugin loader into a fully-fledged objectWill Thompson3-9/+108
2009-11-20Attempt to instantiate a GabblePlugin from modulesWill Thompson1-1/+39
2009-11-20Use -export-dynamic to expose symbols to pluginsWill Thompson1-0/+2
2009-11-20Add a trivial GabblePlugin interfaceWill Thompson3-0/+135
2009-11-20Probe for plugins in $(libdir)/telepathy/gabble-0Will Thompson4-1/+124
2009-11-20Add a debug flag for pluginsWill Thompson2-0/+2
2009-11-20Link against GModule when plugins are enabled.Will Thompson1-2/+2
2009-11-17Remove unused vars from gabble_disco_service_findWill Thompson1-6/+3
2009-11-13debug: use TpDebugSender instead of implementing GabbleDebuggerJonny Lamb5-389/+44
2009-11-12GabbleMucChannel: annotate which properties can be changed by whoSimon McVittie1-1/+18
2009-11-12GabbleMucChannel: having special-cased SUBJECT, don't remove the special case...Simon McVittie1-4/+0
2009-11-12gabble_muc_channel_init: initialize self->priv correctlySimon McVittie1-1/+3
2009-11-09Use a hash of the machine ID as default resourceWill Thompson1-7/+12
2009-11-09Use (part of) D-Bus machine ID as default resource.Will Thompson1-4/+19
2009-10-27Correct the type of pre-presence's marshallerWill Thompson1-2/+2
2009-10-27Don't trust <message> ids to be globally uniqueWill Thompson2-25/+24
2009-10-22Don't call shut_down() twice on stream errors.Will Thompson1-21/+21
2009-10-22Merge branch 'annie-let's-not-wait-0.9'Will Thompson3-24/+35
2009-10-22Fix identationSjoerd Simons1-21/+21
2009-10-22Put ImmutableStreams in allowed properties if neededSjoerd Simons1-6/+32
2009-10-19Add and use a canned "any audio/video" caps setWill Thompson3-8/+19
2009-10-19Don't wait for a caps if a contact's already callableWill Thompson1-24/+24
2009-10-19Compile, and actually set ImmutableStreams propertyWill Thompson1-1/+2
2009-10-19Merge branch 'improve-caps-cache-0.9'Will Thompson7-49/+174
2009-10-19Note bug number for satisfying waiters with our own hashWill Thompson1-3/+1
2009-10-19Merge branch 'immutable-streams-0.9'Will Thompson5-1/+81
2009-10-14The shut_down method should clean up even if the closing flag is already set.Vivek Dasmohapatra1-23/+24
2009-10-14Stop idle/timeout probing for proxies when we are disconnected.Vivek Dasmohapatra1-0/+7
2009-10-09Coding style: avoid too long lines, as per wjt's reviewAlban Crequy1-1/+2
2009-10-09src/presence-cache.c: fix leak of presence->avatar_sha1, as per wjt's reviewAlban Crequy1-0/+1
2009-10-09request-pipeline.c: Fix assert item->timer_id != 0Alban Crequy1-3/+5
2009-10-09vCard default timer is set to 3 seconds for the unit testsAlban Crequy2-3/+10
2009-10-09presence-cache.c: More DEBUG() during avatar conflict resolutionAlban Crequy1-1/+9
2009-10-09presence-cache.c: Fix avatar loop when there is no avatarAlban Crequy1-1/+6
2009-10-09conn-avatars.c: More assertions on avatar sha1Alban Crequy1-0/+9
2009-10-07Serve disco responses from the cacheWill Thompson1-17/+20
2009-10-07Add compatibility bundles to the cacheWill Thompson3-3/+67
2009-10-07Cache our own caps before announcing them.Will Thompson3-0/+38
2009-10-07Add gabble_presence_peek_caps() to avoid copyingWill Thompson5-28/+25
2009-10-07Pre-seed more Google Talk capability bundles.Will Thompson2-8/+33
2009-10-07Implement StreamedMedia.ImmutableStreams propertyWill Thompson2-0/+40
2009-10-07Implement C_Media_Capabilities_Immutable_StreamsWill Thompson3-1/+41