summaryrefslogtreecommitdiff
path: root/telepathy-logger
AgeCommit message (Expand)AuthorFilesLines
2011-04-13Leak a single GTimeZoneEmilio Pozuelo Monfort1-1/+7
2011-04-01Fix spelling Wheter -> WhetherNicolas Dufresne2-2/+2
2011-03-30Fix infinit loop in pending message cache logicNicolas Dufresne1-1/+1
2011-03-25XML Store: use GQueue not list_append for performanceNicolas Dufresne1-4/+4
2011-03-25TextChannel: sort missed pending by timestampNicolas Dufresne1-2/+24
2011-03-25TextChannel: use g_list_prepend for performanceNicolas Dufresne1-6/+6
2011-03-25SQlite store: Use g_list_prepend for performanceNicolas Dufresne1-2/+2
2011-03-25Avatar token can no longer be NULLNicolas Dufresne1-6/+4
2011-03-25Removed broken editor instructionNicolas Dufresne42-42/+0
2011-03-25TplTextChannel: Remove broken comment, user_data not usedNicolas Dufresne1-1/+0
2011-03-25TplEntity: Replace unkown with unknownNicolas Dufresne1-1/+1
2011-03-25Make Call support conditional to --enable-callNicolas Dufresne2-9/+28
2011-03-25Add private helper to serialize TplEntityType into a stringNicolas Dufresne2-0/+31
2011-03-25Add call support to log_store_xml_get_dates()Nicolas Dufresne1-23/+71
2011-03-25Make regex matching in file a utility functionNicolas Dufresne1-23/+32
2011-03-25Add call support to log_store_xml_exists()Nicolas Dufresne1-2/+3
2011-03-25Add support to read call eventNicolas Dufresne1-75/+197
2011-03-25Add support for searching call in XML storeNicolas Dufresne2-0/+10
2011-03-25Use regex instead of simple strstr to search XMLNicolas Dufresne1-15/+43
2011-03-25Add support for TplCallChannelNicolas Dufresne5-0/+854
2011-03-25Write Call logs to XML storeNicolas Dufresne1-2/+99
2011-03-25Make avatar token empty string by defaultNicolas Dufresne1-1/+1
2011-03-25Add TplStreamMediaChannel legacy call observerNicolas Dufresne4-0/+720
2011-03-25Add TplCallEvent classNicolas Dufresne4-0/+382
2011-03-21Print something on error even if error is not setNicolas Dufresne1-2/+3
2011-03-21Add missing return in error handlingNicolas Dufresne1-0/+1
2011-03-21Fix use of unitialized TplPendingMessage pointerNicolas Dufresne1-1/+2
2011-03-16Use SQLite cache to avoid duplicates on logger crashNicolas Dufresne1-16/+204
2011-03-16Don't crash if a log store assertNicolas Dufresne1-1/+1
2011-03-16Implement pending message cache in SQLiteNicolas Dufresne2-36/+420
2011-03-16No need to channel members with TpTextChannelNicolas Dufresne1-96/+32
2011-03-16Store initially pending messagesNicolas Dufresne1-0/+20
2011-03-15Port to TpTextChannel signal and TpMessageNicolas Dufresne1-117/+45
2011-03-15Allow creating unkown entityNicolas Dufresne1-6/+13
2011-03-15Change TplChannel into an interface and portNicolas Dufresne8-362/+222
2011-03-15Remove unused pending message ID from text eventNicolas Dufresne3-96/+3
2011-03-15Port to Message interfaceNicolas Dufresne1-218/+160
2011-03-15Remove log_id from TplEventNicolas Dufresne2-36/+0
2011-03-15Remove log_id generatorNicolas Dufresne2-34/+0
2011-03-15Remove log_id from text-channelNicolas Dufresne1-20/+3
2011-03-15Remove reference to log_id in log managerNicolas Dufresne1-2/+1
2011-03-15Remove log_id from XML log storeNicolas Dufresne1-31/+2
2011-03-15Remove log_id from sqlite log-storeNicolas Dufresne1-24/+2
2011-03-15Remove faked log_id from pidgin log-storeNicolas Dufresne1-15/+0
2011-03-15Relax log_id requirement as it's going awayNicolas Dufresne1-1/+0
2011-03-15Correctly implement event_equalNicolas Dufresne2-1/+32
2011-03-15Move _tpl_entity_compare into TplEntity classNicolas Dufresne4-29/+29
2011-03-15Remove unused purge source IDNicolas Dufresne1-8/+0
2011-03-14Drop message_cache table from SQLite storeNicolas Dufresne2-664/+3
2011-03-14Removing pending message cachingNicolas Dufresne1-465/+2