Age | Commit message (Expand) | Author | Files | Lines |
2006-12-05 | bump version to 0.4.9telepathy-gabble-0.4.9 | Robert McQueen | 1 | -2/+2 |
2006-12-05 | GabbleMediaSession: tweak debugging string | Robert McQueen | 1 | -1/+1 |
2006-12-05 | GabbleMediaSession: turn the <content creator=""> value into an initiator val... | Robert McQueen | 1 | -13/+52 |
2006-12-05 | GabbleMediaSession: make _lookup_stream_by_name_and_initiator fuzzy at matchi... | Robert McQueen | 1 | -30/+2 |
2006-12-05 | GabbleTypes: add a new INITIATOR_INVALID (-1) value to the JingleInitiator enum | Robert McQueen | 1 | -1/+2 |
2006-12-05 | GabbleMediaSession: make _add_content_descriptions iterate the streams in the... | Robert McQueen | 1 | -41/+23 |
2006-12-05 | GabbleMediaSession: call _stream_not_ready_for_initiate by iterating the poin... | Robert McQueen | 1 | -10/+14 |
2006-12-05 | GabbleMediaSession: name streams by searching the pointer array for existing ... | Robert McQueen | 1 | -1/+4 |
2006-12-05 | GabbleMediaSession: call _stream_not_ready_for_accept by iterating the pointe... | Robert McQueen | 1 | -11/+15 |
2006-12-05 | GabbleMediaSession: remove the hash table of streams by name | Robert McQueen | 1 | -9/+4 |
2006-12-05 | GabbleMediaSession: when creating streams, check for an existing stream with ... | Robert McQueen | 1 | -1/+28 |
2006-12-05 | GabbleMediaSession: when looking up streams to handle actions on, use any cre... | Robert McQueen | 1 | -15/+33 |
2006-12-05 | GabbleMediaSession: remove indentation from _call_handlers_on_streams by addi... | Robert McQueen | 1 | -27/+24 |
2006-12-05 | GabbleMediaSession: use _gabble_media_stream_add_content_node function for cr... | Robert McQueen | 1 | -11/+6 |
2006-12-05 | GabbleMediaStream: expose a _gabble_media_stream_add_content_node function fo... | Robert McQueen | 2 | -16/+28 |
2006-12-04 | GabbleMediaStream: add a creator="initiator" or creator="responder" to <conte... | Robert McQueen | 1 | -0/+5 |
2006-12-04 | GabbleMediaSession: move initiator to a public member | Robert McQueen | 2 | -17/+15 |
2006-12-01 | GabbleRoomlistChannel: tweak for room signal interval, fixed the debugging ou... | Senko Rasic | 1 | -2/+2 |
2006-11-30 | GabbleRoomlistChannel: emit room signals for several rooms at once instead on... | Senko Rasic | 1 | -9/+54 |
2006-12-01 | GabbleConnection: used loop instead of g_ptr_array_foreach for freeing emitte... | Senko Rasic | 1 | -8/+6 |
2006-12-04 | bump version to 0.4.8.1 | Robert McQueen | 1 | -1/+1 |
2006-11-30 | Makefile.am: make the ChangeLog writable before updating it from darcs, other...telepathy-gabble-0.4.8 | Robert McQueen | 1 | -0/+1 |
2006-11-30 | bump version to 0.4.8 | Robert McQueen | 1 | -2/+2 |
2006-11-29 | roster: include invited google email addresses in roster | Senko Rasic | 1 | -6/+0 |
2006-11-30 | configure.ac: tweak configure.ac (line wrapping, remove some unused stuff) | Robert McQueen | 1 | -12/+15 |
2006-11-30 | Makefile.am: generate a changelog in the dist tarballs with darcs changes | Robert McQueen | 1 | -0/+2 |
2006-11-27 | properly destroying the values using boxed free instead of value unset | Senko Rasic | 1 | -3/+2 |
2006-11-27 | fixes leaks in disco, connection and muc channel | Senko Rasic | 3 | -5/+11 |
2006-11-23 | GabbleConnection: don't work around lm_connection bug (patch for fixing it in... | Senko Rasic | 1 | -6/+0 |
2006-11-22 | GabbleConnection: gracefully close the connection if it doesn't succeed altho... | Senko Rasic | 1 | -1/+8 |
2006-11-14 | GabbleMediaSession: make calls to start sending only when the accepts have be... | Robert McQueen | 1 | -4/+33 |
2006-11-14 | GabbleMediaStream: don't automatically set sending based on the direction - a... | Robert McQueen | 2 | -11/+26 |
2006-11-27 | src/Makefile.am: fix indentation, distribute .list files | Dafydd Harries | 1 | -4/+21 |
2006-11-23 | bump version to 0.4.7.1 | Robert McQueen | 1 | -1/+1 |
2006-11-23 | bump version to 0.4.7 | Robert McQueen | 1 | -2/+2 |
2006-11-23 | VCardManager: only look up the vcard node if there's no error, so that only o... | Robert McQueen | 1 | -12/+17 |
2006-11-23 | VCardManager: whitespace tweaks | Robert McQueen | 1 | -1/+3 |
2006-11-23 | VCardManager: if a vCard query is successful, and there's no vCard in the rep... | Robert McQueen | 1 | -3/+6 |
2006-11-22 | bump version to 0.4.6.1 | Robert McQueen | 1 | -1/+1 |
2006-11-22 | bump version to 0.4.6 | Robert McQueen | 1 | -2/+2 |
2006-11-21 | simplify destroying all streams when media session is terminated | Dafydd Harries | 1 | -13/+2 |
2006-11-21 | make destroy_media_stream call _gabble_media_stream_close | Dafydd Harries | 1 | -7/+2 |
2006-11-21 | rename forget_media_stream -> destroy_media_stream | Dafydd Harries | 1 | -6/+6 |
2006-11-21 | media sessions: forget streams after closing them, except when sending conten... | Dafydd Harries | 1 | -3/+13 |
2006-11-21 | forget_media_stream | Dafydd Harries | 1 | -0/+10 |
2006-11-21 | media session: don't pay attention to close signal from stream | Dafydd Harries | 1 | -21/+0 |
2006-11-21 | wrapping | Dafydd Harries | 2 | -3/+8 |
2006-11-21 | gabble_connection_get_capabilities: don't try to extract caps from NULL presence | Dafydd Harries | 1 | -23/+25 |
2006-11-20 | roster: ignore contacts whose subscription requests were denied | Senko Rasic | 1 | -6/+0 |
2006-11-16 | remove other now-static function declarations | Robert McQueen | 3 | -2/+1 |