Implemented configuration settings for journaling.
[citadel.git] / citadel / routines2.c
2006-01-05 Art CancroImplemented configuration settings for journaling.
2005-11-28 Art Cancro* Eliminated the use of tmpnam() to shut up the compile...
2005-08-10 Art Cancro* Added "instant expunge" and "allow spoofing" site...
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* Full text indexer is now switchable on/off
2005-04-27 Art Cancro* .ASG command: made better use of memory to avoid...
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...
2004-11-26 Art Cancro* Added a sooper-seekrit way to spool network messages...
2004-09-15 Art Cancro* Add an SMTP MSA listener (separate port, requires...
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-24 Art Cancro* Reorg header stuff to make it more compatible with...
2004-03-15 Michael Hampton* Multiple files: Convert most remaining client code...
2004-03-12 Michael Hampton* routines2.c: Fix two typos
2004-03-12 Michael Hampton* routines2.c: Convert multiple functions to use new...
2004-02-26 Michael Hampton* Client stability and enhancements:
2004-02-13 Michael Hampton* Reset screen attributes before fork() so that externa...
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...
2003-12-24 Art Cancro* Allow a separate default message expire policy for...
2003-10-14 Art Cancro* routines2.c: fixed an off-by-one error in filename...
2003-08-13 Art Cancro* Removed the last vestiges of the now-obsolete global...
2003-07-30 Art Cancro* Fixed a small client bug in the purge hour setting
2003-07-30 Art Cancro* Eliminated the EXPI command
2003-07-22 Nathan Bryantfix build for Solaris
2003-06-27 Michael Hampton* routines2.c: Quick and dirty fix for Mail> becoming...
2003-04-28 Art Cancro* Added a site-configurable setting to suppress the...
2003-03-24 Art Cancro* Add the ability to quit out while validating users...
2003-03-17 Michael Hampton* Fix <G>oto in alternate_semantics - it actually marks...
2003-03-10 Art Cancro* Tweaks to msgbase.c and imap_fetch.c to fix slightly...
2003-03-01 Art Cancro* commands.c: alternate_semantics might have been getti...
2003-02-17 Art Cancro* Fixed a small bug in the GDBM backend (deprecated...
2003-02-14 Art Cancro* Added support for any standard RBL
2003-02-13 Art Cancro* Applied "multi editor" patch supplied by georbit
2003-01-18 Art Cancro* whobbs.c: line up the columns better
2002-12-15 Michael Hampton* Converted more routines to new IPC code.
2002-11-04 Art Cancro* Don't run the wait indicator when in an external...
2002-10-17 Michael Hampton* Bug fixes: Fix numerous char array size mismatches...
2002-10-06 Michael Hampton* Move (nearly) all IPC-related code to citadel_ipc...
2002-10-02 Michael Hampton* File/image uploads now implemented in terms of the...
2002-09-27 Michael Hampton* Allow multiple simultaneous IPC connections. All...
2002-07-01 Michael Hampton* Misc. routines converted to new IPC code
2002-06-15 Art Cancro* SpamAssassin connector is now configurable in <.A...
2002-05-12 Art Cancro* Removed the unfinished moderation system.
2002-03-13 Art Cancro* Site-configurable option "Allow system Aides to gain...
2002-03-12 Nathan Bryant - pass -Wcast-qual to gcc
2002-03-12 Nathan Bryantmore sprintf
2002-03-11 Nathan Bryant - fixes for building without OpenSSL
2002-03-03 Art Cancro* Client and server options to disable self-service...
2002-03-02 Art Cancro* Properly implemented the network filter list. Finish...
2002-02-01 Art Cancro* Added a QDIR protocol command to do quick-and-dirty...
2002-01-19 Michael Hampton* Full-screen curses support for Citadel text client
2002-01-15 Michael Hampton* Implement alternate_semantics (see comments in citade...
2002-01-05 Art Cancro* Removed some protocol commands and writeups that...
2001-12-04 Art Cancro* Added two more bytes to the possible length of shared...
2001-11-27 Art Cancro* When calling an external editor, set the environment...
2001-11-14 Art Cancro* Network run frequency is now a site-definable setting
2001-09-18 Art Cancro* Added host/IP and port to node config (client side...
2001-09-08 Art Cancro* More changes to the new networker. Added client...
2001-08-11 Art Cancro* Realized that I am stupid and started implementing...
2001-07-24 Art Cancro* New UI for mailing list setup
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2001-02-28 Art Cancro* Removed the moderation questions.
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-12-05 Art Cancro* Added support for non-USA country identities in vCard...
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-10-03 Art Cancro* Changed the <.A>ide <S>ysconfig <G>eneral command...
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-04-10 Art Cancro* More paginator changes. Shuffled code around, added...
2000-03-08 Art Cancro* Shut off hostname resolution when dealing with Unix...
2000-03-04 Art Cancro* Remove nulls appended to editor files during replace...
2000-02-27 Art Cancro* Completed 'fsck'-like reference count verifier (serve...
2000-02-18 Art Cancro* Made the <.ASI> command a bit friendlier.
2000-01-31 Art Cancro* <.A>ide <S>ystem configuration <I>nternet in the...
2000-01-28 Art Cancro* Client config for internet
1999-11-18 Art Cancro* Changed the order of parameters in <.A>ide <S>ystem...
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-23 Art Cancro* Finished moving vCard functionality to the new messag...
1999-09-28 Art Cancro* Fully migrated cmd_greg() and cmd_regi() into serv_vc...
1999-09-01 Art Cancro* Implemented "maximum message length" in global system...
1999-04-08 Art CancroImplemented "access level required to create rooms...
1999-02-03 Nathan BryantFixes for Cygwin (see ChangeLog)
1999-01-29 Nathan Bryantirix fixen
1999-01-20 Art Cancro Fixed a bug in the user editing command (client side)
1999-01-10 Art CancroLotsa stuff. See the changeLog for more details.
1998-12-07 Art Cancrofixed a spelling error
1998-11-22 Art Cancro * Moved num_parms() and all the extract() type...
1998-11-22 Art CancroFixed <.AS>
1998-11-21 Art Cancrofixes
1998-11-21 Art Cancroroom expires
1998-11-10 Nathan Bryant*** empty log message ***
1998-11-10 Art Cancrofixed validate
1998-11-09 Art Cancrofixed user purge
1998-11-09 Art Cancro * serv_expire.c: created; moved message expiry...
next