summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-09-20Roster: rename updates_nicknames to updated_nicknamesWill Thompson1-5/+5
2011-09-20Roster: don't emit nicknames-update with no nicknames.Will Thompson1-1/+1
2011-09-16roster: emit a single signal for all the aliases updated at the same timeMarco Barisione2-10/+24
2011-09-16conn-aliasing: add a plural version of the nickname-update signal handlerMarco Barisione2-35/+64
2011-09-06mail notification: ensure google notification setting is correctJussi Kukkonen1-0/+58
2011-09-06mail notification: recognize "google:setting" namespaceJussi Kukkonen3-0/+4
2011-09-05Connection: assume all handles have ContactCapsWill Thompson1-21/+11
2011-09-05CapsChannelManager: correct English in a commentWill Thompson1-1/+1
2011-09-05Connection: simplify getting ContactCaps without presenceWill Thompson1-14/+15
2011-09-05Remove support for legacy Presence.Will Thompson2-9/+0
2011-09-05Merge branch 'telepathy-gabble-0.12'Will Thompson1-13/+5
2011-09-05MUC: don't forget password when handling nick conflictsWill Thompson1-13/+5
2011-08-30Announce the camera-v1 caps bundle so that the Google UIs put a little camera...Olivier CrĂȘte2-1/+4
2011-08-29presence-cache.c: Add Android presence cache bundleOlivier CrĂȘte1-1/+3
2011-08-17Merge branch 'telepathy-gabble-0.12'Will Thompson1-21/+0
2011-08-17Version 0.12.6Will Thompson1-21/+0
2011-08-17Merge branch 'telepathy-gabble-0.12'Will Thompson1-0/+21
2011-08-17NEWS for 0.12.5Will Thompson1-0/+21
2011-08-17Merge branch 'old-bugs'Will Thompson7-14/+67
2011-08-10Drop an extra == TRUE in a conditionalOlli Salli1-1/+1
2011-08-10private-tubes-factory.c: Use TP_PROP constantsOlli Salli1-32/+32
2011-08-10Don't advertise being able to receive tubes if we can only initiate themOlli Salli1-0/+5
2011-08-03Update the Wocky snaphost and adapt the changes in WockyPingMarco Barisione1-1/+4
2011-08-03Merge branch 'telepathy-gabble-0.12'Will Thompson1-1/+1
2011-08-03Connection: correctly install power-saving property.Will Thompson1-1/+1
2011-08-03Turn on DecloakAutomatically by defaultWill Thompson1-1/+1
2011-08-01Merge branch 'telepathy-gabble-0.12'Marco Barisione1-1/+10
2011-08-01conn-presence.c: make shared invisibility work after the server updateMarco Barisione1-1/+10
2011-07-29Merge branch 'null-caps-39464'Will Thompson1-1/+7
2011-07-27JingleFactory: stop including fake loudmouth!Will Thompson1-1/+0
2011-07-27JingleFactory: wockify google:jingleinfo callbackWill Thompson1-130/+66
2011-07-27JingleFactory: wockify jingle action callbackWill Thompson1-28/+47
2011-07-26JingleFactory: use constructed, not constructor.Will Thompson1-16/+8
2011-07-22presence-cache: don't crash if computed_hash == NULLDavid Laban1-1/+7
2011-07-13Merge branch 'encryption'Will Thompson1-1/+1
2011-07-08Define a static inline no-op DEBUG with --disable-debugWill Thompson5-13/+25
2011-07-07Move the extra domains to trust from the TLS channel to the managerMarco Barisione2-48/+71
2011-07-07TLSManager: check the connection before the non-interactive verificationMarco Barisione1-13/+15
2011-07-07ServerTLSChannel: make reference_identities a GStrv and not a GPtrArrayMarco Barisione1-10/+13
2011-07-07Add an extra_identify argument to the TLS verification functionsMarco Barisione1-3/+7
2011-07-06Fix tp-yell includes being read from /usr/include instead of the submoduleVincent Penquerc'h1-1/+1
2011-07-06Fix tp-yell includes being read from /usr/include instead of the submoduleVincent Penquerc'h1-1/+1
2011-07-06Set the DBus_Property flag on DecloakAutomaticallyWill Thompson1-1/+3
2011-06-28Correctly clear our own alias when asked to.Will Thompson1-7/+21
2011-06-28Aliasing: handle SetAlias({contact: ''}) betterWill Thompson2-9/+79
2011-06-28Aliasing: split out cached remote alias lookupWill Thompson1-41/+74
2011-06-28Aliasing: remove a hateful g_hash_table_foreachWill Thompson1-51/+36
2011-06-28ContactInfo: don't claim PHOTO is unknownWill Thompson1-2/+12
2011-06-27MucChannel: fix coding style violationsWill Thompson1-2/+2
2011-06-27Support XEP-0012: Last ActivityMichael Scherer4-0/+62