citadel.git
18 years ago* Removed all of the absolute URL's.
Art Cancro [Fri, 4 Nov 2005 04:45:24 +0000 (04:45 +0000)]
* Removed all of the absolute URL's.

18 years agolower case tags
Art Cancro [Fri, 4 Nov 2005 04:39:09 +0000 (04:39 +0000)]
lower case tags

18 years ago* Updated setup to allow more batch mode control of it;
Art Cancro [Fri, 4 Nov 2005 04:02:46 +0000 (04:02 +0000)]
* Updated setup to allow more batch mode control of it;
  see techdoc/package-setup.txt

18 years agoremoved some absolute urls
Art Cancro [Thu, 3 Nov 2005 22:48:09 +0000 (22:48 +0000)]
removed some absolute urls

18 years agominor href fix
Art Cancro [Thu, 3 Nov 2005 22:22:34 +0000 (22:22 +0000)]
minor href fix

18 years agoremove ml_slider
Art Cancro [Thu, 3 Nov 2005 17:44:47 +0000 (17:44 +0000)]
remove ml_slider

18 years ago* Removed the 'mark message as seen' C code (in the mailbox view) because it
Art Cancro [Thu, 3 Nov 2005 16:13:46 +0000 (16:13 +0000)]
* Removed the 'mark message as seen' C code (in the mailbox view) because it
  was no longer getting called.  Implemented this in JavaScript using an ajax
  call plus a new WebCit function to perform generic server commands using
  ajax.  Also reinstated the removal of bold font weight for messages
  transitioning from unseen to seen (again, in JavaScript).

18 years ago* Mailbox view -- onClick is now implemented by a JavaScript function which
Art Cancro [Thu, 3 Nov 2005 04:47:28 +0000 (04:47 +0000)]
* Mailbox view -- onClick is now implemented by a JavaScript function which
  is defined in wclib.js -- now, it not only handles the Ajax load of the
  message into the preview pane, but it also highlights the table row, and
  remembers the highlighting so it can be turned off when another row is
  selected.  This is if course a prelude to ajaxifying the table...

18 years agorules=rows for the message summary table
Art Cancro [Wed, 2 Nov 2005 22:51:23 +0000 (22:51 +0000)]
rules=rows for the message summary table

18 years ago* Switched the mailbox summary back to a table. This is tabular data and it
Art Cancro [Wed, 2 Nov 2005 20:59:38 +0000 (20:59 +0000)]
* Switched the mailbox summary back to a table.  This is tabular data and it
  ought to be marked up as a table.  We went to fixed width floating div's in
  order to use script.aculo.us 'draggable' but dragging the entire row ended
  up looking like crap, and it didn't appear that we would be able to drag
  outside the source div anyway.  So we're going back to the table.

18 years agooldest to newest, newest to oldest settings in message board view
Art Cancro [Wed, 2 Nov 2005 20:08:22 +0000 (20:08 +0000)]
oldest to newest, newest to oldest settings in message board view

18 years agoread reverse
Art Cancro [Wed, 2 Nov 2005 05:11:09 +0000 (05:11 +0000)]
read reverse

18 years agoadded per-user internet mail permission setting
Art Cancro [Wed, 2 Nov 2005 03:30:56 +0000 (03:30 +0000)]
added per-user internet mail permission setting

18 years ago* messages.c: the summary line for each message is now a SPAN instead of
Art Cancro [Tue, 1 Nov 2005 03:30:52 +0000 (03:30 +0000)]
* messages.c: the summary line for each message is now a SPAN instead of
  a DIV.  This was done because we needed the SPAN anyway to apply styles,
  and saves some space.

18 years agosmall css fix
Art Cancro [Mon, 31 Oct 2005 17:55:44 +0000 (17:55 +0000)]
small css fix

18 years agominor fix to above
Art Cancro [Mon, 31 Oct 2005 04:36:33 +0000 (04:36 +0000)]
minor fix to above

