summaryrefslogtreecommitdiff
path: root/telepathy-logger/text-channel.c
Commit message (Expand)AuthorAgeFilesLines
* use tp_message_get_pending_message_id()Guillaume Desmottes2014-03-031-14/+7
* include telepathy-glib-dbus.hGuillaume Desmottes2013-09-271-0/+1
* stop using tp-glib sealed variablesGuillaume Desmottes2013-09-261-3/+2
* stop using tp_text_channel_get_pending_messages()Guillaume Desmottes2013-09-251-2/+2
* use tp_channel_get_connection()Guillaume Desmottes2013-09-251-1/+1
* Stop using TplChannel interfaceXavier Claessens2012-07-041-72/+5
* Add TplClientFactoryXavier Claessens2012-07-041-0/+12
* TplTextChannel, TplCallChannel: Use TpProxyFeatureXavier Claessens2012-07-041-17/+64
* TplTextChannel: Stop using TplActionChainXavier Claessens2012-07-041-80/+62
* TplTextChannel: Stop preparing TpContacts, TpChannel does it for us alreadyXavier Claessens2012-07-041-112/+15
* No need to prepare TP_CONNECTION_FEATURE_COREXavier Claessens2012-07-041-32/+0
* TplCallChannel, TplTextChannel: Do not take TpAccount arg in constructorXavier Claessens2012-07-041-4/+1
* Disable single include of telepathy-glib headersXavier Claessens2012-07-031-3/+1
* Fix introspection warningsJasper St. Pierre2012-05-281-1/+1
* Replace g_array_free with g_array_unrefCosimo Alfarano2011-11-181-1/+1
* Fix observer singleton and select featuresNicolas Dufresne2011-10-141-1/+3
* Use gint64 for timestamps (not guint64)David Laban2011-05-261-5/+5
* Update timestamp recording in text-channelDavid Laban2011-05-261-10/+38
* text-channel: Put original-message-sent/received into original-timestampDavid Laban2011-05-241-1/+18
* get_message_timestamp: debug if timestamp is wildly outDavid Laban2011-05-181-5/+9
* Store, save and test message-token and supersedes-tokenDavid Laban2011-05-171-0/+2
* Don't leak newly created GErrorNicolas Dufresne2011-05-111-0/+2
* Send newly created error instead of old oneNicolas Dufresne2011-05-111-3/+3
* Fix infinit loop in pending message cache logicNicolas Dufresne2011-03-301-1/+1
* TextChannel: sort missed pending by timestampNicolas Dufresne2011-03-251-2/+24
* TextChannel: use g_list_prepend for performanceNicolas Dufresne2011-03-251-6/+6
* Removed broken editor instructionNicolas Dufresne2011-03-251-1/+0
* TplTextChannel: Remove broken comment, user_data not usedNicolas Dufresne2011-03-251-1/+0
* Add missing return in error handlingNicolas Dufresne2011-03-211-0/+1
* Fix use of unitialized TplPendingMessage pointerNicolas Dufresne2011-03-211-1/+2
* Use SQLite cache to avoid duplicates on logger crashNicolas Dufresne2011-03-161-16/+204
* No need to channel members with TpTextChannelNicolas Dufresne2011-03-161-96/+32
* Store initially pending messagesNicolas Dufresne2011-03-161-0/+20
* Port to TpTextChannel signal and TpMessageNicolas Dufresne2011-03-151-117/+45
* Change TplChannel into an interface and portNicolas Dufresne2011-03-151-44/+110
* Port to Message interfaceNicolas Dufresne2011-03-151-218/+160
* Remove log_id from text-channelNicolas Dufresne2011-03-151-20/+3
* Removing pending message cachingNicolas Dufresne2011-03-141-465/+2
* Merge trivial get_room_info to get_remote_contactsNicolas Dufresne2011-03-101-27/+14
* Update copyright and add me to list of authorsNicolas Dufresne2011-03-101-1/+2
* Fix local header includes to use double quoteNicolas Dufresne2011-03-101-11/+11
* Cache TplEntity instead of TpContactNicolas Dufresne2011-03-101-67/+50
* Properly reorder methods removing useless wrapperNicolas Dufresne2011-03-101-655/+551
* Message a(sv) contains timestamp in signed int 64bitNicolas Dufresne2011-03-031-3/+4
* Move _time_parse() to util and remove datetimeNicolas Dufresne2011-03-031-1/+0
* Fix another 32 vs 64bits bugEmilio Pozuelo Monfort2011-03-031-1/+1
* Convert timestamp from uint to int64 on sent messageNicolas Dufresne2011-02-281-1/+2
* Make TplEntity constructors publicNicolas Dufresne2011-02-221-6/+6
* Move away from id/type pair in favor of TplEntityNicolas Dufresne2011-02-221-6/+2
* Style fix in TplTextChannelNicolas Dufresne2011-02-081-3/+1