summaryrefslogtreecommitdiff
path: root/telepathy-logger/text-channel.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-08TpChannel:channel-properties: change type to GVariantSimon McVittie1-1/+1
2014-04-08TpChannel: stop implementing TpChannelIface, and make those properties read-onlySimon McVittie1-1/+0
2014-04-01Rename _new_with_factory() to simply _new()Xavier Claessens1-12/+2
2014-03-06logger: use tp_message_dup_part()Guillaume Desmottes1-4/+6
2014-03-06logger: use tp_message_get_pending_message_id()Guillaume Desmottes1-14/+7
2014-03-06message: change string getter to _dup_Guillaume Desmottes1-16/+15
2014-02-13Replace TplEntityType by TpEntityTypeGuillaume Desmottes1-7/+7
2014-02-05logger: prepare GROUP if neededGuillaume Desmottes1-8/+47
2013-09-30TP_CHANNEL_FEATURE_CONTACTS has been removedGuillaume Desmottes1-1/+1
2013-09-30Messages has been removed, no need to check for itGuillaume Desmottes1-10/+0
2013-09-30tp_message_to_text() now takes only one argGuillaume Desmottes1-1/+1
2013-09-30TpSimpleClientFactory has been renamed TpClientFactoryGuillaume Desmottes1-1/+1
2013-09-27include telepathy-glib-dbus.hGuillaume Desmottes1-0/+1
2013-09-26stop using tp-glib sealed variablesGuillaume Desmottes1-3/+2
2013-09-25stop using tp_text_channel_get_pending_messages()Guillaume Desmottes1-2/+2
2013-09-25use tp_channel_get_connection()Guillaume Desmottes1-1/+1
2012-07-04Stop using TplChannel interfaceXavier Claessens1-72/+5
2012-07-04Add TplClientFactoryXavier Claessens1-0/+12
2012-07-04TplTextChannel, TplCallChannel: Use TpProxyFeatureXavier Claessens1-17/+64
2012-07-04TplTextChannel: Stop using TplActionChainXavier Claessens1-80/+62
2012-07-04TplTextChannel: Stop preparing TpContacts, TpChannel does it for us alreadyXavier Claessens1-112/+15
2012-07-04No need to prepare TP_CONNECTION_FEATURE_COREXavier Claessens1-32/+0
2012-07-04TplCallChannel, TplTextChannel: Do not take TpAccount arg in constructorXavier Claessens1-4/+1
2012-07-03Disable single include of telepathy-glib headersXavier Claessens1-3/+1
2012-05-28Fix introspection warningsJasper St. Pierre1-1/+1
2011-11-18Replace g_array_free with g_array_unrefCosimo Alfarano1-1/+1
2011-10-14Fix observer singleton and select featuresNicolas Dufresne1-1/+3
2011-05-26Use gint64 for timestamps (not guint64)David Laban1-5/+5
2011-05-26Update timestamp recording in text-channelDavid Laban1-10/+38
2011-05-24text-channel: Put original-message-sent/received into original-timestampDavid Laban1-1/+18
2011-05-18get_message_timestamp: debug if timestamp is wildly outDavid Laban1-5/+9
2011-05-17Store, save and test message-token and supersedes-tokenDavid Laban1-0/+2
2011-05-11Don't leak newly created GErrorNicolas Dufresne1-0/+2
2011-05-11Send newly created error instead of old oneNicolas Dufresne1-3/+3
2011-03-30Fix infinit loop in pending message cache logicNicolas Dufresne1-1/+1
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-25Removed broken editor instructionNicolas Dufresne1-1/+0
2011-03-25TplTextChannel: Remove broken comment, user_data not usedNicolas Dufresne1-1/+0
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-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-15Change TplChannel into an interface and portNicolas Dufresne1-44/+110
2011-03-15Port to Message interfaceNicolas Dufresne1-218/+160
2011-03-15Remove log_id from text-channelNicolas Dufresne1-20/+3
2011-03-14Removing pending message cachingNicolas Dufresne1-465/+2
2011-03-10Merge trivial get_room_info to get_remote_contactsNicolas Dufresne1-27/+14