18 years ago* When logging to syslog is enabled, SMTP transactions are now logged to
Art Cancro [Mon, 31 Oct 2005 04:07:10 +0000 (04:07 +0000)]
* When logging to syslog is enabled, SMTP transactions are now logged to
  LOG_MAIL as well as whatever the normal facility is, in a format
  similar to what conventional MTA's use.  Resolves bugzilla issue #153.

18 years ago* syslog messages are now sent to the desired facility rather than always
Art Cancro [Mon, 31 Oct 2005 03:22:59 +0000 (03:22 +0000)]
* syslog messages are now sent to the desired facility rather than always
  going to LOG_DAEMON.  There was a command line parsing bug.

18 years ago* summary.c: fixed the date display.
Art Cancro [Mon, 31 Oct 2005 02:59:24 +0000 (02:59 +0000)]
* summary.c: fixed the date display.

18 years agobugzilla 166
Art Cancro [Mon, 31 Oct 2005 02:19:55 +0000 (02:19 +0000)]
bugzilla 166

18 years ago* messages.c: the summary line for each message is now a div containing fixed
Art Cancro [Sun, 30 Oct 2005 05:41:54 +0000 (05:41 +0000)]
* messages.c: the summary line for each message is now a div containing fixed
  width floating spans instead of a table row.  This is being done as part of
  the preparations to ajaxify the presentation of this data.

18 years agoTHIS IS 6.31
Art Cancro [Thu, 27 Oct 2005 20:57:52 +0000 (20:57 +0000)]
THIS IS 6.31

18 years agoTHIS IS 6.61
Art Cancro [Thu, 27 Oct 2005 20:56:26 +0000 (20:56 +0000)]
THIS IS 6.61

18 years ago* Allow 'host:port' syntax when specifying an outbound SMTP smart-host
Art Cancro [Thu, 27 Oct 2005 20:45:12 +0000 (20:45 +0000)]
* Allow 'host:port' syntax when specifying an outbound SMTP smart-host

18 years ago* Bumped internal version number to 6.31. Minimum Citadel server required
Art Cancro [Wed, 26 Oct 2005 20:20:05 +0000 (20:20 +0000)]
* Bumped internal version number to 6.31.  Minimum Citadel server required
  is version 6.61.

18 years ago* msgbase.c: Yet Another Fix to the handling of embedded message/rfc822
Art Cancro [Wed, 26 Oct 2005 17:22:36 +0000 (17:22 +0000)]
* msgbase.c: Yet Another Fix to the handling of embedded message/rfc822

18 years ago* webcit.c: msgesc() no longer inserts backslashes before every single-quote
Art Cancro [Wed, 26 Oct 2005 16:10:53 +0000 (16:10 +0000)]
* webcit.c: msgesc() no longer inserts backslashes before every single-quote
  appearing in the quoted or forwarded message.

18 years ago* msgbase.c: when a summary mode message list is requested, and the room
Art Cancro [Tue, 25 Oct 2005 21:31:08 +0000 (21:31 +0000)]
* msgbase.c: when a summary mode message list is requested, and the room
  contains a pointer to a message which does not exist (this normally should
  not happen), return an empty message summary line instead of crashing.
* removed the remaining vestiges of the libtool stuff in .c and .y files

18 years agoSVN ID in the ChangeLog
Art Cancro [Tue, 25 Oct 2005 20:40:36 +0000 (20:40 +0000)]
SVN ID in the ChangeLog

18 years agotest
Art Cancro [Tue, 25 Oct 2005 03:42:27 +0000 (03:42 +0000)]
test

18 years agocommit
Art Cancro [Tue, 25 Oct 2005 03:18:43 +0000 (03:18 +0000)]
commit

18 years agonum_recps init
Art Cancro [Tue, 25 Oct 2005 03:12:16 +0000 (03:12 +0000)]
num_recps init

18 years ago* Mailbox view: deleting messages now moves them to the Trash folder
Art Cancro [Tue, 25 Oct 2005 03:10:52 +0000 (03:10 +0000)]
* Mailbox view: deleting messages now moves them to the Trash folder

