summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump version to 0.3.7.0telepathy-gabble-0.3.72006-09-281-2/+2
* set GError when set_param_from_value returns FALSE2006-09-281-1/+6
* gabble-connection.c, .h, gabble-connection-manager.c: Allow a fallback alias ...Simon McVittie2006-09-213-0/+39
* bump version to 0.3.6.1Robert McQueen2006-09-211-1/+1
* GabbleRoster: disallow "deny" channels if we don't have google:roster supportRobert McQueen2006-09-261-0/+5
* GabblePresenceCache: look for the <c> node in the caps namespace, rather than...Robert McQueen2006-09-241-1/+1
* modify lm_message_node_get_child_with_namespace to look for nodes like <tag:n...Robert McQueen2006-09-241-2/+23
* add a tag argument to lm_message_node_has_namespace, so we can look for xmlns...Robert McQueen2006-09-245-15/+25
* bump version to 0.3.6telepathy-gabble-0.3.6Robert McQueen2006-09-211-2/+2
* GabbleMediaSession: fix hypothetical memory leak in code path that can't happ...Robert McQueen2006-09-211-1/+4
* GabbleMediaSession: make the Error method call Error on each stream, or just ...Robert McQueen2006-09-211-2/+42
* GabbleMediaStream: mark the stream closed *before* emitting the signalRobert McQueen2006-09-211-1/+1
* GabbleMediaSession: close all of the streams when the session is terminatedRobert McQueen2006-09-211-0/+10
* GabbleMediaChannel: remove the stream from the session after it's given us an...Robert McQueen2006-09-211-1/+11
* GabbleMediaSession: tweak indentation in remove streams functionRobert McQueen2006-09-211-4/+4
* GabbleMediaChannel: emit StreamError when a stream emits the error signalRobert McQueen2006-09-211-0/+15
* GabbleMediaStream: emit an ERROR signal when Error is calledRobert McQueen2006-09-212-4/+13
* GabbleMediaChannel: add StreamError signalRobert McQueen2006-09-216-0/+32
* remove Name field from [ConnectionManager] section in .manager fileRobert McQueen2006-09-211-4/+2
* GabbleMediaSession: name stream objects as MediaStream instead of IceStreamRobert McQueen2006-09-201-1/+1
* GabbleMediaStream: emit CLOSE when we /intend/ to close (which can be due to ...Robert McQueen2006-09-203-14/+23
* s/block/deny/ in name of contact list handle for blocked contact, to match th...Robert McQueen2006-09-204-29/+29
* GabbleMediaChannel: add missing signal details on StreamAdded/StreamRemoved s...Robert McQueen2006-09-181-2/+2
* GabbleMediaChannel: catch missing s/state/connection-state/ in a few placesRobert McQueen2006-09-141-7/+7
* bump version to 0.3.5.1Robert McQueen2006-09-131-1/+1
* bump version to 0.3.5telepathy-gabble-0.3.5Robert McQueen2006-09-131-2/+2
* GabbleMediaSession: clarify use of the word "acceptance" in a few placesRobert McQueen2006-09-131-2/+2
* GabbleMediaSession: fix code to match comment (when we set the timer on incom...Robert McQueen2006-09-131-1/+1
* GabbleMediaStream: clarify debug message when emitting SetStreamPlayingRobert McQueen2006-09-131-2/+2
* GabbleMediaSession: rename session-reduce action to content-removeRobert McQueen2006-09-131-10/+11
* GabbleMedia{Session,Stream}: rename state property on stream to connection-stateRobert McQueen2006-09-132-26/+26
* GabbleMedia{Session,Stream}: s/got-codecs/got-local-codecs/Robert McQueen2006-09-122-31/+33
* GabbleMediaSession: emit StreamAdded when the stream is created, rather than ...Robert McQueen2006-09-111-2/+2
* GabbleMediaSession: rename _find_unacceptable_stream -> _stream_not_ready_for...Robert McQueen2006-09-111-9/+9
* GabbleMediaChannel: drop references to streams in priv->streams before unreff...Robert McQueen2006-09-111-12/+13
* GabbleMediaSession: set PRE_ACCEPTED on locally-created streams so that we se...Robert McQueen2006-09-111-0/+2
* GabbleMedia{Session,Stream}: merge in changes from Ole's branch, use g_hash_t...Robert McQueen2006-09-114-101/+464
* GabbleMediaStream: s/voip-engine/stream-engine/2006-09-101-5/+5
* hook in _handle_accept in GabbleMediaSession and remove an unused variable fr...2006-09-102-2/+1
* GabbleMedia{Session,Stream}: add per-stream state and clean up the interactio...2006-09-103-180/+125
* GabbleMediaChannel: fix a minor coding style inconsistency2006-09-101-1/+1
* GabbleMedia{Channel,Session,Stream}: implement RemoveStreams2006-09-106-151/+143
* GabbleMedia{Session,Stream}: add another state to Session and use this to set...2006-09-103-7/+44
* GabbleMediaSession: change initiator to an enum to make the logic clearer2006-09-102-12/+17
* GabbleMediaStream: only set stream playing after Ready is called if we're set...Robert McQueen2006-09-111-1/+2
* GabbleMedia*: regenerate with spec 0.13.5, update RequestStreams to return th...Robert McQueen2006-09-1112-45/+149
* bump version to 0.3.4.1Robert McQueen2006-09-101-1/+1
* bump version to 0.3.4telepathy-gabble-0.3.4Robert McQueen2006-09-101-2/+2
* GabbleMedia{Channel,Session,Stream}: merge ListStreams/StreamAdded/StreamStat...Robert McQueen2006-09-104-13/+47
* GabbleMediaChannel: fix up crashing by moving the ptr array of streams aside ...Robert McQueen2006-09-101-3/+16