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