citadel.git
18 years agoReorganized portions of html2html.c
Art Cancro [Sat, 4 Feb 2006 17:50:05 +0000 (17:50 +0000)]
Reorganized portions of html2html.c

18 years agoWhen outputting HTML messages, check to see if there is a META tag in the HTML
Art Cancro [Sat, 4 Feb 2006 05:33:17 +0000 (05:33 +0000)]
When outputting HTML messages, check to see if there is a META tag in the HTML
that overrides the MIME content-type.  This is *not* legal MIME, but it seems to
be common practice in Asian messages so we have to deal with it.

18 years agoChanged the copyright date in the startup banner
Art Cancro [Sat, 4 Feb 2006 03:42:10 +0000 (03:42 +0000)]
Changed the copyright date in the startup banner

18 years agoRemoved ChangeLog, we'll go with the svn log from now on.
Art Cancro [Fri, 3 Feb 2006 19:42:57 +0000 (19:42 +0000)]
Removed ChangeLog, we'll go with the svn log from now on.

18 years agoRemoved ChangeLog, we'll go with the svn log from now on.
Art Cancro [Fri, 3 Feb 2006 19:41:48 +0000 (19:41 +0000)]
Removed ChangeLog, we'll go with the svn log from now on.

18 years agoadded new translations for download / save
Wilfried Göesgens [Fri, 3 Feb 2006 09:51:49 +0000 (09:51 +0000)]
added new translations for download / save

18 years agoOffer "View" and "Download" options for all attachments.
Art Cancro [Fri, 3 Feb 2006 04:52:09 +0000 (04:52 +0000)]
Offer "View" and "Download" options for all attachments.

18 years agoadded sample config for the rss cronjob
Wilfried Göesgens [Thu, 2 Feb 2006 11:20:26 +0000 (11:20 +0000)]
added sample config for the rss cronjob

18 years ago we need to use citadel setup in prerm, it doesn't exist anymore on postrm
Wilfried Göesgens [Tue, 31 Jan 2006 22:44:08 +0000 (22:44 +0000)]
  we need to use citadel setup in prerm, it doesn't exist anymore on postrm

18 years ago chkpwd needs to be owned rooot:root, flags 04755
Wilfried Göesgens [Tue, 31 Jan 2006 22:37:12 +0000 (22:37 +0000)]
  chkpwd needs to be owned rooot:root, flags 04755

18 years ago* Generated MIME boundaries now begin with "=_" because that is a character
Art Cancro [Tue, 31 Jan 2006 17:01:55 +0000 (17:01 +0000)]
* Generated MIME boundaries now begin with "=_" because that is a character
  sequence guaranteed never to appear in either base64 or quoted-printable
  encodings.

18 years ago* client_getln() now strips only the trailing CR/LF instead of "all trailing
Art Cancro [Tue, 31 Jan 2006 15:41:19 +0000 (15:41 +0000)]
* client_getln() now strips only the trailing CR/LF instead of "all trailing
  nonprintables."  The old behavior was mangling international character sets.

18 years agooops
Art Cancro [Tue, 31 Jan 2006 05:04:02 +0000 (05:04 +0000)]
oops

18 years ago* Rolled all of the groupdav*.[ch] files way back to version 3851. Something
Art Cancro [Tue, 31 Jan 2006 05:01:18 +0000 (05:01 +0000)]
* Rolled all of the groupdav*.[ch] files way back to version 3851.  Something
  somewhere in willi's doxygen changes broke GroupDAV protocol.  Since I was
  unable to figure out where, I had to roll it all back.
* The good news is that the server-absolute URL's do work after all, so I
  reinstated that.

18 years agomoved into subgroup
Wilfried Göesgens [Mon, 30 Jan 2006 23:06:23 +0000 (23:06 +0000)]
moved into subgroup

18 years ago* Reversed the previous change
Art Cancro [Mon, 30 Jan 2006 21:52:55 +0000 (21:52 +0000)]
* Reversed the previous change

18 years ago* GroupDAV now outputs <href> tags containing server-absolute URL's instead
Art Cancro [Mon, 30 Jan 2006 20:26:25 +0000 (20:26 +0000)]
* GroupDAV now outputs <href> tags containing server-absolute URL's instead
  of globally absolute URL's.

18 years ago* When the -f option is specified, honor X-Forwarded-Host: in addition
Art Cancro [Mon, 30 Jan 2006 17:11:01 +0000 (17:11 +0000)]
* When the -f option is specified, honor X-Forwarded-Host: in addition
  to X-Forwarded-For: headers.  This helps GroupDAV along.