18 years agofix for above
Art Cancro [Tue, 25 Oct 2005 03:10:18 +0000 (03:10 +0000)]
fix for above

18 years ago* Every user gets a Trash folder. Clients can also use _TRASH_
Art Cancro [Tue, 25 Oct 2005 02:53:04 +0000 (02:53 +0000)]
* Every user gets a Trash folder.  Clients can also use _TRASH_

18 years ago* calendar_view.c: fixed a variable initialization bug that was causing some
Art Cancro [Tue, 25 Oct 2005 02:19:18 +0000 (02:19 +0000)]
* calendar_view.c: fixed a variable initialization bug that was causing some
  time-specific events to be displayed as all-day events.

18 years ago* List sub/unsub confirmation -- Citadel now wants http:// or https://
Art Cancro [Mon, 24 Oct 2005 15:59:53 +0000 (15:59 +0000)]
* List sub/unsub confirmation -- Citadel now wants  or https://
  prepended as part of the 'submitted subscribe url' so we are now doing
  that.

18 years ago* serv_listsub.c: web subscription/confirmation address no longer has http://
Art Cancro [Mon, 24 Oct 2005 15:20:57 +0000 (15:20 +0000)]
* serv_listsub.c: web subscription/confirmation address no longer has 
  prepended to it.  This means that clients now must supply that.  This was
  done because we can no longer assume http -- it was breaking on https.

18 years agobuf size fix
Art Cancro [Mon, 24 Oct 2005 04:35:26 +0000 (04:35 +0000)]
buf size fix

18 years agoday start and day end preferences for calendar day view.
Art Cancro [Mon, 24 Oct 2005 03:29:05 +0000 (03:29 +0000)]
day start and day end preferences for calendar day view.

18 years ago* ft_wordbreaker.c: don't clobber memory when reading in tokens bigger
Art Cancro [Sun, 23 Oct 2005 05:37:40 +0000 (05:37 +0000)]
* ft_wordbreaker.c: don't clobber memory when reading in tokens bigger
  than the token word buffer.

18 years ago* Set a maximum number of messages which may be indexed before we force
Art Cancro [Sun, 23 Oct 2005 02:56:38 +0000 (02:56 +0000)]
* Set a maximum number of messages which may be indexed before we force
  a cache flush to disk.  Currently 2500.

18 years ago* More changes required to be able to do embedded message/rfc822 and still be
Art Cancro [Sat, 22 Oct 2005 05:02:13 +0000 (05:02 +0000)]
* More changes required to be able to do embedded message/rfc822 and still be
  able to view the attachments in the embedded submessage.   Yow.
* Brought over the updated MIME parser from the Citadel package.

18 years agominor fix for previous checkin
Art Cancro [Sat, 22 Oct 2005 04:59:41 +0000 (04:59 +0000)]
minor fix for previous checkin

18 years agoremoved comment
Art Cancro [Sat, 22 Oct 2005 04:52:30 +0000 (04:52 +0000)]
removed comment

18 years ago* msgbase.c: allow multipart/alternative part-swapping only at the top
Art Cancro [Sat, 22 Oct 2005 04:49:58 +0000 (04:49 +0000)]
* msgbase.c: allow multipart/alternative part-swapping only at the top
  level, because if we recursed into another one then it's going to stomp
  all over our preferred part.  (even more uuuuunnnhhhhh...)

18 years ago* mime_parser.c: recurse into message/rfc822 parts as if they were
Art Cancro [Sat, 22 Oct 2005 04:48:03 +0000 (04:48 +0000)]
* mime_parser.c: recurse into message/rfc822 parts as if they were
  multipart, because we may need to extract attachments from the embedded
  submessage, etc.  (uuuuunnnhhhh...)

18 years ago* Handle embedded message/rfc822 submessages, using the new form of MSG4 on
Art Cancro [Fri, 21 Oct 2005 19:27:12 +0000 (19:27 +0000)]
* Handle embedded message/rfc822 submessages, using the new form of MSG4 on
  the Citadel server that can extract these for us.  There is still a bug or
  two in this to be fixed...

