summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-10-16bump version to 0.3.14telepathy-gabble_0.3.14Robert McQueen1-1/+1
2006-10-16GabbleMediaFactory: fix inverted logicRobert McQueen1-1/+1
2006-10-16GabbleMediaFactory: make new_media_channel not emit the "new-channel" signal;...Robert McQueen1-96/+22
2006-10-14GabbleConnection: fixed room_jid_disco_cb to return proper Telepathy error, a...Senko Rasic1-2/+8
2006-10-13fixes broken old-style invitation support which ignored groupchat messagesSenko Rasic1-1/+3
2006-10-13Report failure to connect to the starter bus as a warning and exit(1) rather ...Simon McVittie1-1/+5
2006-10-13Report invalid JIDs as a Telepathy error over D-Bus, rather than as a core dumpSimon McVittie1-4/+3
2006-10-13When bus name for connmgr is already taken, don't dump coreSimon McVittie1-1/+4
2006-10-13allow channel factories to return detailed errors in response to channel request7-29/+34
2006-10-13bump version to 0.13.3telepathy-gabble_0.3.13Robert McQueen1-1/+1
2006-10-13Cope with vCards with neither <NICKNAME> nor <FN>Simon McVittie1-2/+3
2006-10-13check whether presence cache lookup returns null1-1/+2
2006-10-13bump version to 0.3.12telepathy-gabble_0.3.12Robert McQueen1-2/+2
2006-10-13GabbleRoster: ignore google hidden roster items, they're not JIDs but e-mail ...Robert McQueen1-0/+5
2006-10-13GabbleRoster: instead of just tracking blocked or not, parse and store the go...Robert McQueen1-17/+70
2006-10-13GabbleMediaSession: remove the stream if you request NONE directionRobert McQueen1-3/+10
2006-10-13GabbleMediaSession: accept any pending local sends when the session is acceptedRobert McQueen1-0/+17
2006-10-13GabbleMediaSession: clear the direction of incoming jingle streams so it gets...Robert McQueen1-0/+7
2006-10-13make GABBLE_DEBUG env flag turn on all debug flags for compatibility1-1/+1
2006-10-13check capablities of contact before adding to streamed media channel1-0/+15
2006-10-11bump version to 0.3.11.1Robert McQueen1-1/+1
2006-10-11bump version to 0.3.11telepathy-gabble_0.3.11Robert McQueen1-2/+2
2006-10-11GabbleConnection: merge conflicts with headers in gabble-connection.c (they'r...Robert McQueen1-1/+3
2006-10-02vcard-manager.c: On status change to CONNECTED, if we *don't* know a better a...Simon McVittie1-1/+9
2006-10-02gabble-connection.c: when SetAliases sets user's own alias, only alter the ro...Simon McVittie3-0/+30
2006-10-02vcard-manager.c, gabble-connection.c: Make vCard manager (rather than connect...Simon McVittie2-17/+35
2006-10-02vcard-manager.c: Whitespace/indentation styleSimon McVittie1-25/+41
2006-10-02vcard-manager.c: switch g_assert to g_return_val_if_fail so passing an odd nu...Simon McVittie1-1/+1
2006-10-02vcard-manager.h: Remove duplicate declaration of gabble_vcard_manager_get_cac...Simon McVittie1-3/+0
2006-09-29Revert addition of daf's vcard.[ch]Simon McVittie3-100/+0
2006-09-29If SetAliases is called for the local user, patch their vCard server-side.Simon McVittie1-0/+11
2006-09-29If user has a higher-priority-than-vCard alias for themselves, patch it into ...Simon McVittie1-0/+16
2006-09-29Finish initial implementation of vCard managementSimon McVittie1-36/+296
2006-09-29Add vCard debug levelSimon McVittie3-0/+5
2006-09-29Rename vcard-lookup to vcard-managerSimon McVittie6-147/+147
2006-09-29In connection, connect up nickname signals from vCard lookup helperSimon McVittie1-7/+18
2006-09-29Start to implement vCard lookup (much of the API copied from disco)Simon McVittie2-3/+437
2006-09-29Consider the alias parameter to the connmgr to be more authoritative than a v...Simon McVittie1-1/+1
2006-09-28Add skeletal implementation of GabbleVCardLookupSimon McVittie6-1/+222
2006-09-28add skeleton vcard code3-0/+100
2006-10-11GabbleMediaSession: when the local client is trying to change directions, che...Robert McQueen1-29/+28
2006-10-11GabbleMediaSession: clarify debug on failed direction changesRobert McQueen1-1/+1
2006-10-11GabbleMediaSession: handle content-decline like removeRobert McQueen1-1/+1
2006-10-11GabbleMediaSession: remove duplicated handler stanza for "content-remove"Robert McQueen1-7/+0
2006-10-11GabbleMediaSession: when handling direction changes from the peer and they're...Robert McQueen1-13/+29
2006-10-11correct spelling of RECEIVE in telepathy constants headerRobert McQueen1-1/+1
2006-10-11GabbleMediaStream: emit the SetStreamSending signal automatically based on th...Robert McQueen1-1/+32
2006-10-11GabbleMediaSession: fix missing header includeRobert McQueen1-0/+1
2006-10-11GabbleMediaSession: add methods for sending direction changes, and for the mo...Robert McQueen1-3/+115
2006-10-11GabbleMediaSession: hook up the _handle_direction to the content-modify actio...Robert McQueen1-5/+12