citadel.git
17 years ago* Reference count adjustments are now deferred by queuing
Art Cancro [Fri, 22 Dec 2006 22:58:06 +0000 (22:58 +0000)]
* Reference count adjustments are now deferred by queuing
  them, and the queue is processed by THE DREADED AUTO-PURGER.

17 years ago* Updated it.po
Art Cancro [Fri, 22 Dec 2006 16:11:20 +0000 (16:11 +0000)]
* Updated it.po

17 years ago* ask the question added.
Wilfried Göesgens [Thu, 21 Dec 2006 22:10:18 +0000 (22:10 +0000)]
* ask the question added.

17 years ago* make init script sarge aware.
Wilfried Göesgens [Thu, 21 Dec 2006 20:24:05 +0000 (20:24 +0000)]
* make init script sarge aware.

17 years ago* Mention in the roadmap that we want to tackle
Art Cancro [Thu, 21 Dec 2006 16:16:32 +0000 (16:16 +0000)]
* Mention in the roadmap that we want to tackle
  the idea of having multiple room aides per room

17 years agoMake Citadel init script chkconfig-compatible
Michael Hampton [Thu, 21 Dec 2006 11:46:05 +0000 (11:46 +0000)]
Make Citadel init script chkconfig-compatible

17 years ago* Addition of ENABLE_UNIX_AUTH environment variable
Art Cancro [Thu, 21 Dec 2006 03:26:22 +0000 (03:26 +0000)]
* Addition of ENABLE_UNIX_AUTH environment variable
  for selection of auth mode in batch setup

17 years ago* depend on bdb 4.3 or 4.4
Wilfried Göesgens [Thu, 21 Dec 2006 01:58:17 +0000 (01:58 +0000)]
* depend on bdb 4.3 or 4.4
* depend on the db4.4|3 util package, as it provides the stuff we need for the cleanup script
* ask for auth mode
* init pointer
* adjust configure call

17 years ago* Remove newt from the webcit build too.
Art Cancro [Wed, 20 Dec 2006 20:49:31 +0000 (20:49 +0000)]
* Remove newt from the webcit build too.
* Updated docs and internal version number to 7.01
* THIS IS 7.01

17 years ago* Updated documentation to reflect the change from compile-time
Art Cancro [Wed, 20 Dec 2006 20:44:46 +0000 (20:44 +0000)]
* Updated documentation to reflect the change from compile-time
  auth mode selection to setup-time auth mode selection.
* THIS IS 7.01

17 years ago* Lock citadel.control using flock() immediately after
Art Cancro [Wed, 20 Dec 2006 19:04:43 +0000 (19:04 +0000)]
* Lock citadel.control using flock() immediately after
  opening it.  Failure to acquire a lock means that another citserver
  already running, which causes the server to abort.

17 years ago* Brough over ctdlsvc.c update from citadel
Art Cancro [Wed, 20 Dec 2006 17:40:43 +0000 (17:40 +0000)]
* Brough over ctdlsvc.c update from citadel

17 years ago* ctdlsvc: Instead of closing stdin/stdout/stderr, dup2() them
Art Cancro [Wed, 20 Dec 2006 17:39:19 +0000 (17:39 +0000)]
* ctdlsvc: Instead of closing stdin/stdout/stderr, dup2() them
  to /dev/null.  This keeps fd's 0, 1, and 2 from being reused and
  accidentally written to.

17 years ago* Updated setup dialog for host auth mode.
Art Cancro [Wed, 20 Dec 2006 17:25:00 +0000 (17:25 +0000)]
* Updated setup dialog for host auth mode.
* Dropped UI_NEWT mode in setup because we did not have
  enough control over button defaults, and because newt
  is not widespread enough to justify maintenance.

17 years ago* check if we have a modern installation, and if utilize the features.
Wilfried Göesgens [Tue, 19 Dec 2006 23:13:08 +0000 (23:13 +0000)]
* check if we have a modern installation, and if utilize the features.