18 years agoBumped internal version number to 6.61
Art Cancro [Fri, 21 Oct 2005 19:14:56 +0000 (19:14 +0000)]
Bumped internal version number to 6.61

18 years ago* MSG4 (and CtdlOutputMsg() as well) now accepts an optional MIME part
Art Cancro [Fri, 21 Oct 2005 19:13:55 +0000 (19:13 +0000)]
* MSG4 (and CtdlOutputMsg() as well) now accepts an optional MIME part
  specifier, allowing the client to fetch an encapsulated message
  attached as message/rfc822 instead of the top-level message.

18 years ago* ft_wordbreaker.c: added a list of 'noise words' to ignore. This is
Art Cancro [Thu, 20 Oct 2005 21:56:42 +0000 (21:56 +0000)]
* ft_wordbreaker.c: added a list of 'noise words' to ignore.  This is
  admittedly EN/US specific, so if anyone wants to contribute noise words
  for other languages...

18 years ago* serv_calendar.c: registered a fixed output hook for text/calendar.
Art Cancro [Thu, 20 Oct 2005 02:56:44 +0000 (02:56 +0000)]
* serv_calendar.c: registered a fixed output hook for text/calendar.

18 years ago* New type of server hook: CtdlRegisterFixedOutputHook(). This is for
Art Cancro [Wed, 19 Oct 2005 17:32:55 +0000 (17:32 +0000)]
* New type of server hook: CtdlRegisterFixedOutputHook().  This is for
  extending the fixed_output() function for arbitrary new MIME types.  The
  usefulness of this for end users is limited, since no clients use MSG0
  anymore.  The real purpose of converting various MIME types to text is to
  make them visible to the full text indexer.
* serv_vcard.c: registered a fixed output hook for text/x-vcard.
:

18 years agominor change to log msgs
Art Cancro [Wed, 19 Oct 2005 03:17:49 +0000 (03:17 +0000)]
minor change to log msgs

18 years ago* msgbase.c, messages.c, html.c: conversion of HTML to plain text now accepts
Art Cancro [Wed, 19 Oct 2005 02:56:55 +0000 (02:56 +0000)]
* msgbase.c, messages.c, html.c: conversion of HTML to plain text now accepts
  a maximum source length.  MSG0 output of multipart messages was running
  right past the end of the HTML and into, for example, a subsequent base64
  encoded attachment, which was then output -- or worse, indexed.
* Since everyone's fulltext indices probably contain a lot of base64 junk, the
  FT_WORDBREAKER_ID has been bumped.  This will force an index rebuild on any
  sites that are upgraded.

18 years agooutput changes
Art Cancro [Tue, 18 Oct 2005 19:43:25 +0000 (19:43 +0000)]
output changes

18 years ago* serv_fulltext.c: index records are now cached in memory. This
Art Cancro [Tue, 18 Oct 2005 17:12:49 +0000 (17:12 +0000)]
* serv_fulltext.c: index records are now cached in memory.  This
  significantly speeds up indexing of an existing message base.  We
  flush the cache to disk when finished.

18 years agoeasy install now uses db-4.3.29
Art Cancro [Tue, 18 Oct 2005 02:11:31 +0000 (02:11 +0000)]
easy install now uses db-4.3.29

18 years agoTHIS IS 6.30
Art Cancro [Mon, 17 Oct 2005 15:13:15 +0000 (15:13 +0000)]
THIS IS 6.30

18 years agoTHIS IS 6.60
Art Cancro [Mon, 17 Oct 2005 15:00:16 +0000 (15:00 +0000)]
THIS IS 6.60

18 years ago* msgbase.c: alias() now handles addresses such as
Art Cancro [Sun, 16 Oct 2005 04:25:06 +0000 (04:25 +0000)]
* msgbase.c: alias() now handles addresses such as
  Display Name <user@host.org>
  ...when user@host.org resolves to a user on the local Citadel server
  or network, without trying to loop out and back in again via SMTP.

