Re: [AOLSERVER] ANNOUNCE: ns_encrypt module for AOLserver

2002-09-28 Thread Scott Goodwin
Mind if I import this into AOLserver SF? /s. On Fri, 27 Sep 2002 16:28:30 -0700, Daniel P. Stasinski [EMAIL PROTECTED] said: I have released my ns_encrypt module for AOLserver. It provides two new commands: ns_encrypt and ns_decrypt The module provides for strong public/private key

Re: [AOLSERVER] ANNOUNCE: ns_encrypt module for AOLserver

2002-09-28 Thread Daniel P. Stasinski
From: Scott Goodwin [EMAIL PROTECTED] Mind if I import this into AOLserver SF? Please do. Daniel

[AOLSERVER] nsencrypt module in CVS and downloadable

2002-09-28 Thread Scott Goodwin
I've imported Daniel's nsencrypt module to AOLserver's SF area, tagged it as v0.1 and made it available via the Files link (http://sourceforge.net/project/showfiles.php?group_id=3152). I also cleaned up the nsopenssl module downloads in the Files area (added comments and so on -- see

[AOLSERVER] Two modules for AOLServer available

2002-09-28 Thread Vlad Seryakov
Hello, I have two modules for Aolserver: nsmain - IMAP interface, can be used as IMAP client nssnmp - SNMP interface, can be used AS SNMP client, supports ICMP as well I use them in production for a while they seem to be stable. Download from: ftp://ftp.crystalballinc.com/pub/vlad/

Re: [AOLSERVER] Two modules for AOLServer available

2002-09-28 Thread Roberto Mello
Wow, this flurry of modules for AOLserver is fantastic! Keep'em coming, and thanks for your contributions. On Sat, Sep 28, 2002 at 03:23:50PM -0400, Vlad Seryakov wrote: Hello, I have two modules for Aolserver: nsmain - IMAP interface, can be used as IMAP client That's excellent. Out of

Re: [AOLSERVER] Two modules for AOLServer available

2002-09-28 Thread Wojciech Kocjan
Roberto Mello wrote: Wow, this flurry of modules for AOLserver is fantastic! Keep'em coming, and thanks for your contributions. I'm on my way with a quite useful module myself. This will take a week or two, as I want to clean up the code a bit - it was used internally for now. It will allow

[AOLSERVER] [ANNOUNCE] nsxml 1.5 released

2002-09-28 Thread Scott Goodwin
nsxml version 1.5 has been released. Go to the AOLserver SourceForge Files area to download it. There is more work to do, mostly cleanup, full testing, and documentation. Thanks to all the people listed in the nsxml.c file for making this module possible. All I've done is integrate patches and

Re: [AOLSERVER] The Next Module -- nscache

2002-09-28 Thread Daniel P. Stasinski
Scott, you might want to commit the one Vlad expanded upon already. The one thing I would like to see added to nscache (but not sure I have time to work on yet) is the ability for the module to commit all caches to disk on shutdown and reload on boot. This would be a great asset when used with

Re: [AOLSERVER] AOLserver Postgres Driver (2.3.0)

2002-09-28 Thread Lamar Owen
On Saturday 28 September 2002 09:38 pm, Daniel P. Stasinski wrote: This should also go on the site (AOLserver Postgres Driver v2.3.0). Ours is still old and crashes the server. Scott has, I believe, refactored the AOLserver Postgres Driver somewhat. My recommendation is to sync the two, and

Re: [AOLSERVER] The Next Module -- nscache

2002-09-28 Thread Vlad Seryakov
I talked with Rob and he told me that i can take control for nscache module, i made some modification and submitted them to Rob, but he is not maintaining this module anymore. I just added ns_cache incr function similar to nsv_incr. The module is available at

Re: [AOLSERVER] AOLserver Postgres Driver (2.3.0)

2002-09-28 Thread Scott Goodwin
Yes, I had imported an older version of postgres.so from the OpenACS, but haven't had time to work on it. I'm probably going to start from scratch with a fresh copy from OpenACS and import it. I want to centralize the AOLserver modules to one location, but not sure the OpenACS folks would be

Re: [AOLSERVER] AOLserver Postgres Driver (2.3.0)

2002-09-28 Thread Scott Goodwin
What I had actually done was refactor the parts out into separate files. Not sure it was the best cut, and the two are certainly badly out of sync because of me. Other than cosmetic changes though, I haven't really changed the way it operates. So starting with a fresh copy of the OpenACS dist

Re: [AOLSERVER] The Next Module -- nscache

2002-09-28 Thread Scott Goodwin
Super. I'll import Rob's original module, then update it with your changes and generate a release file. I'll also add you to the SourceForge commit list. thanks, /s. On Sat, 28 Sep 2002 23:53:53 -0400, Vlad Seryakov [EMAIL PROTECTED] said: I talked with Rob and he told me that i can take

Re: [AOLSERVER] Two modules for AOLServer available

2002-09-28 Thread Scott Goodwin
On Sat, 28 Sep 2002 23:58:36 -0400, Vlad Seryakov [EMAIL PROTECTED] said: At the time i was developing that module i wanted to put all mail related functionality there but it ended up with IMAP client support only. Scott suggested to rename it into imap something, so it will probably will be

Re: [AOLSERVER] Two modules for AOLServer available

2002-09-28 Thread Scott Goodwin
We now have three modules (that I know of) which use OpenSSL. I think it's time to break OpenSSL into its own openssl.so module, and have it loaded prior to loading nsencrypt.so, nsopenssl.so and nsimap.so. I'll work on that this week. Vlad, your nscache is labeled as version 1.4. Rob's doesn't