17 years ago* Bumped version number to 7.01
Art Cancro [Tue, 19 Dec 2006 22:44:30 +0000 (22:44 +0000)]
* Bumped version number to 7.01
* 'host auth mode' (formerly 'autologin mode') is now defined in the global
  config, and selected during setup, instead of being a compile-time option

17 years agoMinor CSS and markup changes
Art Cancro [Tue, 19 Dec 2006 16:08:55 +0000 (16:08 +0000)]
Minor CSS and markup changes

17 years agoWebCit: back to port 2000 by default
Art Cancro [Tue, 19 Dec 2006 14:27:30 +0000 (14:27 +0000)]
WebCit: back to port 2000 by default

17 years agoIf /etc/inittab is not found, return quietly instead of
Art Cancro [Tue, 19 Dec 2006 14:23:34 +0000 (14:23 +0000)]
If /etc/inittab is not found, return quietly instead of
displaying a scary error message.  FreeBSD, Mac OS, and the newest
version of Ubuntu do not have this file.

17 years agoWebCit setup.c -- fixes for run on certain systems
Art Cancro [Tue, 19 Dec 2006 04:50:13 +0000 (04:50 +0000)]
WebCit setup.c -- fixes for run on certain systems

17 years agoSleep for 3 seconds after starting the service
Art Cancro [Tue, 19 Dec 2006 04:43:56 +0000 (04:43 +0000)]
Sleep for 3 seconds after starting the service
before testing it

17 years agoDon't run init scripts while dialog is running.
Art Cancro [Tue, 19 Dec 2006 04:38:01 +0000 (04:38 +0000)]
Don't run init scripts while dialog is running.
Evidently there is a conflict somewhere.

17 years agosetup.c: close stdin when starting the service
Art Cancro [Tue, 19 Dec 2006 04:30:23 +0000 (04:30 +0000)]
setup.c: close stdin when starting the service

17 years agoComment out /etc/inittab entries instead of deleting them
Art Cancro [Tue, 19 Dec 2006 03:45:14 +0000 (03:45 +0000)]
Comment out /etc/inittab entries instead of deleting them

17 years agoComment out /etc/inittab entries instead of deleting them
Art Cancro [Tue, 19 Dec 2006 03:42:29 +0000 (03:42 +0000)]
Comment out /etc/inittab entries instead of deleting them

17 years agoUpdated some error messages in setup
Art Cancro [Tue, 19 Dec 2006 03:21:30 +0000 (03:21 +0000)]
Updated some error messages in setup

17 years ago* don't exit initscript before citadelserver is gone.
Wilfried Göesgens [Mon, 18 Dec 2006 21:04:59 +0000 (21:04 +0000)]
* don't exit initscript before citadelserver is gone.

17 years agoRemove DB_VERB_REGISTER
Art Cancro [Mon, 18 Dec 2006 19:33:16 +0000 (19:33 +0000)]
Remove DB_VERB_REGISTER

17 years agoActivate verbose logging in Berkeley DB
Art Cancro [Mon, 18 Dec 2006 16:30:00 +0000 (16:30 +0000)]
Activate verbose logging in Berkeley DB

17 years agoMerged an updated nl.po submitted by Wim
Art Cancro [Mon, 18 Dec 2006 14:12:06 +0000 (14:12 +0000)]
Merged an updated nl.po submitted by Wim

17 years ago* modified debian scripts to use sysV
Wilfried Göesgens [Sun, 17 Dec 2006 22:32:07 +0000 (22:32 +0000)]
* modified debian scripts to use sysV

17 years ago* corrected version.
Wilfried Göesgens [Sun, 17 Dec 2006 16:10:38 +0000 (16:10 +0000)]
* corrected version.

17 years ago* modified build script to find out the version the way we do it now.
Wilfried Göesgens [Sun, 17 Dec 2006 15:38:36 +0000 (15:38 +0000)]
* modified build script to find out the version the way we do it now.
* modified debian scripts to utilise sysV init.

17 years agoUpdated the roadmap to reflect some
Art Cancro [Sat, 16 Dec 2006 16:23:34 +0000 (16:23 +0000)]
Updated the roadmap to reflect some
things we need to tackle immediately after the 7.00 release