18 years agoHandle email addresses with commas inside quotes,
Art Cancro [Sun, 16 Oct 2005 04:12:55 +0000 (04:12 +0000)]
Handle email addresses with commas inside quotes,
without thinking that the comma is a separator between addresses

18 years ago(no commit message)
Art Cancro [Sat, 15 Oct 2005 05:01:39 +0000 (05:01 +0000)]

18 years ago(no commit message)
Art Cancro [Sat, 15 Oct 2005 04:52:31 +0000 (04:52 +0000)]

18 years ago(no commit message)
Art Cancro [Sat, 15 Oct 2005 04:50:43 +0000 (04:50 +0000)]

18 years ago* Sort messages in reverse date order when no sort preference is set
Art Cancro [Sat, 15 Oct 2005 04:44:16 +0000 (04:44 +0000)]
* Sort messages in reverse date order when no sort preference is set
* When going from non-date sort to date sort, try reverse order first

18 years ago* Better handling of multiple recipients in reply-all
Art Cancro [Sat, 15 Oct 2005 04:29:16 +0000 (04:29 +0000)]
* Better handling of multiple recipients in reply-all

18 years ago* <tr> and </tr> tags for each row in a mailbox summary view, are now
Art Cancro [Thu, 13 Oct 2005 19:31:41 +0000 (19:31 +0000)]
* <tr> and </tr> tags for each row in a mailbox summary view, are now
  output by display_summarized() instead of by readloop().  This makes the
  code easier to read and refactors it slightly in preparation for some evil
  plans...

18 years ago* citadel.c: don't crash when <.R>ead <U>serlist results in an empty
Art Cancro [Thu, 13 Oct 2005 04:03:38 +0000 (04:03 +0000)]
* citadel.c: don't crash when <.R>ead <U>serlist results in an empty
  list.  The ClientIPC API returns NULL if the search returned no results,
  which we have to handle.  This resolves Bugzilla issue #154.

