citadel.git
18 years ago* HTML messages in foreign character sets are now converted to UTF-8 for
Art Cancro [Fri, 22 Jul 2005 04:03:31 +0000 (04:03 +0000)]
* HTML messages in foreign character sets are now converted to UTF-8 for
  display.

18 years ago* Handle display of RFC2047-encoded subjects and senders by converting
Art Cancro [Fri, 22 Jul 2005 03:40:22 +0000 (03:40 +0000)]
* Handle display of RFC2047-encoded subjects and senders by converting
  them to UTF-8 (all WebCit pages are output as UTF-8).  Resolves bug #136.

18 years ago* <.R>ead <U>ser-list now takes advantage of the server-side string match
Art Cancro [Thu, 21 Jul 2005 17:20:55 +0000 (17:20 +0000)]
* <.R>ead <U>ser-list now takes advantage of the server-side string match
  if available.  It still filters on the client side as well, in case the
  server is older and sent back the whole list.

18 years ago* Server-side LIST command now accepts a search string.
Art Cancro [Thu, 21 Jul 2005 15:02:28 +0000 (15:02 +0000)]
* Server-side LIST command now accepts a search string.

18 years ago* Detect libiconv on the host system and link it in if present.
Art Cancro [Wed, 20 Jul 2005 04:26:24 +0000 (04:26 +0000)]
* Detect libiconv on the host system and link it in if present.
* If libiconv is present, convert foreign charsets to UTF-8 on the fly
  when outputting text/plain messages.  (Still need to do text/html.)

18 years ago* MSG4 command now outputs content type *and* charset
Art Cancro [Tue, 19 Jul 2005 20:04:31 +0000 (20:04 +0000)]
* MSG4 command now outputs content type *and* charset

18 years ago* Fixed a bug in the MIME parser that was causing it to prematurely go
Art Cancro [Tue, 19 Jul 2005 17:30:13 +0000 (17:30 +0000)]
* Fixed a bug in the MIME parser that was causing it to prematurely go
  out of scope when binary parts are included.  (8-bit MIME is not yet
  explicitly supported in the Citadel server, but WebCit uses this to
  handle data coming in via the POST method.)

18 years ago* Removed the last couple of places where forms were submitted using
Art Cancro [Tue, 19 Jul 2005 17:05:23 +0000 (17:05 +0000)]
* Removed the last couple of places where forms were submitted using
  the GET method.  POST is just so technologically cleaner that we should
  use it all the time.
* Fixed a bug in the MIME parser that was causing it to not be 8-bit
  clean.

18 years ago*** empty log message ***
Art Cancro [Tue, 19 Jul 2005 14:24:25 +0000 (14:24 +0000)]
*** empty log message ***

18 years ago* mime_parser.c: don't default Content-type: to text/plain, because when
Art Cancro [Tue, 19 Jul 2005 14:23:04 +0000 (14:23 +0000)]
* mime_parser.c: don't default Content-type: to text/plain, because when
  an HTTP POST operation is performed, the content type is expected to
  be empty.

18 years ago* mime_parser.c: don't default to Content-type: text/plain; charset=us-ascii
Art Cancro [Tue, 19 Jul 2005 14:21:52 +0000 (14:21 +0000)]
* mime_parser.c: don't default to Content-type: text/plain; charset=us-ascii
  because there are places where those fields actually need to be empty (in
  WebCit, actually, but I don't want to fork the mime parser).

18 years ago* Brought over the newest version of the MIME parser from Citadel,
Art Cancro [Tue, 19 Jul 2005 04:15:45 +0000 (04:15 +0000)]
* Brought over the newest version of the MIME parser from Citadel,
  containing an API that supports arbitrary character sets.

18 years ago* Updated the MIME parser API to include the "charset" portion of
Art Cancro [Tue, 19 Jul 2005 04:10:02 +0000 (04:10 +0000)]
* Updated the MIME parser API to include the "charset" portion of
  the content type.

18 years ago* Added more icons
Art Cancro [Tue, 19 Jul 2005 03:17:22 +0000 (03:17 +0000)]
* Added more icons

18 years ago* More intelligent JavaScript to handle the greying out of end date and
Art Cancro [Thu, 14 Jul 2005 04:21:53 +0000 (04:21 +0000)]
* More intelligent JavaScript to handle the greying out of end date and
  start/end times when "all day event" is selected.

18 years ago* Fix bug #147 (date sometimes saved incorrectly for all day events due
Art Cancro [Thu, 14 Jul 2005 04:02:19 +0000 (04:02 +0000)]
* Fix bug #147 (date sometimes saved incorrectly for all day events due
  to timezone differences)