17 years agoUncommented some code in network_config_management()
Art Cancro [Fri, 15 Dec 2006 17:52:55 +0000 (17:52 +0000)]
Uncommented some code in network_config_management()
whose absence was causing this function to delete all
existing netconfig entries other than the type that were
being edited.

17 years agoCleaned up some commented-out stuff that was left in various files
Art Cancro [Thu, 14 Dec 2006 20:27:18 +0000 (20:27 +0000)]
Cleaned up some commented-out stuff that was left in various files

17 years agoUpdated some of the internal tech docs
Art Cancro [Thu, 14 Dec 2006 18:32:10 +0000 (18:32 +0000)]
Updated some of the internal tech docs

17 years agoCleaned up some commented-out stuff that was left in various files
Art Cancro [Thu, 14 Dec 2006 18:18:23 +0000 (18:18 +0000)]
Cleaned up some commented-out stuff that was left in various files

17 years ago* migrated debian install to system V init
Wilfried Göesgens [Wed, 13 Dec 2006 23:05:23 +0000 (23:05 +0000)]
* migrated debian install to system V init

17 years agoUpdated fr.po
Art Cancro [Tue, 12 Dec 2006 19:52:21 +0000 (19:52 +0000)]
Updated fr.po

17 years agoNuke citadel.spec as per Seg's request
Art Cancro [Tue, 12 Dec 2006 15:00:02 +0000 (15:00 +0000)]
Nuke citadel.spec as per Seg's request

17 years agoInternal version number is now 7.00
Art Cancro [Mon, 11 Dec 2006 23:02:32 +0000 (23:02 +0000)]
Internal version number is now 7.00

17 years agoInternal version number is now 7.00
Art Cancro [Mon, 11 Dec 2006 22:01:02 +0000 (22:01 +0000)]
Internal version number is now 7.00

17 years agoAdded nl.po (Dutch translation) submitted by Wim Kuilman
Art Cancro [Fri, 8 Dec 2006 22:41:53 +0000 (22:41 +0000)]
Added nl.po (Dutch translation) submitted by Wim Kuilman

17 years agoCtdlSetSeen() now silently returns without doing anything,
Art Cancro [Fri, 8 Dec 2006 21:30:50 +0000 (21:30 +0000)]
CtdlSetSeen() now silently returns without doing anything,
if it was given instructions to manipulate an array of zero messages.
Resolves bug #204 due to imap_copy() actually calling it that way
in some situations.

17 years ago* Converted fr.po from iso-8859-1 to utf-8
Art Cancro [Mon, 4 Dec 2006 22:48:26 +0000 (22:48 +0000)]
* Converted fr.po from iso-8859-1 to utf-8

17 years ago* Updated fr.po submitted by thierry
Art Cancro [Mon, 4 Dec 2006 22:39:02 +0000 (22:39 +0000)]
* Updated fr.po submitted by thierry

17 years agoAdd a link on nocookies.html pointing back to login screen
Art Cancro [Mon, 4 Dec 2006 21:55:58 +0000 (21:55 +0000)]
Add a link on nocookies.html pointing back to login screen

17 years ago* added german translations to the new strings
Wilfried Göesgens [Mon, 4 Dec 2006 20:30:16 +0000 (20:30 +0000)]
* added german translations to the new strings

17 years ago* libSieve download and build for Easy Install. (Not yet tested.)
Art Cancro [Mon, 4 Dec 2006 17:12:22 +0000 (17:12 +0000)]
* libSieve download and build for Easy Install.  (Not yet tested.)
* citadel.h no longer defines CITADEL manually, instead it pulls the package
name and version from the build tools.
* Updated the documentation slightly in prep for the 7.00 release.

17 years agoBubbleTooltips.js is now loaded as part of the HEAD of every
Art Cancro [Sun, 3 Dec 2006 05:10:39 +0000 (05:10 +0000)]
BubbleTooltips.js is now loaded as part of the HEAD of every
page, instead of in the middle of the calendar month view.  This is because
Internet Exploder displays an error when we try to enable tooltips, if the
page was loaded using HTTPS.  We don't know why, aside from the usual reason that
IE sucks.

