Test for existing BDB files (not used yet)
[citadel.git] / citadel / sysconfig.h
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2021-07-31 Art Cancromisc cleanup
2018-08-09 Art Cancrotuning the index cache
2018-03-02 Art Cancromore removal of ignet cruft
2017-11-06 Art CancroIndex by UID
2017-03-23 Art CancroNew SMTP client implementation makes libcurl do all...
2017-03-19 Art CancroRemoved some defines no longer in use
2017-02-28 Art Cancroquickie header file change
2013-12-29 Wilfried Goesgensremove orphaned PAGER_QUEUE_ROOM define
2013-06-02 Wilfried GoesgensTDAP: increase usetable flush time to 10 days
2013-05-27 Wilfried GoesgensRSSClient: refresh per message UT-Entries after one day
2013-03-29 Wilfried GoesgensSEEN-Database: refactor database interface for remember...
2012-07-18 the_mgtMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-18 Wilfried Goesgensclient-move: edits to finish this.
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2009-06-12 Wilfried Göesgens* add _DRAFTS_ to the userdata creator, and translate...
2009-04-14 Art Cancro* SMTP_RETRY_INTERVAL now set to 300 seconds (5 minutes)
2007-11-25 Dave WestHere it is, the new thread interface.
2007-10-04 Art CancroApplied Matt's patch for pager config -- NOT TESTED
2007-06-13 Art CancroAdd a forward slash to the generated paths for citadel...
2007-01-23 Art Cancro* Applied matt's funambol patch
2007-01-16 Wilfried Göesgens* make the crypto functions use precalculated files...
2006-12-22 Art Cancro* Reference count adjustments are now deferred by queuing
2006-10-25 Art CancroRemove the SieveRules room. Keep sieve config in My...
2006-09-07 Wilfried Göesgens* initiall sieve listing support. authentication works...
2005-10-25 Art Cancro* Every user gets a Trash folder. Clients can also...
2005-10-23 Art Cancro* Set a maximum number of messages which may be indexed...
2005-09-18 Art Cancro* Now harvesting addresses, converting them to vCards...
2005-09-18 Art Cancro* When submitting a message, harvest non-local addresse...
2005-09-15 Art Cancro* Restructured cmd_auto() to be able to search vCards...
2005-08-05 Art Cancro* Any "delete message" operation which is synchronous...
2005-06-01 Art Cancro* The full text indexer now runs in its own dedicated...
2004-10-12 Art Cancro* Cleaned up some things that generated compiler warnings
2004-08-11 Art Cancro* Replaced all "Citadel/UX" references with "Citadel"
2004-06-15 Art Cancro* Store the body of any large (>1K) message in a separa...
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
2004-02-17 Art Cancro* During SSL initialization, create the "keys" director...
2004-02-11 Art Cancro* The groupware folders "Calendar", "Contacts", "Notes...
2003-10-17 Art Cancro* Replaced the DEFAULT_ENTRY definition in sysconfig...
2003-08-20 Art Cancro* Create a "Contacts" room for personal address book use
2003-02-17 Art Cancro* comments
2002-09-17 Art Cancro* Create the Calendar> and Tasks> rooms at login time...
2001-12-03 Art Cancro* When sending mail, copy to the sender's "Sent Items...
2001-11-14 Art Cancro* Network run frequency is now a site-definable setting
2001-10-12 Art Cancro* Wrote the rest of the use table code. Finished excep...
2001-10-03 Art Cancro* Implemented BOUNCE BOUNCE BOUNCE
2001-09-24 Art Cancro* Completed migrating the "netpoll" utility into the...
2001-09-16 Art Cancro* serv_smtp.c: instead of doubling delivery retry times...
2001-09-07 Art Cancro* You guessed it: still more code for the new networker.
2001-08-11 Art Cancro* Removed the idle timer from the client. Dialup is...
2001-07-13 Art Cancro* Shuffled around some of the housekeeping loop code
2001-04-28 Art Cancro* Updated some of the docs. Bumped version number...
2001-02-03 Michael Hampton* serv_ical.c: now creates a My Calendar> personal...
2001-02-02 Art Cancro* I dunno
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-03-17 Art Cancro* Set up a private "Sent/Received Pages" room for each...
2000-03-09 Art Cancro* misc bugfixes and cleanups
2000-03-08 Art Cancro* Shut off hostname resolution when dealing with Unix...
2000-03-05 Art Cancro* Add Unix domain socket support to citmail.c
2000-03-05 Art Cancro* Added support for protocols over Unix domain sockets.
2000-03-03 Art Cancro* Finished the inbound side of gateway domain service
2000-02-26 Art Cancro* Properly handle all aliases specified in network...
2000-02-24 Art Cancro* Implemented holdoff time (15 minutes) for SMTP send...
2000-02-22 Art Cancro* FIXME
2000-02-22 Art Cancro* Got bounce messages working (mostly ... testers,...
2000-02-18 Art Cancro* Coded up the "bounce" functions. Still a coupla...
2000-02-08 Art Cancro* Implemented the deprecated "LAST" command in POP3...
2000-01-26 Art Cancro* SMTP delivery is working but still *very* rough.
2000-01-25 Art Cancro* Wrote enough of the SMTP sender to get Patriot drooli...
2000-01-24 Art Cancro* Stuff
2000-01-23 Art Cancro* Temporary hack to ig_tcp_server() to listen on an...
2000-01-23 Art Cancro* Coded up some more of the SMTP-sender (still not...
2000-01-12 Art Cancro* sysdep.c: start the housekeeping thread *after* dropp...
2000-01-09 Art Cancro* Get/save arbitrary configs
2000-01-06 Art Cancro* Replaced citmail.c with a new one that simply SMTP...
1999-12-09 Art Cancro* Split cmd_user() and cmd_pass() into frontend/backend...
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-27 Art Cancro* Initial hack of worker-thread rearchitecture. Right...
1999-10-04 Art Cancro* We now have a housekeeping thread and a housekeeping...
1999-01-21 Art Cancro * Changed module loading path to simply "module...
1998-11-04 Nathan Bryant * added RCS Id keyword strings to sources
1998-10-05 Art CancroChangeover to new room structure. See ChangeLog for...
1998-07-17 Art Cancro These are the changes to eliminate most of the arbitra...
1998-07-12 Art Cancro Finished all of the code relating to the "global serve...
1998-07-11 Art CancroInitial revision