aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-04 19:59:33 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-04 19:59:33 +0200
commitda643e8b7f0de88fa6ee2e7f1181746cda57a8ff (patch)
treefbac0a50821ec61c5b389c74d1a05f9f21adf155 /TODO
parent542882181c84cf9467efdd75eac2d41774f004a9 (diff)
move datafiles into own dir
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 9 insertions, 1 deletions
diff --git a/TODO b/TODO
index f44308b..73a8f21 100644
--- a/TODO
+++ b/TODO
@@ -32,9 +32,17 @@
* backspace key to pop characters from (multichar) command
* optional logging of http requests&responses with ip/hostname and port. -> how to implement? handler? stdout? (through a socket so you know what corresponds to what?)
* bench/optimize fifo vs socket performance. measure delays. minimize forks. does glib use a shell? how does it detect the shebang line?
-* cookie support. how do we store and control usage?
+* cookie support.
* "remember account settings" support. but how? configure post data per site? regex match eg '^bbs.archlinux.org' ?
* http_proxy env var not recognized. libproxy (used by libsoup) should handle this http://mail.gnome.org/archives/libsoup-list/2009-February/msg00018.html
+* support ssl. do ssl certificate & exception management similar to how we do cookies
+* improve DCOMMIT macro. what if WC is dirty? what if user downloaded tarball without .git?
+* DARCH is not correct (should be at runtime)
+
+* variable replacing:
+user agent -> str_replace(all vars) DONE
+title bar -> str_replace(all vars)
+status bar -> str_replace(all vars) -> pango markup thingie
SOMEDAY:
check if we can make the settings loading less hard coded. eg( keep a list of all settings, and for each one, try to load it)