17 years ago* added configuration methods for managesieve port.
Wilfried Göesgens [Sat, 2 Dec 2006 18:49:22 +0000 (18:49 +0000)]
* added configuration methods for managesieve port.

17 years agoRemoved 'position: fixed' from iconbar div. This eliminates
Art Cancro [Sat, 2 Dec 2006 17:24:25 +0000 (17:24 +0000)]
Removed 'position: fixed' from iconbar div.  This eliminates
the 'wobbling' of the iconbar that happens when you click on it in
Firefox v1.5 and up.  (Thanks to grelf for figuring this one out.)

17 years ago* Sanitize message headers by stripping high-ascii characters
Art Cancro [Fri, 1 Dec 2006 21:11:14 +0000 (21:11 +0000)]
* Sanitize message headers by stripping high-ascii characters
  before handing them off to libSieve.  Otherwise, certain
  badly-formed messages (usually spam) will cause libSieve to
  clobber the stack, which was crashing Citadel.

17 years ago* Fixed a bug in the 'Delete Rule' logic.
Art Cancro [Fri, 1 Dec 2006 05:00:56 +0000 (05:00 +0000)]
* Fixed a bug in the 'Delete Rule' logic.
* The 'move rule down' arrow was missing during initial render.  Fixed.

17 years ago* Added a 'restart' option to the init scripts
Art Cancro [Fri, 1 Dec 2006 04:23:06 +0000 (04:23 +0000)]
* Added a 'restart' option to the init scripts

17 years ago* Added a 'restart' option to the init scripts
Art Cancro [Fri, 1 Dec 2006 04:21:33 +0000 (04:21 +0000)]
* Added a 'restart' option to the init scripts
* Version number is now 6.90 (beta)

17 years ago* Ran create-pot.sh to update webcit.pot with new strings
Art Cancro [Wed, 29 Nov 2006 23:00:02 +0000 (23:00 +0000)]
* Ran create-pot.sh to update webcit.pot with new strings

17 years ago* add x-mailer header for webcit.
Wilfried Göesgens [Wed, 29 Nov 2006 22:35:20 +0000 (22:35 +0000)]
* add x-mailer header for webcit.

17 years agoctdlsvc now closes fd 0 in addition to fd 1 and 2
Art Cancro [Wed, 29 Nov 2006 04:15:47 +0000 (04:15 +0000)]
ctdlsvc now closes fd 0 in addition to fd 1 and 2

17 years agoctdlsvc now closes fd 0 in addition to fd 1 and 2
Art Cancro [Wed, 29 Nov 2006 04:14:50 +0000 (04:14 +0000)]
ctdlsvc now closes fd 0 in addition to fd 1 and 2

17 years ago* Citadel setup: if the environment
Art Cancro [Tue, 28 Nov 2006 23:01:36 +0000 (23:01 +0000)]
* Citadel setup: if the environment
variable NO_INIT_SCRIPTS is set, setup will not offer to install
init scripts.  This option is to be used by packagers who wish to
build platform-specific init scripts.

17 years agoBrought over changes to ctdlsvc.c from citadel
Art Cancro [Tue, 28 Nov 2006 16:43:30 +0000 (16:43 +0000)]
Brought over changes to ctdlsvc.c from citadel

17 years agoFinished converting Citadel setup to ctdlsvc + initscripts.
Art Cancro [Tue, 28 Nov 2006 16:42:09 +0000 (16:42 +0000)]
Finished converting Citadel setup to ctdlsvc + initscripts.

17 years ago* Brought over ctdlsvc.c from webcit
Art Cancro [Tue, 28 Nov 2006 15:34:43 +0000 (15:34 +0000)]
* Brought over ctdlsvc.c from webcit
* Removed all the old LDAP stuff from setup.
* Removed all /etc/inittab hacking from setup, except for
  one remaining function to clean out the old entry.