18 years ago* Use the new icons in more places.
Art Cancro [Wed, 13 Jul 2005 16:55:59 +0000 (16:55 +0000)]
* Use the new icons in more places.

18 years ago* Installed the final batch of new icons
Art Cancro [Wed, 13 Jul 2005 01:59:22 +0000 (01:59 +0000)]
* Installed the final batch of new icons

18 years ago* Icon update
Art Cancro [Tue, 12 Jul 2005 22:10:56 +0000 (22:10 +0000)]
* Icon update

18 years ago*** empty log message ***
Art Cancro [Tue, 12 Jul 2005 21:30:37 +0000 (21:30 +0000)]
*** empty log message ***

18 years ago* Removed trailing space at the end of the list of messages returned by
Art Cancro [Sat, 9 Jul 2005 11:30:19 +0000 (11:30 +0000)]
* Removed trailing space at the end of the list of messages returned by
  an IMAP SEARCH command.

18 years ago* THIS IS 6.53
Art Cancro [Wed, 6 Jul 2005 21:41:57 +0000 (21:41 +0000)]
* THIS IS 6.53

18 years ago* Fixed bug #149 (incorrect sequence set optimization, resulting in
Art Cancro [Wed, 6 Jul 2005 21:41:18 +0000 (21:41 +0000)]
* Fixed bug #149 (incorrect sequence set optimization, resulting in
  messages being marked as read/unread incorrectly during IMAP sessions)

18 years ago*** empty log message ***
Art Cancro [Wed, 6 Jul 2005 19:00:22 +0000 (19:00 +0000)]
*** empty log message ***

18 years ago* THIS IS 6.52
Art Cancro [Wed, 6 Jul 2005 02:28:52 +0000 (02:28 +0000)]
* THIS IS 6.52

18 years ago* citadel.lsm: removed. Nobody uses the Linux Software Map anymore.
Art Cancro [Wed, 6 Jul 2005 02:28:26 +0000 (02:28 +0000)]
* citadel.lsm: removed.  Nobody uses the Linux Software Map anymore.
* Updated internal version number to 6.52

18 years ago* imap_fetch.c: additional self-check to avoid attempting to fetch messages
Art Cancro [Wed, 6 Jul 2005 01:53:34 +0000 (01:53 +0000)]
* imap_fetch.c: additional self-check to avoid attempting to fetch messages
  with UID's lower than 1.  Hopefully this fixes bug #150.

18 years ago* CtdlSetSeen() -- when new vset overflows its size, trim it in such a way
Art Cancro [Fri, 1 Jul 2005 22:07:27 +0000 (22:07 +0000)]
* CtdlSetSeen() -- when new vset overflows its size, trim it in such a way
  so that it doesn't mark the oldest messages as new.

18 years ago* Any HTTP method other than GET or POST is now routed directly to the
Art Cancro [Wed, 29 Jun 2005 17:55:32 +0000 (17:55 +0000)]
* Any HTTP method other than GET or POST is now routed directly to the
  GroupDAV code.  This will eventually allow requests such as "PROPFIND /"
  to work.
* GroupDAV requests not beginning with "/groupdav" now automatically have
  that prefix prepended to them.

18 years ago* Added an experimental OPTIONS method. This is not required by GroupDAV,
Art Cancro [Wed, 29 Jun 2005 15:25:01 +0000 (15:25 +0000)]
* Added an experimental OPTIONS method.  This is not required by GroupDAV,
  but it is an experiment to see whether we can use the same code framework
  to implement other DAV variants in the future.

18 years ago* Bumped internal version number to 6.20
Art Cancro [Wed, 29 Jun 2005 03:12:28 +0000 (03:12 +0000)]
* Bumped internal version number to 6.20