18 years agoHTML messages are now encoded as "Quoted-Printable" before being
Art Cancro [Mon, 30 Jan 2006 05:15:09 +0000 (05:15 +0000)]
HTML messages are now encoded as "Quoted-Printable" before being
  transmitted to the server.  New utility function text_to_server_qp()
  handles this.

18 years ago* Removed the "convert_to_html" option from text_to_server() because we no
Art Cancro [Mon, 30 Jan 2006 04:21:45 +0000 (04:21 +0000)]
* Removed the "convert_to_html" option from text_to_server() because we no
  longer have any callers which require it.

18 years ago * Removed all references to "font-family" style. We will now go with
Art Cancro [Sun, 29 Jan 2006 18:09:49 +0000 (18:09 +0000)]
 * Removed all references to "font-family" style.  We will now go with
   whatever font the user has chosen as his favorite.

18 years agoforgot one doxygen header
Wilfried Göesgens [Sun, 29 Jan 2006 15:40:17 +0000 (15:40 +0000)]
forgot one doxygen header

18 years ago* Doxygen groups. Sorted the files into groups. so now we have a nice structure
Wilfried Göesgens [Sun, 29 Jan 2006 13:34:44 +0000 (13:34 +0000)]
* Doxygen groups. Sorted the files into groups. so now we have a nice structure
  in the module index, which should ease the navigation to a particular part.

18 years agomissing months added.
Wilfried Göesgens [Sun, 29 Jan 2006 10:59:14 +0000 (10:59 +0000)]
missing months added.

18 years agoClarified some of the doxygen comments
Art Cancro [Sun, 29 Jan 2006 05:12:49 +0000 (05:12 +0000)]
Clarified some of the doxygen comments

18 years agoaccept-charset="UTF-8" in form declaration for enter message screen
Art Cancro [Sun, 29 Jan 2006 04:33:23 +0000 (04:33 +0000)]
accept-charset="UTF-8" in form declaration for enter message screen

18 years agoAll month names and weekday names are now sourced from localized strings.
Art Cancro [Sat, 28 Jan 2006 04:53:41 +0000 (04:53 +0000)]
All month names and weekday names are now sourced from localized strings.

18 years agocomments
Art Cancro [Fri, 27 Jan 2006 23:17:02 +0000 (23:17 +0000)]
comments

18 years agocomments
Art Cancro [Fri, 27 Jan 2006 22:41:51 +0000 (22:41 +0000)]
comments

18 years agocomments
Art Cancro [Fri, 27 Jan 2006 22:40:10 +0000 (22:40 +0000)]
comments

18 years ago Do a JavaScript alert if we fail to open the Instant Messenger window.
Art Cancro [Fri, 27 Jan 2006 20:04:11 +0000 (20:04 +0000)]
 Do a JavaScript alert if we fail to open the Instant Messenger window.

18 years agoPage popups work again
Art Cancro [Fri, 27 Jan 2006 18:50:53 +0000 (18:50 +0000)]
Page popups work again

18 years ago* Reject empty username for login attempts
Art Cancro [Fri, 27 Jan 2006 02:31:51 +0000 (02:31 +0000)]
* Reject empty username for login attempts

18 years agoComplete overhaul of "Notes" view. Now features AJAX create and edit operations.
Art Cancro [Thu, 26 Jan 2006 20:45:41 +0000 (20:45 +0000)]
Complete overhaul of "Notes" view.  Now features AJAX create and edit operations.

18 years ago* Allow client to supply EID in "notes" rooms.
Art Cancro [Thu, 26 Jan 2006 20:38:44 +0000 (20:38 +0000)]
* Allow client to supply EID in "notes" rooms.

18 years agoClarify that we are GPLv2
Art Cancro [Thu, 26 Jan 2006 16:06:49 +0000 (16:06 +0000)]
Clarify that we are GPLv2

18 years agoClarify that we are GPLv2
Art Cancro [Thu, 26 Jan 2006 16:05:29 +0000 (16:05 +0000)]
Clarify that we are GPLv2

18 years ago* Fixed some spelling errors
Art Cancro [Thu, 26 Jan 2006 03:26:25 +0000 (03:26 +0000)]
* Fixed some spelling errors
* Added en_GB.po translation provided by David Given

18 years ago* Don't pullquote the headers when editing a wiki page.
Art Cancro [Wed, 25 Jan 2006 18:10:47 +0000 (18:10 +0000)]
* Don't pullquote the headers when editing a wiki page.

