Revert "Replaced cached_msglist array with a btree persistent through the session."
[citadel.git] / citadel / server.h
2011-09-04 Art CancroRevert "Replaced cached_msglist array with a btree...
2011-09-04 Art CancroReplaced cached_msglist array with a btree persistent...
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-08-28 Wilfried Göesgens* do typedef the visit struct, remove all those 'struct...
2010-04-08 Art Cancro* Moved instant messaging into its own module -- serv_i...
2009-11-03 Dave WestIncreased the load average before strangling the server...
2009-09-15 Art Cancro* Save entire instant message conversations to the...
2009-06-21 Wilfried Göesgens* add support for reading the UID via getsockopt from...
2009-05-31 Art Cancro* New session variable 'can_receive_im' which indicates...
2009-04-08 Art Cancro* Merge LDAP code; bindings are not yet complete
2009-04-07 Art Cancro* Prepped portions of the code for imminent merge of...
2009-04-06 Art Cancro* Set CTDLEXIT_SHUTDOWN value to 0
2009-04-06 Wilfried Göesgens* enable the watcher do differenciate between crash...
2009-03-12 Art Cancro* Removed userspace buffering. Everyone has TCP_CORK...
2008-07-17 Dave WestRe-added the S_LDAP semaphore. It is needed. Not sure...
2008-07-17 Dave WestRemoved S_LDAP. Its not used anywhere.
2008-07-13 Wilfried Göesgens* disable our idle-check for ARTV import/export since...
2008-05-29 Art CancroBegan writing some code to associate OpenIDs with Citad...
2008-05-29 Art Cancrogetuserbynumber() now uses a proper indexed database
2008-05-27 Art CancroRemoved an unused S_ mutex enum that is no longer in use
2008-05-27 Art CancroRemember the last version of Berkeley DB that touched the
2008-05-23 Art CancroBegin caching OpenID data in the session; we'll need...
2008-05-22 Art CancroFetch assoc_handles and use them in checkid_setup requests
2008-03-26 Art CancroHandle RFC822 'References:' field and Citadel W (Wefewe...
2008-03-03 Wilfried Göesgens* wrong number set
2008-03-03 Wilfried Göesgens* THIS IS 7.33 / 1.08
2008-02-09 Wilfried Göesgens* UIMG and UOPN require the client to specify a Mimetyp...
2008-01-17 Art CancroBacked out r5921 and r5936 because they were causing
2008-01-16 Art CancroVIEW_ definitions are now in libcitadel.h
2008-01-13 Dave Westdo_hosekeeping is now a seperate thread. This releases...
2007-12-06 Dave WestAdded the functions to allow scheduling of a thread...
2007-12-03 Art CancroOnly send presence notifications when the first
2007-12-03 Art CancroInstant messages now carry the email address or JID...
2007-11-30 Dave WestRemoved defunct semaphore S_WORKER_LIST
2007-11-30 Art CancroDefine an XMPP queue...
2007-11-21 Art Cancrostruct CitContext no longer contains separate module...
2007-11-21 Dave WestBegun implimentation of a really good thread control...
2007-11-20 Dave WestSource clean up.
2007-11-11 Art CancroAmended the MSGP command to provide a way for the client to
2007-10-29 Art CancroFound a MUCH better way to store the UIDL's of
2007-10-05 Dave WestChanged serv_network.c receive_spool to remove the...
2007-08-26 Wilfried Göesgens* modules registering serverports now need to specify...
2007-08-23 Dave WestPatches from Matt with slight mod from me to do without...
2007-08-05 Dave WestContinue phase 2 of modules stuff.
2007-08-03 Dave WestContinue phase 2 of modules stuff.
2007-07-22 Wilfried Göesgensdavew: clean ups, addition to documentation of API...
2007-07-15 Wilfried Göesgens* added a comment infront of the svn modifieable return...
2007-07-07 Art CancroSupport AUTH=PLAIN in the IMAP server.
2007-06-19 Art Cancrochkpwd is now a daemon that is started by citserver
2007-04-04 Art CancroRemoved some outdated cruft from the SMTP queue handler:
2007-03-22 Art CancroServer-side changes to allow users to submit messages
2007-02-22 Art CancroFinal changes to server to allow message display names to
2007-02-18 Art Cancro* Cache the Friendly Name (fn) from the user's vCard
2006-12-27 Art Cancro* setup.c: updated to use new built-in daemonization
2006-12-22 Art Cancro* Reference count adjustments are now deferred by queuing
2006-10-28 Art CancroNew server command DLAT (DownLoad ATtachment) which
2006-09-23 Art CancroCompleted a new queue (sieve_list) which will instantly
2006-09-21 Art Cancroserv_network.c and msgbase.c: preliminary work for...
2006-09-07 Wilfried Göesgens* initiall sieve listing support. authentication works...
2006-01-04 Art CancroBegan implementation of Journaling and Envelope Journaling.
2005-10-19 Art Cancro* New type of server hook: CtdlRegisterFixedOutputHook...
2005-10-01 Art Cancro* Began writing code to index messages by euid per...
2005-09-27 Art Cancro* Auto-add *recipient* addresses to Contacts. This...
2005-09-16 Art Cancro* Cc: and Bcc: support. Not finished yet.
2005-05-17 Art Cancro*** empty log message ***
2005-05-16 Art Cancro* Added in skeleton modules for fulltext indexer
2005-05-16 Art Cancro* definition of struct CitControl moved from citadel...
2005-04-29 Art Cancro* Significantly reduced the memory footprint of struct...
2005-04-29 Art Cancro* Removed the CtdlRedirectOutput() API, as we are no...
2005-03-23 Art Cancro* Began an effort to eliminate SIZ wherever possible...
2005-03-18 Art Cancro* Finished removing all the "dynamic session data"...
2005-03-12 Art Cancro* Trying to fix a memory bug somewhere.
2005-03-10 Art Cancro* Altered the algorithm by which the doubly-linked...
2005-03-05 Art Cancro*** empty log message ***
2005-03-02 Art Cancro* serv_spam.c: use redirect_buffer instead of redirect_sock
2005-03-01 Art Cancro* Began implementation of a third RedirectOutput mode...
2005-02-16 Art Cancro* Applied patches submitted by Kevin Kilbride for TCP_C...
2005-02-05 Art Cancro* msgbase.c: replication checks for Exclusive-ID no...
2005-01-22 Art Cancro* Each message's metadata now has the ability to cache...
2005-01-19 Art Cancro* Minor and/or cosmetic changes made during x64 trouble...
2004-10-23 Art Cancro* serv_notes.c: finished. When saving a message in...
2004-10-03 Art Cancro* Removed some vestiges
2004-06-16 Art Cancro* More scheduler changes. Removed the rescan pipe...
2004-06-15 Art Cancro* Store the body of any large (>1K) message in a separa...
2004-06-09 Art Cancro* The scheduler can now "wake up" a session to deliver...
2004-06-07 Art Cancro* Changed "express message" to "instant message" everyw...
2004-06-06 Art Cancro* New session scheduler. All sessions which select...
2004-03-24 Art Cancro* Put a new memory leak checker into the server because...
2004-03-24 Art Cancro* Removed the built-in memory leak checker. It wasn...
2004-03-22 Michael Hampton* sysdep.c: worker_thread(): Make scheduling a little...
2004-03-21 Art Cancro* room_ops.c: increased the thread safety of cgetfloor()
2004-03-16 Art Cancro* Eliminate EVT_OUTPUTMSG server extensions (don't...
2004-01-18 Art Cancro* Reworked vCard etc. functions for addition of new...
2003-12-09 Nathan Bryantdid a minimal amount of ANSIfication without changing...
2003-11-30 Art Cancro* Support IMAP \Answered flag
2003-11-06 Art Cancro* For certain IMAP outputs (such as BODYSTRUCTURE)...
2003-07-15 Art Cancro* Killed off CtdlGetDynamicSymbol() and just put all...
2003-07-11 Art Cancro* is_public_client() now caches the IP addresses of...
2003-07-10 Art Cancro* Added cs_addr field to struct CitContext -- holds...
2003-06-29 Art Cancro* Renamed "struct user" to "struct ctdluser"
next