17 years agosetup now writes the /etc/rc*.d/ links to start and
Art Cancro [Mon, 27 Nov 2006 17:34:43 +0000 (17:34 +0000)]
setup now writes the /etc/rc*.d/ links to start and
stop webcit during run level changes, if running on a system that
has a SysV init style directory layout.  This *should* work on most
Linuxes, including those running upstart, but we don't know yet.  It
should also work on Solaris.
WebCit is also started or restarted at the end of setup in this case.

17 years agoRearranged some variables in the init script
Art Cancro [Mon, 27 Nov 2006 15:59:22 +0000 (15:59 +0000)]
Rearranged some variables in the init script

17 years agoMore tweaks to the previous commit
Art Cancro [Mon, 27 Nov 2006 05:47:28 +0000 (05:47 +0000)]
More tweaks to the previous commit

17 years ago* setup now deletes old inittab entries if they were present
Art Cancro [Mon, 27 Nov 2006 04:57:20 +0000 (04:57 +0000)]
* setup now deletes old inittab entries if they were present
* setup now writes /etc/init.d/webcit if running on an appropriate system

17 years agoctdlsvc.c: added. This will be used to build init scripts.
Art Cancro [Mon, 27 Nov 2006 02:58:36 +0000 (02:58 +0000)]
ctdlsvc.c: added.  This will be used to build init scripts.

17 years ago* fixed a bug with the public_clients feature.
Wilfried Göesgens [Thu, 23 Nov 2006 21:27:13 +0000 (21:27 +0000)]
* fixed a bug with the public_clients feature.

17 years ago* added deamonize code.
Wilfried Göesgens [Tue, 21 Nov 2006 21:56:46 +0000 (21:56 +0000)]
* added deamonize code.

17 years agoCompleted the rules based script generator.
Art Cancro [Tue, 21 Nov 2006 20:52:25 +0000 (20:52 +0000)]
Completed the rules based script generator.
Still needs lots of testing.

17 years agoMinor change to test commit script hook
Art Cancro [Tue, 21 Nov 2006 19:55:08 +0000 (19:55 +0000)]
Minor change to test commit script hook

17 years agoBegan fleshing out the Sieve script generator. Actions,
Art Cancro [Mon, 20 Nov 2006 22:35:12 +0000 (22:35 +0000)]
Began fleshing out the Sieve script generator.  Actions,
final actions, and the generation of conditional braces are done.  Still need to
write the code that generates the conditional statements themeselves.  Warning: don't
try to run this code on a production system.  In the current state it will generate
scripts with syntax errors.

17 years agoadd static/gradientanim.gif
Art Cancro [Fri, 17 Nov 2006 20:50:57 +0000 (20:50 +0000)]
add static/gradientanim.gif

17 years ago* Applied matt's patch to have it show a loading graphic for ajax operations
Art Cancro [Fri, 17 Nov 2006 15:03:06 +0000 (15:03 +0000)]
* Applied matt's patch to have it show a loading graphic for ajax operations
* Applied matt's patch to add javascript for  other features such as the new header view
* Cleaned up the gratuitous overuse of realloc() when outputting HTML messages.
  Although the code wasn't buggy, gnu malloc was choking on it.

17 years agoCompleted the remaining fields in the save/load/populate
Art Cancro [Thu, 16 Nov 2006 22:48:02 +0000 (22:48 +0000)]
Completed the remaining fields in the save/load/populate
loops for WebCit-generated Sieve rules.

17 years agomore fields
Art Cancro [Thu, 16 Nov 2006 18:15:08 +0000 (18:15 +0000)]
more fields

17 years agoPopulate 'active' and 'hfield'. Nine more to go...
Art Cancro [Thu, 16 Nov 2006 17:59:33 +0000 (17:59 +0000)]
Populate 'active' and 'hfield'.  Nine more to go...

17 years agoBegin reloading the form from saved rules
Art Cancro [Thu, 16 Nov 2006 17:45:05 +0000 (17:45 +0000)]
Begin reloading the form from saved rules

