From 420c313f6c548845f248e98718e0b9396f015e98 Mon Sep 17 00:00:00 2001 From: David Troy Date: Sat, 1 Apr 2006 17:03:30 +0000 Subject: git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@37 f02b47b9-160a-0410-81a6-dc3441afb0ec --- TODO | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index be076d0..decd317 100644 --- a/TODO +++ b/TODO @@ -3,13 +3,9 @@ Check for module versions; do not run without modules installed use a key? see loader.c in * State maintenance modules code formatting -tcpwrappers/access control/connect mask -tls? -better dir structure in source tree -subversion with digium +tcpwrappers/access control/connect mask? libtool/autoconf/automake support SetInputFormat proxyaction? -detect old config file fmt and puke kill http clients better? snmp? -- cgit From 45f93b7efc02bc2d6d2c3a5150ee7065ee7ae482 Mon Sep 17 00:00:00 2001 From: David Troy Date: Mon, 3 Apr 2006 19:56:20 +0000 Subject: git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@75 f02b47b9-160a-0410-81a6-dc3441afb0ec --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index decd317..224e4b8 100644 --- a/TODO +++ b/TODO @@ -7,5 +7,5 @@ tcpwrappers/access control/connect mask? libtool/autoconf/automake support SetInputFormat proxyaction? -kill http clients better? -snmp? +clean up autodisconnect vs. inputcomplete/outputcomplete +deal with no empty http better (no formdata) -- cgit From 4af218734ff2ac7da1a6bdd55fde1ea71848fee7 Mon Sep 17 00:00:00 2001 From: David Troy Date: Mon, 3 Apr 2006 21:33:51 +0000 Subject: git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@77 f02b47b9-160a-0410-81a6-dc3441afb0ec --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 224e4b8..5febf5a 100644 --- a/TODO +++ b/TODO @@ -8,4 +8,4 @@ libtool/autoconf/automake support SetInputFormat proxyaction? clean up autodisconnect vs. inputcomplete/outputcomplete -deal with no empty http better (no formdata) +deal with no empty http better (no formdata; return error header?) -- cgit From 6c9d46845fbaa89dc5481fb8d0d1c78728628122 Mon Sep 17 00:00:00 2001 From: David Troy Date: Tue, 4 Apr 2006 20:38:07 +0000 Subject: git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@80 f02b47b9-160a-0410-81a6-dc3441afb0ec --- TODO | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 5febf5a..439c6d8 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ +fix non-blocking in ast_connect + 'connected' flag; do not set until we get "authentication accepted' back from server Check for module versions; do not run without modules installed use a key? see loader.c in * -- cgit From d9e53b2987116fa0d335428eabb5c0d35ba11017 Mon Sep 17 00:00:00 2001 From: David Troy Date: Tue, 4 Apr 2006 22:27:38 +0000 Subject: git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@82 f02b47b9-160a-0410-81a6-dc3441afb0ec --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 439c6d8..65a0a27 100644 --- a/TODO +++ b/TODO @@ -10,4 +10,5 @@ libtool/autoconf/automake support SetInputFormat proxyaction? clean up autodisconnect vs. inputcomplete/outputcomplete -deal with no empty http better (no formdata; return error header?) +deal with http non-conformity better +SOAP handler? -- cgit From 08a84749d9c92829d580c508f3b0256f7b188321 Mon Sep 17 00:00:00 2001 From: David Troy Date: Tue, 4 Apr 2006 22:33:15 +0000 Subject: git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@83 f02b47b9-160a-0410-81a6-dc3441afb0ec --- TODO | 1 + 1 file changed, 1 insertion(+) (limited to 'TODO') diff --git a/TODO b/TODO index 65a0a27..bb0f233 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,5 @@ fix non-blocking in ast_connect +kill autodisconnect concept; this would be managed by inputcomplete/outputcomplete in drivers? 'connected' flag; do not set until we get "authentication accepted' back from server Check for module versions; do not run without modules installed -- cgit From 8c5e24cab7e89f74bbc363223fe00dd45edb28e2 Mon Sep 17 00:00:00 2001 From: David Troy Date: Tue, 4 Apr 2006 23:01:38 +0000 Subject: git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@86 f02b47b9-160a-0410-81a6-dc3441afb0ec --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index bb0f233..8083f1c 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,6 @@ fix non-blocking in ast_connect kill autodisconnect concept; this would be managed by inputcomplete/outputcomplete in drivers? +finish SOAP handler 'connected' flag; do not set until we get "authentication accepted' back from server Check for module versions; do not run without modules installed @@ -12,4 +13,3 @@ SetInputFormat proxyaction? clean up autodisconnect vs. inputcomplete/outputcomplete deal with http non-conformity better -SOAP handler? -- cgit From ca4ed8c2cbec7db4d9001e4f5725dcb3ea71399a Mon Sep 17 00:00:00 2001 From: David Troy Date: Thu, 6 Apr 2006 22:30:00 +0000 Subject: git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@89 f02b47b9-160a-0410-81a6-dc3441afb0ec --- TODO | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 8083f1c..d360db5 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,6 @@ fix non-blocking in ast_connect +fix reconnect to lost asterisk server (socket reuse) +check s->connect construct kill autodisconnect concept; this would be managed by inputcomplete/outputcomplete in drivers? finish SOAP handler -- cgit From 2e59afd9c5cdfcc8fa3f7237668568e9c85a15a0 Mon Sep 17 00:00:00 2001 From: David Troy Date: Fri, 7 Apr 2006 17:27:01 +0000 Subject: git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@92 f02b47b9-160a-0410-81a6-dc3441afb0ec --- TODO | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index d360db5..79ce5b8 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,7 @@ -fix non-blocking in ast_connect -fix reconnect to lost asterisk server (socket reuse) check s->connect construct -kill autodisconnect concept; this would be managed by inputcomplete/outputcomplete in drivers? finish SOAP handler +clean up reconnect to lost asterisk server (socket reuse) +clean up debugmsg instances to add if (debug) 'connected' flag; do not set until we get "authentication accepted' back from server Check for module versions; do not run without modules installed -- cgit From e8b7c17417fb7688bb06b2ce825c9838be3f020c Mon Sep 17 00:00:00 2001 From: David Troy Date: Sat, 8 Apr 2006 02:50:08 +0000 Subject: git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@97 f02b47b9-160a-0410-81a6-dc3441afb0ec --- TODO | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 79ce5b8..a94b30e 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,8 @@ -check s->connect construct -finish SOAP handler +write SOAP methods for http.c to use clean up reconnect to lost asterisk server (socket reuse) clean up debugmsg instances to add if (debug) +deal with http non-conformity better, and act on POST MIME-type inputs -'connected' flag; do not set until we get "authentication accepted' back from server Check for module versions; do not run without modules installed use a key? see loader.c in * State maintenance modules @@ -11,6 +10,3 @@ code formatting tcpwrappers/access control/connect mask? libtool/autoconf/automake support SetInputFormat proxyaction? - -clean up autodisconnect vs. inputcomplete/outputcomplete -deal with http non-conformity better -- cgit