18 years ago* PROPFIND on an individual item inside a room now works (it simply
Art Cancro [Wed, 29 Jun 2005 03:10:10 +0000 (03:10 +0000)]
* PROPFIND on an individual item inside a room now works (it simply
  spews the href and etag properties, regardless of what the request
  was).  This is not valid GroupDAV, but Kontact expects this request to
  succeed before an item can be deleted, so we provide a simple response.

18 years ago* GroupDAV HTTP header "ETag:" is now output as "etag:" in order to deal with
Art Cancro [Tue, 28 Jun 2005 14:12:38 +0000 (14:12 +0000)]
* GroupDAV HTTP header "ETag:" is now output as "etag:" in order to deal with
  a case-sensitivity bug in the Kontact client.

18 years ago* docs update
Art Cancro [Tue, 28 Jun 2005 02:58:23 +0000 (02:58 +0000)]
* docs update

18 years ago* Header file adjustments to make it work on FreeBSD
Art Cancro [Mon, 27 Jun 2005 22:15:38 +0000 (22:15 +0000)]
* Header file adjustments to make it work on FreeBSD

18 years ago* HTML pages are now output as "Content-type: text/html; charset=utf-8"
Art Cancro [Mon, 27 Jun 2005 17:38:06 +0000 (17:38 +0000)]
* HTML pages are now output as "Content-type: text/html; charset=utf-8"
  UTF-8 is going to be the standard character set for the Citadel system.

18 years ago*** empty log message ***
Art Cancro [Sun, 26 Jun 2005 22:25:25 +0000 (22:25 +0000)]
*** empty log message ***

18 years ago* auth.c: applied fleeb's patch to validpw() to clean up FreeBSD compatibility
Art Cancro [Sun, 26 Jun 2005 22:19:22 +0000 (22:19 +0000)]
* auth.c: applied fleeb's patch to validpw() to clean up FreeBSD compatibility

18 years ago* Added a "preferences and settings" screen for each user.
Art Cancro [Fri, 24 Jun 2005 19:58:03 +0000 (19:58 +0000)]
* Added a "preferences and settings" screen for each user.
* Removed the javascript date output stuff because it's not granular
  or international enough.
* All dates and times can now be 12 or 24 hours.

18 years ago* The date/time stamp of messages are now output using JavaScript's
Art Cancro [Fri, 24 Jun 2005 15:17:49 +0000 (15:17 +0000)]
* The date/time stamp of messages are now output using JavaScript's
  toLocaleString() function, observing the browser's locale and timezone
  instead of the web server's.

18 years ago* crypto.c: keys/ directory is relative to the directory from which WebCit
Art Cancro [Thu, 23 Jun 2005 16:17:49 +0000 (16:17 +0000)]
* crypto.c: keys/ directory is relative to the directory from which WebCit
  is actually running, not relative to the compiled-in WEBCITDIR

18 years ago*** empty log message ***
Art Cancro [Thu, 23 Jun 2005 04:16:20 +0000 (04:16 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Art Cancro [Thu, 23 Jun 2005 04:08:46 +0000 (04:08 +0000)]
*** empty log message ***

18 years ago* groupdav_main.c: remove double slashes in path name
Art Cancro [Thu, 23 Jun 2005 04:01:59 +0000 (04:01 +0000)]
* groupdav_main.c: remove double slashes in path name
  (suggested by Johannes Schneider)

18 years ago* CULL command (replaces db_archive)
Art Cancro [Wed, 22 Jun 2005 03:59:55 +0000 (03:59 +0000)]
* CULL command (replaces db_archive)

18 years ago*** empty log message ***
Art Cancro [Wed, 22 Jun 2005 03:58:51 +0000 (03:58 +0000)]
*** empty log message ***

18 years ago* Documented the auto-log-cull as it relates to backup strategies
Art Cancro [Wed, 22 Jun 2005 03:45:17 +0000 (03:45 +0000)]
* Documented the auto-log-cull as it relates to backup strategies

18 years ago* siteconfig.c: add "auto db log cull" setting now in Citadel 6.52
Art Cancro [Wed, 22 Jun 2005 03:04:22 +0000 (03:04 +0000)]
* siteconfig.c: add "auto db log cull" setting now in Citadel 6.52

18 years ago* Automatic deletion of committed database logs is now a site-definable
Art Cancro [Wed, 22 Jun 2005 03:03:34 +0000 (03:03 +0000)]
* Automatic deletion of committed database logs is now a site-definable
  setting.

18 years ago* Moved some JavaScript functions out of head.html and into a new wclib.js
Art Cancro [Tue, 21 Jun 2005 02:27:39 +0000 (02:27 +0000)]
* Moved some JavaScript functions out of head.html and into a new wclib.js
  file, which can be included and cached.  This will form the basis for a
  new WebCit JavaScript function library.

18 years ago* The main stylesheet is now in a separate file in the static/ directory.
Art Cancro [Mon, 20 Jun 2005 20:38:50 +0000 (20:38 +0000)]
* The main stylesheet is now in a separate file in the static/ directory.
  Something we did recently must have fixed the caching problem, because it's
  only being fetched once now (or "now once" if you're Pennsylvania Dutch).

18 years ago* inetconf.c: in save_inetconf(), eliminate sizeof(x) where x is a pointer
Art Cancro [Mon, 20 Jun 2005 03:47:44 +0000 (03:47 +0000)]
* inetconf.c: in save_inetconf(), eliminate sizeof(x) where x is a pointer
  to a heap-allocated buffer rather than a char[xxx].  This fixes a problem
  reported by at least one site where the Internet configuration screen
  was malfunctioning.

18 years ago* Integrated the second batch of new icons.
Art Cancro [Sun, 19 Jun 2005 04:12:03 +0000 (04:12 +0000)]
* Integrated the second batch of new icons.

18 years ago* Installed the 16x16 "users" icon as favicon.ico, mainly for performance
Art Cancro [Sat, 18 Jun 2005 22:58:59 +0000 (22:58 +0000)]
* Installed the 16x16 "users" icon as favicon.ico, mainly for performance
  reasons -- the browser will cache favicon.ico and won't keep asking for
  it over and over again, eliminating a second HTTP transaction every time
  the user clicks on something.

18 years ago*** empty log message ***
Art Cancro [Sat, 18 Jun 2005 22:48:34 +0000 (22:48 +0000)]
*** empty log message ***

18 years ago* Replaced the most recent batch of icons with a "better" set which was
Art Cancro [Sat, 18 Jun 2005 22:18:35 +0000 (22:18 +0000)]
* Replaced the most recent batch of icons with a "better" set which was
  sent by the design house.  I don't know what the difference is, but
  I'm going to assume they're better.

18 years ago* There is now a dedicated thread for doing database checkpoints.
Art Cancro [Thu, 16 Jun 2005 02:42:58 +0000 (02:42 +0000)]
* There is now a dedicated thread for doing database checkpoints.

18 years ago*** empty log message ***
Art Cancro [Thu, 16 Jun 2005 02:10:54 +0000 (02:10 +0000)]
*** empty log message ***

18 years ago* Accept ".ifb" as a valid extension for requesting free/busy
Art Cancro [Wed, 15 Jun 2005 03:56:56 +0000 (03:56 +0000)]
* Accept ".ifb" as a valid extension for requesting free/busy

18 years ago* THIS IS 6.19
Art Cancro [Wed, 15 Jun 2005 01:52:40 +0000 (01:52 +0000)]
* THIS IS 6.19

18 years ago* Bumped the internal version number to 6.19
Art Cancro [Wed, 15 Jun 2005 01:50:29 +0000 (01:50 +0000)]
* Bumped the internal version number to 6.19

18 years ago* Moved the <td> and </td> in the room icon out of roomops.c and
Art Cancro [Tue, 14 Jun 2005 14:47:48 +0000 (14:47 +0000)]
* Moved the <td> and </td> in the room icon out of roomops.c and
  into static/roombanner.html, since every room will have an icon now.

18 years ago* When no icon is present on the server for a room, display the default
Art Cancro [Tue, 14 Jun 2005 03:21:57 +0000 (03:21 +0000)]
* When no icon is present on the server for a room, display the default
  icon for that room's current view.
* Replace "graphic" with "icon" throughout the system messages.

18 years ago* 16x16 icons in the new tree view. Nice!
Art Cancro [Tue, 14 Jun 2005 01:59:46 +0000 (01:59 +0000)]
* 16x16 icons in the new tree view.  Nice!

18 years ago* Finished the initial NanoTree integration. TODO: use a different icon
Art Cancro [Mon, 13 Jun 2005 22:05:54 +0000 (22:05 +0000)]
* Finished the initial NanoTree integration.  TODO: use a different icon
  for each node depending on the view set for that room.

18 years ago*** empty log message ***
Art Cancro [Mon, 13 Jun 2005 03:39:20 +0000 (03:39 +0000)]
*** empty log message ***

18 years ago* Began replacing the old, sux0r-prone tree view with NanoTree.
Art Cancro [Sun, 12 Jun 2005 22:02:46 +0000 (22:02 +0000)]
* Began replacing the old, sux0r-prone tree view with NanoTree.
  WARNING: This isn't finished, but I'm committing it anyway because I have
  to move to a different computer.  DON'T RUN THIS.

18 years ago* Removed some unreferenced files from the static/ directory.
Art Cancro [Sun, 12 Jun 2005 18:34:50 +0000 (18:34 +0000)]
* Removed some unreferenced files from the static/ directory.

18 years ago* Increase maximum viewable message count from 4096 to 10000
Art Cancro [Sun, 12 Jun 2005 17:01:01 +0000 (17:01 +0000)]
* Increase maximum viewable message count from 4096 to 10000
* Summary view now truncates subject to 75 characters, and sender
  to 25 characters (adding an ellipsis...) to keep the display neat & tidy

18 years ago* When viewing a mailbox (view == VIEW_MAILBOX), messages are marked as
Art Cancro [Sun, 12 Jun 2005 16:03:11 +0000 (16:03 +0000)]
* When viewing a mailbox (view == VIEW_MAILBOX), messages are marked as
  seen when they are viewed, and Goto does not automatically mark the
  remaining messages as seen.

18 years ago* THIS IS 6.51
Art Cancro [Sun, 12 Jun 2005 03:46:45 +0000 (03:46 +0000)]
* THIS IS 6.51

18 years ago* ChangeLog: restored automatic prepending of CVS commit log messages
Art Cancro [Sun, 12 Jun 2005 03:31:33 +0000 (03:31 +0000)]
* ChangeLog: restored automatic prepending of CVS commit log messages
  to the top of this file.  Somehow it got lost somewhere around 647.20

18 years ago* Test
Art Cancro [Sun, 12 Jun 2005 03:30:20 +0000 (03:30 +0000)]
* Test

18 years ago* When delivering list digests, put the name of the room in [brackets]
Art Cancro [Sun, 12 Jun 2005 03:24:16 +0000 (03:24 +0000)]
* When delivering list digests, put the name of the room in [brackets]
  in the subject line.  This makes lots of other software happy.  (We
  need to do this for non-digest list subscribers too.)

18 years ago* Provide separate filtered and unfiltered LMTP sockets.
Art Cancro [Sun, 12 Jun 2005 01:15:35 +0000 (01:15 +0000)]
* Provide separate filtered and unfiltered LMTP sockets.

18 years ago* Integrated the first batch of new icons.
Art Cancro [Sat, 11 Jun 2005 22:29:13 +0000 (22:29 +0000)]
* Integrated the first batch of new icons.

18 years ago*** empty log message ***
Art Cancro [Thu, 9 Jun 2005 20:20:40 +0000 (20:20 +0000)]
*** empty log message ***

18 years ago* Easy Install requires gmake
Art Cancro [Thu, 9 Jun 2005 20:10:02 +0000 (20:10 +0000)]
* Easy Install requires gmake

18 years ago*** empty log message ***
Art Cancro [Thu, 9 Jun 2005 17:14:03 +0000 (17:14 +0000)]
*** empty log message ***

18 years ago* Allow IMAP DELETE of a zapped/forgotten/unsubscribed room
Art Cancro [Thu, 9 Jun 2005 03:35:58 +0000 (03:35 +0000)]
* Allow IMAP DELETE of a zapped/forgotten/unsubscribed room

18 years ago* Do not log IMAP/POP/SMTP password commands
Art Cancro [Thu, 9 Jun 2005 03:20:21 +0000 (03:20 +0000)]
* Do not log IMAP/POP/SMTP password commands

18 years ago* bounce messages need subjects
Art Cancro [Tue, 7 Jun 2005 21:45:15 +0000 (21:45 +0000)]
* bounce messages need subjects

18 years ago* Don't compress when HTTP tracing/logging is enabled
Art Cancro [Tue, 7 Jun 2005 04:31:01 +0000 (04:31 +0000)]
* Don't compress when HTTP tracing/logging is enabled

18 years ago*** empty log message ***
Art Cancro [Tue, 7 Jun 2005 00:40:11 +0000 (00:40 +0000)]
*** empty log message ***

18 years ago* Made some changes to the calendar/uuid logic to fix a bug that caused
Art Cancro [Mon, 6 Jun 2005 23:50:17 +0000 (23:50 +0000)]
* Made some changes to the calendar/uuid logic to fix a bug that caused
  duplicate entries for an event to appear in some situations

18 years ago* GroupDAV URI escape character is now '%' in order to be consistent...
Art Cancro [Mon, 6 Jun 2005 16:20:36 +0000 (16:20 +0000)]
* GroupDAV URI escape character is now '%' in order to be consistent...

18 years ago* Calendar invitations: changed "Accept/Tentative/Decline" buttons to
Art Cancro [Sat, 4 Jun 2005 04:07:36 +0000 (04:07 +0000)]
* Calendar invitations: changed "Accept/Tentative/Decline" buttons to
  links in order to avoid them being in nested forms.

18 years ago* When saving a vCard to a dedicated contacts room, always set the subject
Art Cancro [Fri, 3 Jun 2005 22:26:03 +0000 (22:26 +0000)]
* When saving a vCard to a dedicated contacts room, always set the subject
  to the name in the vCard.

18 years ago* Removed old Aethera hacks
Art Cancro [Fri, 3 Jun 2005 22:22:36 +0000 (22:22 +0000)]
* Removed old Aethera hacks

18 years ago* Documentation update
Art Cancro [Fri, 3 Jun 2005 04:01:35 +0000 (04:01 +0000)]
* Documentation update

18 years ago* Set the correct flags in the target room after an IMAP COPY command.
Art Cancro [Thu, 2 Jun 2005 19:32:30 +0000 (19:32 +0000)]
* Set the correct flags in the target room after an IMAP COPY command.

18 years ago* tools.c: generated uuid's no longer contain "{" and "}" characters.
Art Cancro [Thu, 2 Jun 2005 16:10:08 +0000 (16:10 +0000)]
* tools.c: generated uuid's no longer contain "{" and "}" characters.

18 years ago* remove crc16.o
Art Cancro [Thu, 2 Jun 2005 03:41:45 +0000 (03:41 +0000)]
* remove crc16.o

18 years ago* Do not turn the initial thread into a worker thread after initialization.
Art Cancro [Thu, 2 Jun 2005 03:39:44 +0000 (03:39 +0000)]
* Do not turn the initial thread into a worker thread after initialization.
  Its stack size is too small, which could cause crashes.

18 years ago* Implemented a workaround for the IMAP "expungebob bug." Specifically, since
Art Cancro [Wed, 1 Jun 2005 22:32:58 +0000 (22:32 +0000)]
* Implemented a workaround for the IMAP "expungebob bug."  Specifically, since
  we don't store the \Deleted flag persistently (and instead auto-expunge
  folders when they are de-selected) we were not advertising \Deleted as
  a PERMANENTFLAGS flag.  This was causing some clients (particularly
  Thunderbird) to misbehave -- they were simply electing not to transmit the
  flag at all.  As a workaround, \Deleted is now advertised as a
  PERMANENTFLAGS flag, even though it technically isn't.

18 years ago* serv_vandelay.c: updated the export format to include some of the config
Art Cancro [Wed, 1 Jun 2005 18:31:50 +0000 (18:31 +0000)]
* serv_vandelay.c: updated the export format to include some of the config
  items we missed.

18 years ago* The full text indexer now runs in its own dedicated thread instead of
Art Cancro [Wed, 1 Jun 2005 05:23:26 +0000 (05:23 +0000)]
* The full text indexer now runs in its own dedicated thread instead of
  in the housekeeping thread.  The main indexer loop now also has the ability
  to save its place and bail out early when it discovers that the server is
  trying to shut down.  The main server loop will pthread_join() the indexer
  thread and patiently wait for it to complete before exiting.  These changes
  all put together mean that citserver will not hang when it is terminated
  during an indexing operation.

18 years ago*** empty log message ***
Art Cancro [Tue, 31 May 2005 04:09:59 +0000 (04:09 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Art Cancro [Sat, 28 May 2005 04:03:42 +0000 (04:03 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Art Cancro [Sat, 28 May 2005 03:50:32 +0000 (03:50 +0000)]
*** empty log message ***