* Replaced all "Citadel/UX" references with "Citadel"
[citadel.git] / citadel / setup.c
2004-08-11 Art Cancro* Replaced all "Citadel/UX" references with "Citadel"
2004-06-24 Art Cancro* Bumped internal version number to 6.23
2004-04-20 Art Cancro* techdoc/binaries.txt : updated, now includes WebCit...
2004-03-15 Michael Hampton* Multiple files: Set permissions on existing Citadel...
2004-02-28 Art Cancro* setup.c: removed an unused temp file name variable
2004-01-17 Art Cancro* Changed a diagnostic in msgbase.c to a higher logging...
2003-08-21 Art Cancro* setup.c: offer to disable "exim" if found
2003-08-13 Art Cancro* Removed the last vestiges of the now-obsolete global...
2003-08-12 Art Cancro* setup now knows about lots of other mail programs...
2003-07-30 Art Cancro* Removed the "weekly" script and began installing...
2003-07-20 Art Cancro* setup.c: offer to disable sendmail, postfix, and...
2003-07-20 Art Cancro* setup.c: offer to hack /etc/xinetd.d/telnet
2003-07-14 Art Cancro* ipgm_secret is no longer set during setup. Now it...
2003-06-29 Art Cancro* Renamed fields in 'struct config' which are no longer...
2003-06-28 Art Cancro* Bump internal version number to 6.08
2003-06-26 Art Cancro* Compiler warning fix for building setup without newt
2003-06-25 Art Cancro* setup now uses "newt" instead of "curses" to draw...
2003-06-04 Michael Hampton* Numerous fixups needed for Windows port:
2003-05-16 Art Cancro* Removed the old rec_log() facility because the utilit...
2003-05-02 Art Cancro* setup.c: allow specification of the Citadel system...
2002-10-26 Art Cancrosame
2002-10-19 Michael Hampton* Disable any use of curses on Darwin (this is temporar...
2002-10-05 Art Cancro* Change MAXSETUP from 4 to 3 (bug reported by mavherzo...
2002-09-06 Art Cancro* Stupidness
2002-09-03 Art Cancro* setup.c: automatically stop/start services
2002-09-02 Art Cancro* Automation work for setup
2002-06-16 Michael Hampton* BASEROOM and AIDEROOM are now almost completely editable.
2002-03-25 Nathan Bryant * compatibility with Berkeley DB < 3.3
2002-03-12 Nathan Bryantuse ncurses in preference to curses if it's installed...
2002-03-12 Nathan Bryantmore sprintf bashing
2002-03-04 Art Cancro* setup.c: minor cleanup
2002-01-26 Michael Hampton* setup now has a silent running mode (-q option) where...
2001-12-02 Art Cancro* On a new system, set the default new user level to...
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-10-17 Art Cancro* Added IMAP port number to struct config, etc.
2000-09-01 Art Cancro* Added 'author' command-line arg to aidepost. Closes...
2000-07-29 Art Cancro* Changed the format of RWHO output to provide non...
2000-07-22 Art Cancro* Prepared infrastructure for the networker rewrite
2000-07-10 Art Cancro* Another attempt to fix the crashy crashy bug in serv_...
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-03-27 Nathan Bryant * First cut at Solaris fixes. There may still be some...
2000-03-08 Art Cancro* Shut off hostname resolution when dealing with Unix...
2000-02-08 Art Cancro* Implemented the deprecated "LAST" command in POP3...
2000-02-02 Art Cancro* serv_inetcfg: added
2000-01-17 Art Cancro* Bug fix to new output message
2000-01-17 Art Cancro* Modified CtdlOutputMsg() to handle output to arbitrar...
2000-01-15 Art Cancro* Removed UI_DIALOG mode in setup. Can't count on...
1999-09-01 Art Cancro* Actually _enforce_ the max msg len limit
1999-09-01 Art Cancro* Implemented "maximum message length" in global system...
1999-06-10 Art Cancro * Replaced all code that generated temporary...
1999-04-13 Nathan Bryant * config.c, sysdep.c: fix -h option not setting...
1999-04-09 Art Cancro * setup.c: sets the 0600 permission bits on...
1999-04-08 Art CancroImplemented "access level required to create rooms...
1999-04-07 Nathan Bryant * configure.in: updated help messages, OpenBSD...
1999-03-05 Nathan BryantSee ChangeLog for 1999-03-0[45] for details.
1999-01-29 Nathan Bryantirix fixen
1998-12-12 Art Cancro * setup.c: default value for maxsessions is...
1998-12-03 Nathan Bryant * setup.c: saner defaults for nodename and...
1998-12-03 Nathan Bryant * setup.c: create citadel.config with mode...
1998-11-21 Art Cancro * setup.c: removed all prompts that can be...
1998-11-04 Nathan Bryant * added RCS Id keyword strings to sources
1998-11-02 Art Cancro * setup.c: looks for 'citadel', 'bbs', or ...
1998-10-23 Art CancroMore of the same.
1998-10-23 Art Cancrosetup.c: default node name is now obtained from uname()
1998-10-16 Art Cancro * setup.c: system-default message expire policy...
1998-10-15 Art CancroMisc code cleanup
1998-10-12 Art CancroBuilt some more of the message expiry infrastructure
1998-09-30 Nathan Bryant * Makefile.in: new variable PTHREAD_DEFS for...
1998-09-28 Nathan Bryant * configure.in, acconfig.h: new files; partiall...
1998-08-25 Art Cancro * setup.c: Removed yesno_s()
1998-08-18 Nathan BryantTue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant...
1998-07-24 Art Cancro No more pwcrypt
1998-07-24 Art Cancro Removed all of the "pwcrypt" stuff. The algorithm...
1998-07-13 Art Cancro Now that we have a message base of unlimited size...
1998-07-12 Art Cancro Changed logging mechanism from a circular binary file...
1998-07-12 Art Cancro Finished all of the code relating to the "global serve...
1998-07-11 Art CancroInitial revision