Mailing list header changes (fuck you Google)
[citadel.git] / citadel / control.c
2007-07-26 Dave WestMoved to new module init structure.
2007-02-25 Wilfried Göesgens* solaris compatibility patches.
2007-02-21 Art Cancro* Removed the completely redunant function get_mm()
2007-02-04 Art CancroImplemented client configuration of the new RBL handlin...
2007-01-20 Wilfried Göesgens* Close the fd to our control file.
2007-01-20 Art Cancro* Applied Matt's patches to submit messages to Funambol
2006-12-27 Art Cancro* setup.c: updated to use new built-in daemonization
2006-12-20 Art Cancro* Lock citadel.control using flock() immediately after
2006-11-01 Wilfried Göesgens* added message subject to all those tiny messages
2006-09-07 Wilfried Göesgens* initiall sieve listing support. authentication works...
2006-08-23 Wilfried Göesgens* implemented a postfix tcp-dict table, first draft.
2006-07-19 Art CancroAdded a global system config item for the default time
2006-07-18 Art CancroFixed a logic bug that caused the full text index
2006-01-16 Wilfried Göesgenscentralized filename calculation
2006-01-05 Art CancroImplemented configuration settings for journaling.
2005-11-28 Art Cancro* control.c: fixed a potential concurrency/race conditi...
2005-11-17 Wilfried Göesgenscitadel.control doesn't belong to /var/run/citadel
2005-10-31 Art Cancrobugzilla 166
2005-10-25 Art Cancro* msgbase.c: when a summary mode message list is reques...
2005-08-10 Art Cancro* Added "instant expunge" and "allow spoofing" site...
2005-07-26 Art Cancro* Applied a patch sent in by Wilfried Goesgens which...
2005-06-22 Art Cancro* Automatic deletion of committed database logs is...
2005-05-23 Art Cancro* Move the location of the "enable full text index...
2005-05-22 Art Cancro* imap optimizations
2005-05-22 Art Cancro* Full text indexer is now switchable on/off
2005-04-14 Art Cancro* Variable names, comments, documentation, etc... ...
2005-03-24 Art Cancro* extract_token() now expects to be supplied with the...
2005-02-13 Art Cancro* Added server and client configuration settings to...
2005-02-08 Art Cancro* client_gets(char *buf) has been replaced by
2004-09-16 Art Cancro* CRE8 command: allow setting default view during room...
2004-09-15 Art Cancro* Add an SMTP MSA listener (separate port, requires...
2004-09-11 Michael Hampton* Remove calls to the broken flush_output() while I...
2004-09-05 Michael Hampton* Buffered output needs to be flushed in several places...
2004-06-24 Art Cancro* Bumped internal version number to 6.23
2004-06-19 Art Cancro* Removed the configuration option "Allow Aides access...
2004-03-30 Art Cancro* control.c: when config.c_maxsessions is unset or...
2004-03-24 Art Cancro* Removed the built-in memory leak checker. It wasn...
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
2004-01-17 Art Cancro* Added "Base DN" "Bind DN" and "Bind DN password"...
2004-01-17 Art Cancro* Sysconfig commands for specifying where the LDAP...
2004-01-17 Art Cancro* New server command-line option "-l" to send log outpu...
2003-08-13 Art Cancro* Removed the last vestiges of the now-obsolete global...
2003-07-30 Art Cancro* Eliminated the EXPI command
2003-04-28 Art Cancro* Added a site-configurable setting to suppress the...
2003-03-30 Art Cancro* Optimized CtdlReadMessageBody() and also gave it...
2003-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...
2002-10-14 Michael Hampton* Mac OS X build fixes (everything but serv_imap now...
2002-05-12 Art Cancro* Removed the unfinished moderation system.
2002-04-30 Art Cancro* When sending a page that results in the receiver...
2002-03-13 Art Cancro* Site-configurable option "Allow system Aides to gain...
2002-03-03 Art Cancro* Client and server options to disable self-service...
2001-12-02 Art Cancro* Implemented new room flag QR2_SYSTEM which supresses...
2001-11-14 Art Cancro* Network run frequency is now a site-definable setting
2001-10-17 Nathan Bryant - declare *printf format specifiers if gcc detected
2001-10-17 Nathan Bryantwarning fixes and cleanups for 64-bit machines
2001-09-06 Nathan Bryant - port to Cygwin (DLL support, etc.)
2001-08-05 Art Cancro* prep for new network node infrastructure
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2001-02-28 Art Cancro* Backed out the variable-length string changes.
2001-02-22 Stu MarkMostly made changes to allow client_gets to handle...
2001-02-06 Art Cancro* citadel.rc: changed the default for local_screen_dime...
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-10-04 Art Cancro* Allow Aides to zap rooms (site configurable setting)
2000-09-01 Art Cancro* Fixed oopseth in control.c that might call fileno...
2000-09-01 Art Cancro* control.c: chown citadel.control to bbsuid when openi...
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-05-26 Art Cancro* Changed some of the rev-level sensitive stuff to...
2000-03-08 Art Cancro* Shut off hostname resolution when dealing with Unix...
2000-01-09 Art Cancro* Auto-creation of various rooms is now done correctly...
2000-01-09 Art Cancro* Get/save arbitrary configs
1999-11-17 Art Cancro* Removed the session_count() function. Instead, keep...
1999-11-04 Art Cancro* Changed 'number of worker threads' from a sysconfig...
1999-10-28 Art Cancro* Removed all of the thread cancellation cruft that...
1999-10-26 Art Cancro* Changed a lot of strncpy() calls to safestrncpy(...
1999-09-16 Art Cancro* Did most of the migration from save_message() to...
1999-09-01 Art Cancro* Implemented "maximum message length" in global system...
1999-07-08 Art Cancro * control.c: create citadel.control if it doesn...
1999-06-24 Art Cancro * added server command line option "-f" to...
1999-04-08 Art CancroImplemented "access level required to create rooms...
1999-02-03 Nathan BryantFixes for Cygwin (see ChangeLog)
1999-01-10 Art CancroLotsa stuff. See the changeLog for more details.
1998-11-22 Art Cancro * Moved num_parms() and all the extract() type...
1998-11-21 Art Cancroroom expires
1998-11-18 Art CancroStarted implementing global room numbers.
1998-11-10 Nathan Bryant * commands.c, control.c, cux2ascii.c, file_ops...
1998-11-07 Art Cancro * Implemented CONF server command for site-global...
1998-11-07 Art Cancro * citadel.h (and related files): removed defunc...
1998-11-04 Nathan Bryant * added RCS Id keyword strings to sources
1998-10-08 Nathan Bryant * lots of warning fixes; builds with -std1...
1998-08-25 Nathan BryantMon Aug 24 20:04:04 EDT 1998 Nathan Bryant <bryant...
1998-08-18 Nathan BryantTue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant...
1998-07-13 Art Cancro Miscellaneous bug fixes. Also restored the ability...
1998-07-12 Art Cancro Finished all of the code relating to the "global serve...
1998-07-11 Art CancroInitial revision