From vehbisinan at gmail.com Sun Oct 2 10:13:23 2005 From: vehbisinan at gmail.com (Vehbi Sinan Tunalioglu) Date: Sun, 02 Oct 2005 13:13:23 +0300 Subject: [cl-wiki-devel] Problems getting the remote address In-Reply-To: <20050926222255.GL1494@parsec.no-spoon.de> References: <20050926175220.GJ1494@parsec.no-spoon.de> <20050926222255.GL1494@parsec.no-spoon.de> Message-ID: <433FB2C3.4020108@gmail.com> > the whole wild net. In any other case it's not very important to > remember the remote address of every user changing a page. Yes, but why is it so hard to get the IP address of the connected client? That seems ridiculous. Is it not possible to hook the TBNL code to get the IP address? I'll try next week... --vst From sscholl at common-lisp.net Sun Oct 2 11:28:06 2005 From: sscholl at common-lisp.net (Stefan Scholl) Date: Sun, 2 Oct 2005 13:28:06 +0200 Subject: [cl-wiki-devel] Problems getting the remote address In-Reply-To: <433FB2C3.4020108@gmail.com> References: <20050926175220.GJ1494@parsec.no-spoon.de> <20050926222255.GL1494@parsec.no-spoon.de> <433FB2C3.4020108@gmail.com> Message-ID: <20051002112806.GH27301@parsec.no-spoon.de> On 2005-10-02 13:13:23, Vehbi Sinan Tunalioglu wrote: > > the whole wild net. In any other case it's not very important to > > remember the remote address of every user changing a page. > > Yes, but why is it so hard to get the IP address of the connected > client? That seems ridiculous. Is it not possible to hook the TBNL code > to get the IP address? I'll try next week... It's a problem with KMRCL, too. Only after changes in KMRCL _and_ TBNL you could access the socket. At the moment just a stream is available. And without the socket no remote address. :-( By the way: Beware of open ports! KMRCL doesn't listen on a specified device. When using mod_lisp or mod_proxy the port is accessible from the outside. But I can't think of any security problems regarding this fact (atm). Regards, Stefan From sscholl at common-lisp.net Sun Oct 16 15:49:07 2005 From: sscholl at common-lisp.net (Stefan Scholl) Date: Sun, 16 Oct 2005 17:49:07 +0200 Subject: [cl-wiki-devel] New Release CL-WIKI 0.1.0 Message-ID: <20051016154907.GB7967@parsec.no-spoon.de> New release CL-WIKI 0.1.0 CL-WIKI is a wiki engine for Common Lisp. It uses TBNL, CL-PPCRE, CL-WHO and CL-EMB. Can be used stand-alone, with Apache + mod_lisp, or behind any http proxy. You can download it from http://common-lisp.net/project/cl-wiki/ or install with ASDF-Install. CL-USER> (asdf:operate 'asdf:load-op :asdf-install) CL-USER> (asdf-install:install :cl-wiki) Changes: - New storage system - Editing/restoring earlier versions of a page IMPORTANT: The way the pages (and an additional index) are saved has changed! You can't use your old installation/pages without migrating them. Current development versions are always available in the darcs repository http://common-lisp.net/project/cl-wiki/repos/cl-wiki_dev Get darcs from http://www.darcs.net/ and then darcs get http://common-lisp.net/project/cl-wiki/repos/cl-wiki_dev Updating your local repository: darcs pull From sscholl at common-lisp.net Thu Oct 27 06:43:18 2005 From: sscholl at common-lisp.net (Stefan Scholl) Date: Thu, 27 Oct 2005 08:43:18 +0200 Subject: [cl-wiki-devel] Progress Report: Changelog since 0.1.0 Message-ID: <20051027064318.GA7967@parsec.no-spoon.de> Thu Oct 27 08:36:26 CEST 2005 Stefan Scholl * wiki code cleanup There was a problem with some combinations of wiki codes. E.g. a ruler between two lists combined the lists and put the HR into one list item. Wed Oct 19 13:29:11 CEST 2005 Stefan Scholl * Put wiki codes in own file codes.lisp Wed Oct 19 08:22:58 CEST 2005 Stefan Scholl * Wiki code horizontal divider Wed Oct 19 08:16:44 CEST 2005 Stefan Scholl * Title links to same page Wed Oct 19 08:12:54 CEST 2005 Stefan Scholl * Header level 1 to 6 Tue Oct 18 19:07:17 CEST 2005 Stefan Scholl * Wiki code for lists