summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-29gabble_media_session_error(): access temporary array instead of just cleared ...Senko Rasic1-1/+1
2007-10-10RequestPipeline, VCardManager: increased pipeline bandwidth, timeouts and cac...Senko Rasic2-3/+3
2007-10-05GabbleVCardManager: destroy pending edits if GET request for our VCard failedSenko Rasic1-0/+4
2007-09-28version 0.6.0.1Dafydd Harries1-1/+1
2007-09-28version 0.6.0telepathy-gabble-0.6.0Dafydd Harries1-3/+3
2007-09-26Remove false comment from configure.acSimon McVittie1-2/+0
2007-09-26test-vcard-set-and-get: ignore the AvatarUpdated signal with empty token caus...Simon McVittie1-0/+2
2007-09-27configure.ac: check for function presence instead of GLib versionSenko Rasic1-4/+4
2007-09-27improved the g_hash_table_remove_all() detectionSenko Rasic2-7/+7
2007-09-27Use replacement if g_hash_table_remove_all() isn't provided by GLibSenko Rasic2-0/+19
2007-09-27use MessageTypeNormal for offline messages without type attribute that Google...Dafydd Harries2-1/+49
2007-09-27presence.c: properly include time.hSenko Rasic1-0/+1
2007-09-26debug.h: use better definition of DEBUG and NODE_DEBUG in the non-debug caseSimon McVittie1-2/+2
2007-09-26debug.h: NODE_DEBUG: allow s argument to be non-literal (and don't break if i...Simon McVittie1-1/+1
2007-09-25Move debug message so it's after SHA-1 has actually been calculatedSimon McVittie1-1/+1
2007-09-25add test for spurious new text channelsDafydd Harries2-0/+69
2007-09-25don't create new text channel if we receive a message with a chat state but n...Dafydd Harries1-2/+3
2007-09-25fixed merge conflictsSenko Rasic1-0/+2
2007-09-24test-caps-update.py: make it clear that we don't depend on gabble version for...Senko Rasic1-3/+2
2007-09-24presence-cache.c: simplify presence change detection, ensure we use newly cre...Senko Rasic1-13/+14
2007-09-21added test for CapabilitiesChanged signal emissionSenko Rasic2-1/+60
2007-09-20presence-cache.c: emit capabilities update only once after all caps uris have...Senko Rasic1-7/+29
2007-09-25gabble_connection_dispose: free the vCard manager and the roster after the re...Dafydd Harries1-6/+6
2007-09-25vCard manager: emit got-self-initial-avatar even when our vCard doesn't conta...Dafydd Harries1-52/+57
2007-09-25RequestAliases: ref the handles we're getting aliases for for the duration of...Dafydd Harries1-0/+11
2007-09-25GetKnownAvatarTokens: store connection in request struct so that it's valid l...Dafydd Harries1-0/+1
2007-09-25Add gabble-testing.log to _boringSimon McVittie1-0/+1
2007-09-25GabbleRequestPipeline: remove misleading commentSenko Rasic1-1/+0
2007-09-25gabble_connection_request_aliases(): fixed LmConnection ref leakSenko Rasic1-0/+2
2007-09-25conn-aliasing.c: plug leak of PEP request arrayDafydd Harries1-0/+1
2007-09-25plug memory leak in GetCapabilitiesDafydd Harries1-0/+10
2007-09-24tests/Makefile.am: sort TWISTED_TESTSDafydd Harries1-3/+3
2007-09-21presence.c: separate caps filtering and resource ordering more logicallySenko Rasic1-4/+5
2007-09-21test-gabble-presence.c: test for correct ordering of resources when picking f...Senko Rasic1-0/+34
2007-09-20gabble_presence_pick_resource_by_caps: simplified resource comparisonSenko Rasic1-12/+24
2007-09-20GabblePresence: pick resource based on (presence, last activity timestamp, pr...Senko Rasic1-4/+17
2007-09-20GabbleVCardManager: don't crash while updating vcard node if old one wasn't setSenko Rasic1-1/+3
2007-09-19GabbleVCardManager: don't expect that patched node exists in case of stream e...Senko Rasic1-3/+6
2007-09-12Sync check-c-style.sh from telepathy-glib: use [:upper:] and friends instead ...Simon McVittie1-5/+5
2007-09-12src/Makefile.am: use [:upper:]Simon McVittie1-1/+1
2007-09-12extensions/Makefile.am: use [:upper:] and [:lower:]Simon McVittie1-1/+1
2007-09-12Force coding style checks to be non-fatal until we get all the MACRO(foo) inv...Simon McVittie1-2/+0
2007-09-12Force coding style checks to be non-fatal until we get all the MACRO(foo) inv...Simon McVittie1-0/+2
2007-09-12Add write-only support for invite-restrictedSimon McVittie1-1/+14
2007-09-07Correct default TOP_SRCDIR in update-spec-gen-am.shSimon McVittie1-1/+1
2007-09-07Sync code-generation tools from telepathy-glibSimon McVittie2-4/+4
2007-09-06Inline gabble_conn_aliasing_get_cached_pep_alias into its only caller, which ...Simon McVittie2-22/+3
2007-09-06Move _gabble_connection_get_cached_alias to conn-aliasing.cSimon McVittie7-130/+133
2007-09-06_gabble_connection_get_cached_alias: don't rely on having access to privSimon McVittie1-5/+16
2007-09-06Move connection_nickname_update_cb to conn-aliasing.cSimon McVittie4-88/+82