18 years ago* Eliminated a bug in pullquote_message() that was causing it to run words
Art Cancro [Wed, 25 Jan 2006 04:10:51 +0000 (04:10 +0000)]
* Eliminated a bug in pullquote_message() that was causing it to run words
  together at the linebreaks.
* After creating or editing a Wiki page, display that page instead of
  that wiki's home page.

18 years ago* Fixes to wiki view to handle "short" links.
Art Cancro [Tue, 24 Jan 2006 18:56:57 +0000 (18:56 +0000)]
* Fixes to wiki view to handle "short" links.

18 years ago* client_getln() now fails if the client attempts to transmit non printable
Art Cancro [Tue, 24 Jan 2006 16:07:54 +0000 (16:07 +0000)]
* client_getln() now fails if the client attempts to transmit non printable
  characters.   This is for fast bailout if someone tries to do HTTPS to a
  non-SSL webcit.

18 years ago* Got a primitive version of the wiki system in place. Needs a lot of fine
Art Cancro [Tue, 24 Jan 2006 03:51:59 +0000 (03:51 +0000)]
* Got a primitive version of the wiki system in place.  Needs a lot of fine
  tuning but it basically works.

18 years agoIn WIKI rooms, clients can supply a message EUID
Art Cancro [Tue, 24 Jan 2006 03:22:59 +0000 (03:22 +0000)]
In WIKI rooms, clients can supply a message EUID

18 years ago*narf*
Wilfried Göesgens [Mon, 23 Jan 2006 15:21:53 +0000 (15:21 +0000)]
*narf*

18 years agoone more missing file. where did this go?
Wilfried Göesgens [Mon, 23 Jan 2006 15:19:31 +0000 (15:19 +0000)]
one more missing file. where did this go?

18 years agomore fixes
Wilfried Göesgens [Mon, 23 Jan 2006 14:24:34 +0000 (14:24 +0000)]
more fixes

18 years agoversion of debian build added
Wilfried Göesgens [Mon, 23 Jan 2006 14:07:26 +0000 (14:07 +0000)]
version of debian build added

18 years agoupsie. some lines vanished.
Wilfried Göesgens [Mon, 23 Jan 2006 13:44:05 +0000 (13:44 +0000)]
upsie. some lines vanished.
removed kerningham-richie cisms.

18 years agoDone with doxygenizing
Wilfried Göesgens [Mon, 23 Jan 2006 13:35:50 +0000 (13:35 +0000)]
Done with doxygenizing

18 years agoMore work on the wiki view. Don't try to use it yet.
Art Cancro [Sun, 22 Jan 2006 22:50:06 +0000 (22:50 +0000)]
More work on the wiki view.  Don't try to use it yet.

18 years agomore doxygen doku.
Wilfried Göesgens [Sat, 21 Jan 2006 23:53:37 +0000 (23:53 +0000)]
more doxygen doku.

18 years agowiki
Art Cancro [Sat, 21 Jan 2006 21:24:26 +0000 (21:24 +0000)]
wiki

18 years agoPatch to the "m<Y> next message" function, submitted by matt
Art Cancro [Sat, 21 Jan 2006 21:23:25 +0000 (21:23 +0000)]
Patch to the "m<Y> next message" function, submitted by matt

18 years agoset permissions on chkpwd.
Wilfried Göesgens [Sat, 21 Jan 2006 18:55:05 +0000 (18:55 +0000)]
set permissions on chkpwd.

18 years ago* Started writing wiki code. It completely does not work. :)
Art Cancro [Fri, 20 Jan 2006 21:39:28 +0000 (21:39 +0000)]
* Started writing wiki code.  It completely does not work.  :)

18 years agocalculate once. todo: move commandline parsing up.
Wilfried Göesgens [Fri, 20 Jan 2006 20:48:13 +0000 (20:48 +0000)]
calculate once. todo: move commandline parsing up.

18 years agocalc dirs another time
Wilfried Göesgens [Fri, 20 Jan 2006 20:26:20 +0000 (20:26 +0000)]
calc dirs another time

18 years agoanother try
Wilfried Göesgens [Fri, 20 Jan 2006 20:07:14 +0000 (20:07 +0000)]
another try

18 years agoconverted comments to get caught by doxygen
Wilfried Göesgens [Fri, 20 Jan 2006 20:05:27 +0000 (20:05 +0000)]
converted comments to get caught by doxygen

18 years agomissing variables
Wilfried Göesgens [Fri, 20 Jan 2006 17:55:39 +0000 (17:55 +0000)]
missing variables

