summaryrefslogtreecommitdiff
path: root/telepathy-logger/observer.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-25Removed broken editor instructionNicolas Dufresne1-1/+0
2011-03-25Make Call support conditional to --enable-callNicolas Dufresne1-0/+2
2011-03-25Add support for TplCallChannelNicolas Dufresne1-0/+18
2011-03-25Add TplStreamMediaChannel legacy call observerNicolas Dufresne1-0/+9
2011-03-15Change TplChannel into an interface and portNicolas Dufresne1-8/+10
2011-02-08Renamed TplChannelText into TplTextChannelNicolas Dufresne1-4/+4
2010-10-13Ensure we always return from ObserveChannelsWill Thompson1-10/+30
2010-08-06Ignore messages in LogManager when logging is disabled instead of in the Obse...Danielle Madeley1-43/+0
2010-08-06Add globally-enabled property + notificationDanielle Madeley1-0/+14
2010-08-06Remove ignore-accountsDanielle Madeley1-8/+0
2010-07-19Port TplConf to GSettingsDanielle Madeley1-7/+5
2010-07-05observer: ignore channels that we are already observingGuillaume Desmottes1-0/+6
2010-07-05Store TplChannel we are preparing into a hash tableGuillaume Desmottes1-2/+15
2010-07-05remove tpl_observer_get_channel_map and rename hash table to 'channels'Guillaume Desmottes1-28/+12
2010-07-05_tpl_observer_register_channel can be staticGuillaume Desmottes1-22/+20
2010-06-04observer: prefix internal API with underscoreGuillaume Desmottes1-11/+11
2010-06-04conf: prefix internal API with underscoreGuillaume Desmottes1-3/+3
2010-06-04channel: prefix internal API with underscoreGuillaume Desmottes1-1/+1
2010-05-31tpl_observer_observe_channels: raise an error if something went wrongGuillaume Desmottes1-1/+6
2010-05-31no need to redefine tpl_observer_register_dbusGuillaume Desmottes1-20/+1
2010-05-31Use TpBaseClient rather than our own Observer implementation (fdo #27881)Guillaume Desmottes1-387/+70
2010-05-27rename all non public headers to -internal.hGuillaume Desmottes1-4/+4
2010-05-26rename _tpl_action_chain_new to fit async/finish conventionsGuillaume Desmottes1-1/+1
2010-04-23Internalize action-chainSimon McVittie1-2/+2
2010-04-23Internalize util.hSimon McVittie1-1/+1
2010-04-23Rename debug.h to debug-internal.h and underscore-prefix its functionsSimon McVittie1-1/+1
2010-04-22TplObserver: don't dereference self til it's been checkedSimon McVittie1-5/+3
2010-04-22contact, observer: use un-obfuscated priv accessorsSimon McVittie1-5/+4
2010-03-23Remove finalize() from observer.c, unusedCosimo Alfarano1-9/+0
2010-03-19tpl_actionchain_* -> tpl_action_chain_* -- make methods consistent with typeDanielle Madeley1-1/+1
2010-03-19Clean up channel reference counting, fix reference leak in TplActionChainDanielle Madeley1-19/+29
2010-03-12Using the more informative CRITICAL instead of g_criticalCosimo Alfarano1-1/+1
2010-03-04observer: don't leak GObject propertiesDanielle Madeley1-19/+54
2010-02-26observer: clean up referencingDanielle Madeley1-147/+98
2010-02-25Preparing TpAccount and TpChannel before channel retrieval.Cosimo Alfarano1-21/+127
2010-02-25Improved debug while called during open channel inspectionCosimo Alfarano1-1/+5
2010-02-25Added Open Channel retrieval.Cosimo Alfarano1-8/+116
2010-02-25Fixes a SIG11 when a msg to a chatroom is sentCosimo Alfarano1-1/+3
2010-02-16improving DEBUG outputCosimo Alfarano1-0/+2
2010-02-15checking against NULL before unreferencing a GObjectCosimo Alfarano1-1/+2
2010-02-15Using tp_proxy_get_object_pathCosimo Alfarano1-1/+1
2010-02-15Removal of util.c module.Cosimo Alfarano1-5/+11
2010-02-15include config.hCosimo Alfarano1-1/+2
2010-02-12using g_hash_table_replaceCosimo Alfarano1-3/+4
2010-02-12comment updates mostly for gtk-docCosimo Alfarano1-9/+7
2010-02-12Telepathy restylingCosimo Alfarano1-7/+7
2010-02-12use tp_proxy_get_object_path()Cosimo Alfarano1-1/+1
2010-02-12use tp_dbus_daemon_dup() and proper unrefCosimo Alfarano1-38/+29
2010-02-12Fix prop's getters/setters and flagsCosimo Alfarano1-3/+2
2010-02-11observer: Always return from ObserveChannels, otherwise dispatching jams upDanielle Madeley1-14/+27