17 years agoRules editor now encodes the form fields and saves them
Art Cancro [Thu, 16 Nov 2006 04:32:22 +0000 (04:32 +0000)]
Rules editor now encodes the form fields and saves them
into a hidden script.  Still need to write the decoding side, and the script generator.

17 years agoFixed the MSIV GETSCRIPT command ... it was failing
Art Cancro [Thu, 16 Nov 2006 04:24:27 +0000 (04:24 +0000)]
Fixed the MSIV GETSCRIPT command ... it was failing
to output the entirety of scripts larger than 1024 bytes

17 years agoBegan writing the rule encoder
Art Cancro [Wed, 15 Nov 2006 03:59:37 +0000 (03:59 +0000)]
Began writing the rule encoder

17 years agoAdjusted the grammar of the previous message
Art Cancro [Wed, 15 Nov 2006 03:23:49 +0000 (03:23 +0000)]
Adjusted the grammar of the previous message

17 years agonote aide that we have a new user.
Wilfried Göesgens [Tue, 14 Nov 2006 00:02:23 +0000 (00:02 +0000)]
note aide that we have a new user.

17 years agoMore work on the rules editor
Art Cancro [Mon, 13 Nov 2006 17:21:15 +0000 (17:21 +0000)]
More work on the rules editor

17 years agoMore work on the rules editor
Art Cancro [Mon, 13 Nov 2006 04:21:50 +0000 (04:21 +0000)]
More work on the rules editor

17 years agoFleshed out the rules editor some more
Art Cancro [Sun, 12 Nov 2006 05:34:11 +0000 (05:34 +0000)]
Fleshed out the rules editor some more

17 years agoWarn the site administrator when they attempt to
Art Cancro [Sun, 12 Nov 2006 04:33:07 +0000 (04:33 +0000)]
Warn the site administrator when they attempt to
configure Directory services on a Citadel site
that was built without LDAP support.

17 years agoAdded a 'Delete Rule' button
Art Cancro [Sat, 11 Nov 2006 18:50:14 +0000 (18:50 +0000)]
Added a 'Delete Rule' button

17 years agojavascript code to move rules up and down
Art Cancro [Sat, 11 Nov 2006 06:15:53 +0000 (06:15 +0000)]
javascript code to move rules up and down

17 years agoLoad room list for the sieve rules once, and reuse the
Art Cancro [Sat, 11 Nov 2006 05:24:05 +0000 (05:24 +0000)]
Load room list for the sieve rules once, and reuse the
list in memory for each rule's select box

17 years agonifty 'Add Rule' button
Art Cancro [Fri, 10 Nov 2006 04:59:18 +0000 (04:59 +0000)]
nifty 'Add Rule' button

17 years agoupdate sieve rules using rooms
Art Cancro [Fri, 10 Nov 2006 03:53:11 +0000 (03:53 +0000)]
update sieve rules using rooms

17 years agoAdded some dynamic form stuff to the rules editor
Art Cancro [Thu, 9 Nov 2006 05:09:30 +0000 (05:09 +0000)]
Added some dynamic form stuff to the rules editor

17 years agoStarted building the easy rules editor
Art Cancro [Wed, 8 Nov 2006 03:57:41 +0000 (03:57 +0000)]
Started building the easy rules editor

17 years agoLet's call this 6.90 beta
Art Cancro [Mon, 6 Nov 2006 19:20:15 +0000 (19:20 +0000)]
Let's call this 6.90 beta

17 years agoMade some of the new messages consistent with
Art Cancro [Mon, 6 Nov 2006 17:17:47 +0000 (17:17 +0000)]
Made some of the new messages consistent with
each other, so the translators have less work to do.  Also corrected
the icon in use for the new screens.

17 years agoAdd/remove sieve scripts in WebCit is now complete.
Art Cancro [Mon, 6 Nov 2006 16:09:00 +0000 (16:09 +0000)]
Add/remove sieve scripts in WebCit is now complete.
It is now completely usable, but still requires a user who knows how to
write Sieve scripts.  Now we have to implement the 'easy' rules editor.