summaryrefslogtreecommitdiff
path: root/telepathy-logger/observer.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure we always return from ObserveChannelsWill Thompson2010-10-131-10/+30
* Ignore messages in LogManager when logging is disabled instead of in the Obse...Danielle Madeley2010-08-061-43/+0
* Add globally-enabled property + notificationDanielle Madeley2010-08-061-0/+14
* Remove ignore-accountsDanielle Madeley2010-08-061-8/+0
* Port TplConf to GSettingsDanielle Madeley2010-07-191-7/+5
* observer: ignore channels that we are already observingGuillaume Desmottes2010-07-051-0/+6
* Store TplChannel we are preparing into a hash tableGuillaume Desmottes2010-07-051-2/+15
* remove tpl_observer_get_channel_map and rename hash table to 'channels'Guillaume Desmottes2010-07-051-28/+12
* _tpl_observer_register_channel can be staticGuillaume Desmottes2010-07-051-22/+20
* observer: prefix internal API with underscoreGuillaume Desmottes2010-06-041-11/+11
* conf: prefix internal API with underscoreGuillaume Desmottes2010-06-041-3/+3
* channel: prefix internal API with underscoreGuillaume Desmottes2010-06-041-1/+1
* tpl_observer_observe_channels: raise an error if something went wrongGuillaume Desmottes2010-05-311-1/+6
* no need to redefine tpl_observer_register_dbusGuillaume Desmottes2010-05-311-20/+1
* Use TpBaseClient rather than our own Observer implementation (fdo #27881)Guillaume Desmottes2010-05-311-387/+70
* rename all non public headers to -internal.hGuillaume Desmottes2010-05-271-4/+4
* rename _tpl_action_chain_new to fit async/finish conventionsGuillaume Desmottes2010-05-261-1/+1
* Internalize action-chainSimon McVittie2010-04-231-2/+2
* Internalize util.hSimon McVittie2010-04-231-1/+1
* Rename debug.h to debug-internal.h and underscore-prefix its functionsSimon McVittie2010-04-231-1/+1
* TplObserver: don't dereference self til it's been checkedSimon McVittie2010-04-221-5/+3
* contact, observer: use un-obfuscated priv accessorsSimon McVittie2010-04-221-5/+4
* Remove finalize() from observer.c, unusedCosimo Alfarano2010-03-231-9/+0
* tpl_actionchain_* -> tpl_action_chain_* -- make methods consistent with typeDanielle Madeley2010-03-191-1/+1
* Clean up channel reference counting, fix reference leak in TplActionChainDanielle Madeley2010-03-191-19/+29
* Using the more informative CRITICAL instead of g_criticalCosimo Alfarano2010-03-121-1/+1
* observer: don't leak GObject propertiesDanielle Madeley2010-03-041-19/+54
* observer: clean up referencingDanielle Madeley2010-02-261-147/+98
* 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
* Added Open Channel retrieval.Cosimo Alfarano2010-02-251-8/+116
* Fixes a SIG11 when a msg to a chatroom is sentCosimo Alfarano2010-02-251-1/+3
* improving DEBUG outputCosimo Alfarano2010-02-161-0/+2
* checking against NULL before unreferencing a GObjectCosimo Alfarano2010-02-151-1/+2
* Using tp_proxy_get_object_pathCosimo Alfarano2010-02-151-1/+1
* Removal of util.c module.Cosimo Alfarano2010-02-151-5/+11
* include config.hCosimo Alfarano2010-02-151-1/+2
* using g_hash_table_replaceCosimo Alfarano2010-02-121-3/+4
* comment updates mostly for gtk-docCosimo Alfarano2010-02-121-9/+7
* Telepathy restylingCosimo Alfarano2010-02-121-7/+7
* use tp_proxy_get_object_path()Cosimo Alfarano2010-02-121-1/+1
* use tp_dbus_daemon_dup() and proper unrefCosimo Alfarano2010-02-121-38/+29
* Fix prop's getters/setters and flagsCosimo Alfarano2010-02-121-3/+2
* observer: Always return from ObserveChannels, otherwise dispatching jams upDanielle Madeley2010-02-111-14/+27
* Fixed check-coding-styleCosimo Alfarano2010-02-101-6/+6
* Added debug module from gabbleCosimo Alfarano2010-02-101-15/+14
* created gtk-doc infrastructureCosimo Alfarano2010-02-101-6/+0
* fix lost pending messagesCosimo Alfarano2010-02-051-5/+7
* Add support for multi logstoreCosimo Alfarano2010-02-041-9/+12
* ChannelFactory registration to TplObserverCosimo Alfarano2010-02-031-2/+31