summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorCosimo Alfarano <cosimo.alfarano@collabora.co.uk>2009-12-28 12:41:45 +0000
committerCosimo Alfarano <cosimo.alfarano@collabora.co.uk>2009-12-28 12:41:45 +0000
commitc0836370f75a10f96a989a7065b135a0b26473f7 (patch)
tree91ca1c1c9f9da0a60690b36628bef3b7dc314424 /TODO
parentd9bbcf4244376b8976f2a12e525c4813232be581 (diff)
downloadtelepathy-logger-c0836370f75a10f96a989a7065b135a0b26473f7.tar.gz
bug fixing and TplLogEntry refactoring
* log manager uses TplLogEntry instead of TplLogTextEntry * chatroom logging problem on "user's sent" received messages, added a TODO item for Message interface handling
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 2 insertions, 4 deletions
diff --git a/TODO b/TODO
index b700193..72c059c 100644
--- a/TODO
+++ b/TODO
@@ -1,12 +1,10 @@
Those are mini tasks still to do. They should be filed against a bug
trucker as soon as TPL will have one:
-- dispose/finalize methods
-- check input types for callbacks and getters/setters with TPL_IS_... and Co.
- global configuration object (ie disable logging partially or totally,
choose the logstore, etc)
- understand if direction from tpl_log_entry_text is to be removed
-- make TplObserver a singleton
-- move glob_map in tpl-observer.c to a member of TplObserver (singleton)
- understand if TplContact is still useful or can be substitued by a
simple TpContact
+- use the Message interface of received messages to handle delivery
+ notifications & Co.