summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release telepathy-logger 0.1.1telepathy-logger-0.1.1Danielle Madeley2010-02-262-1/+21
|
* Merge branch 'observe-existing-channels'Danielle Madeley2010-02-264-12/+187
|\
| * observer: clean up referencingDanielle Madeley2010-02-261-147/+98
| |
| * Improving debug messaes for log-manager and log-store-emapthyCosimo Alfarano2010-02-253-4/+10
| | | | | | | | Plus some typos in comments
| * Preparing TpAccount and TpChannel before channel retrieval.Cosimo Alfarano2010-02-251-21/+127
| |
| * Improved debug while called during open channel inspectionCosimo Alfarano2010-02-251-1/+5
| | | | | | | | Also fixed the code comments
| * Added Open Channel retrieval.Cosimo Alfarano2010-02-251-8/+116
| | | | | | | | | | This allow the logging of channels which are already open and thus no further NewChannel signal will be sent.
* | Merge branch 'get-recent-messages-async'Danielle Madeley2010-02-261-71/+125
|\ \
| * | dbus-service: make GetRecentMessages asynchronousDanielle Madeley2010-02-261-71/+125
| |/
* | Add favourite contacts support.Travis Reitter2010-02-254-2/+749
| | | | | | | | This adds a simple D-Bus API and implementation for storing and manipulating a set of favourite Telepathy contacts.
* | Fix the signature of link_free() and use it more consistently.Travis Reitter2010-02-251-5/+4
| |
* | Extend the TplActionChain API to support passing arbitrary data to the ↵Travis Reitter2010-02-255-42/+97
|/ | | | chained functions.
* Cleanups: update .gitignore, update G_LOG_DOMAIN in other makefileDanielle Madeley2010-02-253-5/+3
| | | | Remove spurious src/config.h that was causing strange problems
* Adding a GIO's _finish() method to each async API in log-manager.Cosimo Alfarano2010-02-254-55/+152
|
* Fixes a SIG11 when a msg to a chatroom is sentCosimo Alfarano2010-02-252-10/+22
| | | | | Now it handles properly the receiver's contact, which in chatrooms is NULL, since there is no actual receiver (tpl-log-entry's chat-id will be the chatroom id).
* Fix PATH_DEBUG, prefixing '_' to blocl's vars to avoid shadowing vars in ↵Cosimo Alfarano2010-02-251-6/+6
| | | | upper scopes
* Fixed a bug with tpl_log_entry_set_chat_id at construct timeCosimo Alfarano2010-02-256-27/+11
| | | | | | Now it's not a G_PROP_CONSTRUCT property anymore and tpl_log_entry_text_new does now need chat_id anymore. This way the default value for chat-id is NULL, unless differently set.
* TP style fixesCosimo Alfarano2010-02-252-15/+20
|
* renamed libtelepathy-logger.pc.in in telepathy-logger.pc.inCosimo Alfarano2010-02-254-3/+3
|
* Changed from libtelepathy-logger to tp-logger the id used by debugger to log ↵Cosimo Alfarano2010-02-251-1/+1
| | | | | | messages It's shorter and similar to telepathy-glib, which uses tp-glib
* Change test-api to noinstDanielle Madeley2010-02-251-1/+3
|
* Copying files from Gabble should involve reading them firstDanielle Madeley2010-02-251-67/+2
|
* Start telepathy-logger-0.1.1 developmentDanielle Madeley2010-02-241-2/+2
|
* Release telepathy-logger 0.1.0telepathy-logger-0.1.0Danielle Madeley2010-02-242-1/+30
|
* Fix ChangeLog generationDanielle Madeley2010-02-241-1/+1
|
* Include maintainer tools in toplevel Makefile.amDanielle Madeley2010-02-243-22/+9
|
* Disable check-twisted and check-undocumented from `make check` for the momentDanielle Madeley2010-02-242-2/+6
| | | | | The twisted tests do not seem to be complete and there are currently way too many undocumented symbols to make that a dependency of running distcheck
* Tp style fixesDanielle Madeley2010-02-245-8/+7
|
* make distcheck fixesDanielle Madeley2010-02-2412-11/+46
|
* Update files for releaseDanielle Madeley2010-02-244-14/+603
|
* Update the URL in the README.Travis Reitter2010-02-221-1/+1
|
* Ignore generated test tools.Travis Reitter2010-02-223-58/+2
|
* Moving LogManager initialisation from _constructor to _initCosimo Alfarano2010-02-221-49/+51
| | | | Also improving DEBUG output
* Fix chat_id conversion when chat_id is 1-1 conversation from a chatroomCosimo Alfarano2010-02-221-1/+8
| | | | | | In other words: avoid that 1-1 conversation generated from a chatroom, having id similar to room@conference.domain/My_Alias (in XMPP) are threated as a directory path, creating My_Alias as a subdirectory of room@conference.domain
* Handle GError properly in during _buildCosimo Alfarano2010-02-222-1/+13
|
* Using priv->readable_stores when using a search/query APICosimo Alfarano2010-02-221-3/+3
| | | | | | All LogStore API that access the LogStore in reading have to have the readable property TRUE, so that at log manager's registration time, it will set the LS at in priv->readable_stores properly, to avoid to query LS that actually are not meant to be.
* Fix tpl_log_manager_search_hit_compareCosimo Alfarano2010-02-221-9/+28
| | | | and minor restyling of tpl_log_manager_get_chats
* TP Style fixes and gtk-doc src documentation improvedCosimo Alfarano2010-02-223-20/+168
|
* rename LogStore iface method from last_messages to recent_messagesCosimo Alfarano2010-02-222-5/+5
|
* Improved error managing in log-manager and log-store-empathyCosimo Alfarano2010-02-224-9/+33
|
* Add result data destructors to async APIsCosimo Alfarano2010-02-221-8/+78
| | | | as reported in #26637
* use dbus_g_method_return_error if tp_dbus_daemon cannot be acquiredCosimo Alfarano2010-02-221-0/+2
|
* Added Empathy legacy LogStore support into LogManager.Cosimo Alfarano2010-02-225-73/+113
| | | | | | | Added is_readable/is_writable method to LogStore interface. Also removed ack_message from LogStore since no destructive calls should be made from an Observer cotext. The method was an Empathy's reminiscence.
* added account-path property/member to TplLogStoreCosimo Alfarano2010-02-227-34/+119
| | | | | | | | | That way a client needing to obtain a TpAccount, can acquire it from its object-path. account-path is a PROP_CONSTRUCT_ONLY property, thus the _new method has been updated as well. Setting the avatar_token for queried log entries. Also, cleaned up some code and TP style fixes.
* removed useless g_strdup over not stored stringCosimo Alfarano2010-02-181-4/+6
|
* TP style fixesCosimo Alfarano2010-02-184-10/+10
|
* Adding observer.h to LIBTPL_HEADERSCosimo Alfarano2010-02-171-0/+1
|
* Fixing LogStore->add_message method using TplLogEntry instead of gpointerCosimo Alfarano2010-02-163-6/+5
|
* improving DEBUG outputCosimo Alfarano2010-02-162-15/+12
|
* update Observer's bus name to org.freedesktop.Telepathy.Client.LoggerCosimo Alfarano2010-02-163-3/+3
|