18 years ago* Rooms view -- render properly when empty floors exist
Art Cancro [Thu, 13 Oct 2005 03:59:03 +0000 (03:59 +0000)]
* Rooms view -- render properly when empty floors exist
  [fixes bugzilla issue # 156]

18 years ago* newinstall.sh: once again, prefer wget over curl. At least one user
Art Cancro [Thu, 13 Oct 2005 03:31:16 +0000 (03:31 +0000)]
* newinstall.sh: once again, prefer wget over curl.  At least one user
  reported a problem where the -O option to curl was not available.  Also
  changed -O to --remote-name in the hope that this works better

18 years ago* imap_search.c: when fulltext index is enabled, avoid doing a slow search
Art Cancro [Wed, 12 Oct 2005 21:34:17 +0000 (21:34 +0000)]
* imap_search.c: when fulltext index is enabled, avoid doing a slow search
  on each message when BODY is requested.  Messages are already qualified
  by the indexer.

18 years ago* html.c: added support for some additional character entity references.
Art Cancro [Wed, 12 Oct 2005 14:34:13 +0000 (14:34 +0000)]
* html.c: added support for some additional character entity references.

18 years ago* Default for autologin is now DISABLED! If you are upgrading an existing
Art Cancro [Wed, 12 Oct 2005 03:15:27 +0000 (03:15 +0000)]
* Default for autologin is now DISABLED!  If you are upgrading an existing
  site and are using this function, you must --enable-autologin
* newinstall.sh: --enable-autologin if upgrading an existing installation
  that we think is set to autologin.  It checks for chkpwd to find out.

18 years ago* The 'set the flags' portion of IMAP COPY now sets the flags of all messages
Art Cancro [Tue, 11 Oct 2005 16:57:40 +0000 (16:57 +0000)]
* The 'set the flags' portion of IMAP COPY now sets the flags of all messages
  in bulk, instead of one message at a time.  Big performance boost.

18 years agonewlines
Art Cancro [Tue, 11 Oct 2005 16:04:59 +0000 (16:04 +0000)]
newlines

18 years ago* Fixed a problem with replication. I believe we've got it now but it needs
Art Cancro [Tue, 11 Oct 2005 05:10:45 +0000 (05:10 +0000)]
* Fixed a problem with replication.  I believe we've got it now but it needs
  another round of testing.

18 years ago* Replication checks and EUID indexing are now only enabled for rooms whose
Art Cancro [Tue, 11 Oct 2005 04:46:39 +0000 (04:46 +0000)]
* Replication checks and EUID indexing are now only enabled for rooms whose
  default view is set to a groupware type of room.  This speeds up the saving
  and moving of messages for message and mail rooms.

18 years ago-
Art Cancro [Tue, 11 Oct 2005 03:02:49 +0000 (03:02 +0000)]
-

18 years agoCleaned up some comments and indentation
Art Cancro [Mon, 10 Oct 2005 15:52:24 +0000 (15:52 +0000)]
Cleaned up some comments and indentation

18 years agooptimize IMAP STORE
Art Cancro [Mon, 10 Oct 2005 04:23:35 +0000 (04:23 +0000)]
optimize IMAP STORE

18 years agochanged CtdlSetSeen() API
Art Cancro [Mon, 10 Oct 2005 02:38:29 +0000 (02:38 +0000)]
changed CtdlSetSeen() API

18 years agocomments
Art Cancro [Sun, 9 Oct 2005 21:28:59 +0000 (21:28 +0000)]
comments

18 years agooops
Art Cancro [Sun, 9 Oct 2005 04:34:43 +0000 (04:34 +0000)]
oops

18 years agonew mail notification
Art Cancro [Sun, 9 Oct 2005 04:32:23 +0000 (04:32 +0000)]
new mail notification

18 years agodont read/write to closed ssl context
Art Cancro [Sun, 9 Oct 2005 04:13:32 +0000 (04:13 +0000)]
dont read/write to closed ssl context

18 years agobugzilla 164
Art Cancro [Sat, 8 Oct 2005 22:42:44 +0000 (22:42 +0000)]
bugzilla 164

18 years agoTest
Art Cancro [Sat, 8 Oct 2005 03:13:25 +0000 (03:13 +0000)]
Test

18 years agoTest
Art Cancro [Sat, 8 Oct 2005 03:13:05 +0000 (03:13 +0000)]
Test

18 years agoneed citadel 6.58
Art Cancro [Sat, 8 Oct 2005 03:12:33 +0000 (03:12 +0000)]
need citadel 6.58

18 years agocvs to svn
Art Cancro [Sat, 8 Oct 2005 03:10:03 +0000 (03:10 +0000)]
cvs to svn

18 years agocvs to svn
Art Cancro [Sat, 8 Oct 2005 03:08:24 +0000 (03:08 +0000)]
cvs to svn

18 years agofix infinite loop
Art Cancro [Fri, 7 Oct 2005 21:37:51 +0000 (21:37 +0000)]
fix infinite loop

18 years agono cvs
Art Cancro [Fri, 7 Oct 2005 19:40:52 +0000 (19:40 +0000)]
no cvs

18 years agore-added binary
Art Cancro [Fri, 7 Oct 2005 19:39:51 +0000 (19:39 +0000)]
re-added binary

18 years agoremoving bad statics
Art Cancro [Fri, 7 Oct 2005 19:37:44 +0000 (19:37 +0000)]
removing bad statics

18 years agoTest to see if log is updated automatically
Art Cancro [Fri, 7 Oct 2005 18:47:45 +0000 (18:47 +0000)]
Test to see if log is updated automatically

18 years agoAdded boostrap
Art Cancro [Fri, 7 Oct 2005 18:47:13 +0000 (18:47 +0000)]
Added boostrap

18 years ago* Change to EUID command syntax: returned msg num is now guaranteed to
Art Cancro [Thu, 6 Oct 2005 19:47:00 +0000 (19:47 +0000)]
* Change to EUID command syntax: returned msg num is now guaranteed to
  exist.

18 years ago*** empty log message ***
Art Cancro [Thu, 6 Oct 2005 19:34:28 +0000 (19:34 +0000)]
*** empty log message ***