18 years agocalc home dirs
Wilfried Göesgens [Fri, 20 Jan 2006 16:26:59 +0000 (16:26 +0000)]
calc home dirs

18 years agocalc home dirs
Wilfried Göesgens [Fri, 20 Jan 2006 16:26:42 +0000 (16:26 +0000)]
calc home dirs

18 years agoBegan adding the infrastructure to support wiki mode rooms.
Art Cancro [Fri, 20 Jan 2006 04:18:39 +0000 (04:18 +0000)]
Began adding the infrastructure to support wiki mode rooms.

18 years agomake change
Art Cancro [Fri, 20 Jan 2006 02:36:33 +0000 (02:36 +0000)]
make change

18 years ago* Added VIEW_WIKI to the available view types. EUID indexing is "on" for
Art Cancro [Fri, 20 Jan 2006 02:32:00 +0000 (02:32 +0000)]
* Added VIEW_WIKI to the available view types.  EUID indexing is "on" for
  this view.  Everything else will be done in WebCit.

18 years ago* support SMTP-AUTH for outbound connection to smart-host
Art Cancro [Thu, 19 Jan 2006 22:49:55 +0000 (22:49 +0000)]
* support SMTP-AUTH for outbound connection to smart-host

18 years agoadd serv_vcard.h
Art Cancro [Thu, 19 Jan 2006 21:57:19 +0000 (21:57 +0000)]
add serv_vcard.h

18 years ago* Change to journaling code to include an Internet email address for local
Art Cancro [Thu, 19 Jan 2006 21:41:22 +0000 (21:41 +0000)]
* Change to journaling code to include an Internet email address for local
  recipients.

18 years ago* Refactored the code that populates the session's knowledge of the user's
Art Cancro [Thu, 19 Jan 2006 18:21:21 +0000 (18:21 +0000)]
* Refactored the code that populates the session's knowledge of the user's
  primary internet email address.  We need it to be generic so that we can
  do this for other users.

18 years agoFixed a small memory leak
Art Cancro [Thu, 19 Jan 2006 05:00:30 +0000 (05:00 +0000)]
Fixed a small memory leak

18 years agoTHIS IS 6.71
Art Cancro [Thu, 19 Jan 2006 04:09:43 +0000 (04:09 +0000)]
THIS IS 6.71

18 years ago* fix_scrollbar_bug is now a class instead of an id. Fixes validator warnings.
Art Cancro [Wed, 18 Jan 2006 21:40:46 +0000 (21:40 +0000)]
* fix_scrollbar_bug is now a class instead of an id.  Fixes validator warnings.
* Corrected bad html generated when there's only one message in a summary view.
* Retain both login name and display name (fullname) in session structure.
  This fixes chat window authentication when connecting to a Citadel server
  using host based authentication.

18 years agoincludes.
Wilfried Göesgens [Wed, 18 Jan 2006 21:30:33 +0000 (21:30 +0000)]
includes.

18 years agomissing dirchanges and dependencies to pam.
Wilfried Göesgens [Wed, 18 Jan 2006 21:21:31 +0000 (21:21 +0000)]
missing dirchanges and dependencies to pam.

18 years agoMisc small fixes to the new host auth mode.
Art Cancro [Wed, 18 Jan 2006 03:24:00 +0000 (03:24 +0000)]
Misc small fixes to the new host auth mode.

18 years ago* REMOVED MIXED MODE AUTHENTICATION.
Art Cancro [Tue, 17 Jan 2006 22:07:39 +0000 (22:07 +0000)]
* REMOVED MIXED MODE AUTHENTICATION.
  "autologin mode" is now system accounts ONLY.

18 years agomissing directory calculations
Wilfried Göesgens [Tue, 17 Jan 2006 12:44:39 +0000 (12:44 +0000)]
missing directory calculations

18 years ago* Experimental unix domain socket listener
Art Cancro [Mon, 16 Jan 2006 16:53:14 +0000 (16:53 +0000)]
* Experimental unix domain socket listener

18 years agoreally omit -h if no dir specified
Wilfried Göesgens [Mon, 16 Jan 2006 15:45:49 +0000 (15:45 +0000)]
really omit -h if no dir specified

18 years agocentralized filename calculation
Wilfried Göesgens [Mon, 16 Jan 2006 15:32:15 +0000 (15:32 +0000)]
centralized filename calculation

18 years agocalculate the directories in a central manner.
Wilfried Göesgens [Sun, 15 Jan 2006 21:33:48 +0000 (21:33 +0000)]
calculate the directories in a central manner.
  LHFS'ified installations may use multi-homed installations now too.

