summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-15Bump required Telepathy GLib version for TpTextChannelNicolas Dufresne1-1/+1
2011-03-15Change TplChannel into an interface and portNicolas Dufresne8-362/+222
2011-03-15Remove empty channel testNicolas Dufresne4-317/+0
2011-03-15Removed twisted test has they have never been usedNicolas Dufresne17-1948/+9
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 Dufresne2-35/+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
2011-03-14Useless message cacheNicolas Dufresne2-525/+242
2011-03-14Port to Message interfaceNicolas Dufresne1-691/+154
2011-03-10Merge trivial get_room_info to get_remote_contactsNicolas Dufresne1-27/+14
2011-03-10Update copyright and add me to list of authorsNicolas Dufresne1-1/+2
2011-03-10Fix local header includes to use double quoteNicolas Dufresne1-11/+11
2011-03-10Cache TplEntity instead of TpContactNicolas Dufresne1-67/+50
2011-03-10Fix invalid read in pseudo observer testNicolas Dufresne1-1/+0
2011-03-10Properly reorder methods removing useless wrapperNicolas Dufresne1-655/+551
2011-03-07Merge branch 'date-time'Nicolas Dufresne12-209/+100
2011-03-03Post release version bumpNicolas Dufresne1-1/+1
2011-03-03version 0.2.5telepathy-logger-0.2.5Nicolas Dufresne2-3/+16
2011-03-03Message a(sv) contains timestamp in signed int 64bitNicolas Dufresne1-3/+4
2011-03-03Move _time_parse() to util and remove datetimeNicolas Dufresne10-160/+39
2011-03-03Port SQLite log store to GDateTimeNicolas Dufresne2-17/+37
2011-03-03Port _tpl_create_message_token() to GDateTimeNicolas Dufresne1-4/+9
2011-03-03Port XML log store to GDateTimeNicolas Dufresne1-7/+11
2011-03-03Port _tpl_time_parse() to GDateTimeNicolas Dufresne2-37/+19
2011-03-03Fix another 32 vs 64bits bugEmilio Pozuelo Monfort1-1/+1
2011-03-01Post release version bumpNicolas Dufresne1-1/+1
2011-03-01version 0.2.4telepathy-logger-0.2.4Nicolas Dufresne2-2/+22
2011-03-01Fix XML store test crash on 32bit machineNicolas Dufresne1-4/+5
2011-03-01Fix and complete ld.so supressionsNicolas Dufresne1-0/+24
2011-03-01Merge branch 'trivia'Nicolas Dufresne4-11/+2
2011-03-01Moved sqlite test with dbus testsNicolas Dufresne3-1/+1
2011-03-01Moves observer test with dbus testsNicolas Dufresne3-10/+1