summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version 0.4.2telepathy-gabble-0.4.2Dafydd Harries2006-10-251-2/+2
* version 0.4.1.1Dafydd Harries2006-10-231-1/+1
* version 4.1.0Dafydd Harries2006-10-231-2/+2
* version 0.4.0.12006-10-181-1/+1
* version 0.4.02006-10-181-3/+3
* GabblePresenceCache: fix non-compiling caps debug codeRobert McQueen2006-10-241-1/+1
* Add tons of debug to gabble_presence_set_capabilitiesOlli Salli2006-10-241-1/+18
* Make the handling of caps serials better to avoid race conditions (should hav...Olli Salli2006-10-243-7/+13
* style: indent a line properlyOlli Salli2006-10-241-1/+1
* Make the link-removing iteration of disco waiters in presence cache clearerOlli Salli2006-10-231-6/+8
* Make presence cache, especially poison handling sanerOlli Salli2006-10-231-68/+44
* Remove guys we get replies for from waiter listsOlli Salli2006-10-231-2/+14
* GabblePresenceCache: fix non-compiling caps debug codeRobert McQueen2006-10-241-1/+1
* GabbleMediaSession: fix typo in debug stringRobert McQueen2006-10-241-2/+2
* don't send both "reject" and "terminate" actionsDafydd Harries2006-10-241-1/+1
* send gr:include="all" in roster get IQDafydd Harries2006-10-241-0/+1
* use g_set_error for handle validation errorsDafydd Harries2006-10-241-6/+2
* make handle_priv_lookup staticDafydd Harries2006-10-241-1/+1
* handle "reject" Jingle session action like a terminateDafydd Harries2006-10-241-2/+2
* deny list handling: stringify item's type rather than GOOGLE_ITEM_TYPE_NORMALDafydd Harries2006-10-231-1/+1
* don't send session-terminate if peer terminated the session; check terminate ...Dafydd Harries2006-10-201-23/+29
* call session action handlers with null stream/stream name if action has no st...Dafydd Harries2006-10-201-5/+13
* don't set session state to ENDED after handling terminate actionDafydd Harries2006-10-201-1/+1
* fix uninitialised variablesDafydd Harries2006-10-201-5/+5
* add terminated signal to media session and use it in the media channelDafydd Harries2006-10-204-60/+128
* make media session dispose/finalize staticDafydd Harries2006-10-201-2/+2
* split g_assert into three separate assertionsDafydd Harries2006-10-201-1/+3
* add group change error reasonDafydd Harries2006-10-201-1/+2
* add comment about session error state changes2006-10-191-0/+2
* fix indentation2006-10-191-3/+2
* add NULLable error message param to _gabble_connection_send_iq_error and gabb...2006-10-197-10/+18
* fix indentation2006-10-191-1/+1
* Add some debug to presence cache caps discoingOlli Salli2006-10-231-1/+9
* More caps debugOlli Salli2006-10-183-0/+14
* Plug a memory leak in _emit_capabilities_changedOlli Salli2006-10-231-0/+2
* Plug memory leak in _process_capsOlli Salli2006-10-231-1/+4
* fix incorrect validating of nonzero handlesSenko Rasic2006-10-181-2/+4
* fix crash when GabbleConnection is disposed before leaving internal NEW stateSenko Rasic2006-10-181-1/+2
* GabbleConnection: allow Disconnect method when the connection is not connectedSenko Rasic2006-10-182-4/+23
* simplify caps setting code2006-10-181-5/+3
* remove unnecessary wrapping2006-10-181-2/+1
* Prime our capabilities cache with google's ns #voice-v1 as well as our ownOlli Salli2006-10-181-0/+4
* Trust ourselves in bundle meaningsOlli Salli2006-10-181-1/+1
* Make the trust system actually use the separate-from-trustee-count trust valueOlli Salli2006-10-181-4/+9
* GabbleConnection: fix MUC handle discoing further; change break to continue a...Robert McQueen2006-10-181-2/+13
* fix disco_waiters_list_get_request_count to return non-random numbers2006-10-181-12/+9
* GabbleConnection: fix bug in MUC handle requests where we rely on the MUC fea...Robert McQueen2006-10-181-22/+20
* add debug info for the cases where we have already selected a peer resource2006-10-171-0/+8
* use GMS_DEBUG_DUMP for presence dump2006-10-171-1/+1
* add debug info to media session stream adding code2006-10-171-1/+25