summaryrefslogtreecommitdiff
path: root/telepathy-logger
Commit message (Expand)AuthorAgeFilesLines
* Don't cleanup stale log-ids when preparing text channelsGuillaume Desmottes2010-06-281-0/+7
* use the channel specific handle if anyGuillaume Desmottes2010-06-281-3/+9
* use tp_value_array_unpackGuillaume Desmottes2010-06-231-7/+7
* wrap big linesGuillaume Desmottes2010-06-231-11/+16
* get_self_contact_cb: no need to get the observerGuillaume Desmottes2010-06-231-3/+0
* Simplfy settings of chatrooms infoGuillaume Desmottes2010-06-231-110/+32
* No more need to get the remote contact separatelyGuillaume Desmottes2010-06-231-63/+3
* on_sent_signal_cb: use the contacts cacheGuillaume Desmottes2010-06-231-13/+7
* Use the contacts cache when receiving a messageGuillaume Desmottes2010-06-231-6/+8
* channel-text: cache TpContact of participants (fdo #28680)Guillaume Desmottes2010-06-231-1/+119
* Use tp_proxy_prepare_async to prepare the TpConnectionGuillaume Desmottes2010-06-231-19/+17
* Use tp_proxy_prepare_async to prepare the TpChannelGuillaume Desmottes2010-06-231-17/+18
* on_received_signal_with_contact_cb: no need to set the remote contactGuillaume Desmottes2010-06-231-4/+0
* remove unused functions from the internal APIGuillaume Desmottes2010-06-232-66/+36
* rename pendingproc_connect_signals to pendingproc_connect_message_signalsGuillaume Desmottes2010-06-231-3/+3
* Wait that we get contacts before connecting signalsGuillaume Desmottes2010-06-231-1/+1
* remove useless prototypesGuillaume Desmottes2010-06-231-8/+0
* entry: re-introduce the 'account-path' prop but as read-onlyGuillaume Desmottes2010-06-231-0/+11
* log-store-xml: reuse existing TpAccount instead of creating a new one (fdo #2...Guillaume Desmottes2010-06-232-9/+2
* add tpl_entry_get_accountGuillaume Desmottes2010-06-231-0/+14
* entry: replace the 'account-path' property by the TpAccount itselfGuillaume Desmottes2010-06-236-44/+28
* log_store_xml_get_dates: use g_date_compare to sort datesGuillaume Desmottes2010-06-231-1/+2
* Don't use remote contact as sender in chatroomsGuillaume Desmottes2010-06-231-16/+24
* Properly check if the sender is the self user or notGuillaume Desmottes2010-06-231-1/+1
* Rename 'link' to 'l' to fix build warningXavier Claessens2010-06-191-15/+15
* log-store-sqlite: relicense to LGPLGuillaume Desmottes2010-06-182-20/+18
* log-store: sync header with EmpathyGuillaume Desmottes2010-06-182-22/+20
* log-manager: sync header with EmpathyGuillaume Desmottes2010-06-173-33/+30
* log-store-xml: sync header with EmpathyGuillaume Desmottes2010-06-172-22/+20
* datetime: sync header with EmpathyGuillaume Desmottes2010-06-172-20/+22
* don't log messages with the Rescued flagGuillaume Desmottes2010-06-171-0/+6
* Merge branch 'libification'Simon McVittie2010-06-171-0/+10
|\
| * Set a proper SONAME for libtelepathy-logger.soSimon McVittie2010-06-171-0/+10
* | add telepathy-logger.hGuillaume Desmottes2010-06-172-0/+30
|/
* signal-type isn't a property any moreGuillaume Desmottes2010-06-171-1/+0
* rename telepathy-logger.pc to telepathy-logger-0.1.pcGuillaume Desmottes2010-06-163-1/+1
* set the right entity type on self entitiesGuillaume Desmottes2010-06-151-2/+2
* rename TPL_ENTITY_USER to TPL_ENTITY_CONTACTGuillaume Desmottes2010-06-154-12/+12
* rename TplContact to TplEntityGuillaume Desmottes2010-06-1511-221/+221
* move contact(-internal) to entity(-internal)Guillaume Desmottes2010-06-158-9/+8
* rename TPL_LOG_MANAGER_ERRORS to TPL_LOG_MANAGER_ERRORGuillaume Desmottes2010-06-112-3/+3
* fix typos in docGuillaume Desmottes2010-06-111-2/+2
* document contactGuillaume Desmottes2010-06-101-3/+38
* remove tpl_contact_from_tp_contact declarationGuillaume Desmottes2010-06-102-4/+2
* rename TPL_LOG_MANAGER_ERROR to TPL_LOG_MANAGER_ERRORS and properly define th...Guillaume Desmottes2010-06-102-2/+31
* remove TPL_LOG_MANAGER_ERROR_FAILEDGuillaume Desmottes2010-06-101-1/+0
* use g_return_fail is user pass invalid arg to APIGuillaume Desmottes2010-06-102-86/+18
* remove TPL_LOG_MANAGER_LOG_STORE_DEFAULTGuillaume Desmottes2010-06-102-5/+4
* document log-managerGuillaume Desmottes2010-06-102-16/+55
* document entry-textGuillaume Desmottes2010-06-101-2/+26