18 years agoadded provides/conflicts to pop3-server and imap-server.
Wilfried Göesgens [Sun, 15 Jan 2006 21:31:58 +0000 (21:31 +0000)]
added provides/conflicts to pop3-server and imap-server.

18 years ago* citserver.c: patch submitted by matt to keep the client protocol from
Art Cancro [Sun, 15 Jan 2006 05:00:52 +0000 (05:00 +0000)]
* citserver.c: patch submitted by matt to keep the client protocol from
  getting out of sync following a .h? command.

18 years ago* setup.c: remove "--backtitle" from calls to "dialog" because its
Art Cancro [Sun, 15 Jan 2006 04:40:40 +0000 (04:40 +0000)]
* setup.c: remove "--backtitle" from calls to "dialog" because its
  availability cannot be depended upon.

18 years ago* setup.c: remove "--backtitle" from calls to "dialog" because its
Art Cancro [Sun, 15 Jan 2006 04:39:35 +0000 (04:39 +0000)]
* setup.c: remove "--backtitle" from calls to "dialog" because its
  availability cannot be depended upon.

18 years agooops, correction to previous commit
Art Cancro [Sat, 14 Jan 2006 23:33:22 +0000 (23:33 +0000)]
oops, correction to previous commit

18 years agoconfig: Correct forged From: lines during authenticated SMTP
Art Cancro [Sat, 14 Jan 2006 23:26:17 +0000 (23:26 +0000)]
config: Correct forged From: lines during authenticated SMTP

18 years agoTHIS IS 6.70
Art Cancro [Fri, 13 Jan 2006 20:25:33 +0000 (20:25 +0000)]
THIS IS 6.70

18 years agoTHIS IS 6.70
Art Cancro [Fri, 13 Jan 2006 17:12:03 +0000 (17:12 +0000)]
THIS IS 6.70

18 years agonewer versions of these files.
Wilfried Göesgens [Fri, 13 Jan 2006 12:17:31 +0000 (12:17 +0000)]
newer versions of these files.

18 years agoRemoved the split bbview because it's b0rken in IE
Art Cancro [Fri, 13 Jan 2006 05:02:27 +0000 (05:02 +0000)]
Removed the split bbview because it's b0rken in IE

18 years agostart im on bottom
Art Cancro [Thu, 12 Jan 2006 20:40:56 +0000 (20:40 +0000)]
start im on bottom

18 years agoChanges to instant messenger to work around IE bugs
Art Cancro [Thu, 12 Jan 2006 05:41:48 +0000 (05:41 +0000)]
Changes to instant messenger to work around IE bugs

18 years ago* More updates to instant messenger:
Art Cancro [Thu, 12 Jan 2006 04:23:38 +0000 (04:23 +0000)]
* More updates to instant messenger:
  - Better delineation of input box.  Added an icon and a slightly darker
    background color so you can see where the input box actually is.
  - Auto refresh every 5 seconds instead of 30
  - WebCit now fires off a JavaScript test after 30 seconds of inactivity
    to see if the instant messenger window needs to be opened

18 years ago* More updates to instant messenger. When new messages arrive, the window
Art Cancro [Wed, 11 Jan 2006 22:00:59 +0000 (22:00 +0000)]
* More updates to instant messenger.  When new messages arrive, the window
  automatically scrolls to the bottom and the input box is refocused.

18 years agoCorrected a small javascript syntax error
Art Cancro [Wed, 11 Jan 2006 20:21:56 +0000 (20:21 +0000)]
Corrected a small javascript syntax error

18 years ago* Moved the "Content-Identifer" (sic) header out of the envelope journal
Art Cancro [Wed, 11 Jan 2006 16:08:54 +0000 (16:08 +0000)]
* Moved the "Content-Identifer" (sic) header out of the envelope journal
  subpart headers and into the top-level headers.

18 years ago* instant_messenger.html: learn my own screen name from the server,
Art Cancro [Wed, 11 Jan 2006 04:57:11 +0000 (04:57 +0000)]
* instant_messenger.html: learn my own screen name from the server,
  also some CSS changes

18 years ago* Added a per-user client option to always compose messages using the
Art Cancro [Wed, 11 Jan 2006 03:27:09 +0000 (03:27 +0000)]
* Added a per-user client option to always compose messages using the
  external editor.
* Removed the "always reply with external editor" option from citadel.rc
  because the per-user editor choice makes it superfluous.