[naviserver-devel] ns_sha1 command

2005-03-05 Thread Vlad Seryakov
Hi guys, So what is the final word about adding ns_sha1 in the core? I would really like to add it and eliminate additional requirement for naviserver installation for third party module. -- Vlad Seryakov 571 262-8608 office [EMAIL PROTECTED] http://www.crystalballinc.com/vlad/

Re: [naviserver-devel] How to set output headers w/o sending content?

2005-03-05 Thread Vlad Seryakov
I know, it is just the core of the update to be approved Zoran Vasiljevic wrote: On Saturday 05 March 2005 18:36, Vlad Seryakov wrote: Patch is attached, if everybody is Okay with it i will commit it Do not forget to update include/ns.h and put the prototype there! Zoran Vasiljevic wr

Re: [naviserver-devel] How to set output headers w/o sending content?

2005-03-05 Thread Zoran Vasiljevic
On Saturday 05 March 2005 18:36, Vlad Seryakov wrote: > Patch is attached, if everybody is Okay with it i will commit it Do not forget to update include/ns.h and put the prototype there! > > Zoran Vasiljevic wrote: > > On Saturday 05 March 2005 01:33, Stephen Deasey wrote: > > > >>I added the

Re: [naviserver-devel] How to set output headers w/o sending content?

2005-03-05 Thread Vlad Seryakov
Patch is attached, if everybody is Okay with it i will commit it Zoran Vasiljevic wrote: On Saturday 05 March 2005 01:33, Stephen Deasey wrote: I added the function Ns_ConnSetResponseStatus() for the protocols stuff, but I didn't add the Tcl equivalent to ns_conn. I aggree with Vlad that ns_c

Re: [naviserver-devel] How to set output headers w/o sending content?

2005-03-05 Thread Vlad Seryakov
ns_respond closes the connection, so you cannot use it, still need ns_conn status newstatus command. Zoran Vasiljevic wrote: On Saturday 05 March 2005 01:33, Stephen Deasey wrote: Does ns_respond do what you need? ns_respond ?-status status? ?-type type? \ { ?-string string? | ?-file fi

Re: [naviserver-devel] How to set output headers w/o sending content?

2005-03-05 Thread Zoran Vasiljevic
On Saturday 05 March 2005 01:33, Stephen Deasey wrote: > I added the function Ns_ConnSetResponseStatus() for the protocols > stuff, but I didn't add the Tcl equivalent to ns_conn.  I aggree with > Vlad that ns_conn status ?newStatus? would be a good addition (which > requires that we drop connid :-

Re: [naviserver-devel] How to set output headers w/o sending content?

2005-03-05 Thread Zoran Vasiljevic
On Saturday 05 March 2005 01:33, Stephen Deasey wrote: > Does ns_respond do what you need? > > ns_respond ?-status status? ?-type type? \ > { ?-string string? | ?-file filename? | ?-fileid fileid? } \ > ?-length length? ?-headers setid? The main reason for such mechanism for me is: I wo