The new server API no longer uses upload_type. Removed it from CitContext.
[citadel.git] / citadel / server.h
2018-08-24 Art CancroThe new server API no longer uses upload_type. Removed...
2018-08-24 Art CancroRemoved the unused field (mimetype) from struct MetaData
2018-08-24 Art Cancrostruct MetaData has an unused member "mimetype" that...
2018-08-08 Art Cancrosanity check diagnostic mode
2018-01-24 Art Cancrowhittle whittle
2018-01-24 Art Cancromore trimming away of ignet stuffs
2018-01-01 Art CancroMore work on using the OpenSSL 1.1 API
2017-10-28 Art CancroCDB_OPENID is now CDB_EXTAUTH
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-08-16 Wilfried GoesgensMerge branch 'configdb' of ssh://git.citadel.org/appl...
2015-06-03 Art CancroFinished migrating legacy control record to new config...
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art Cancromerge
2015-04-25 Art CancroSet up the CDB_CONFIG database
2015-04-20 Art Cancroctdluid is now specified on the command line with the...
2015-04-10 Art CancroRemoved the whole configlen thing. Seriously, WTF?
2015-04-07 Art CancroCreate CDB_CONFIG database. Renamed some members of...
2013-09-24 Wilfried GoesgensConvert CtdlMessages to respect cm_lengths[]
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-08-18 Wilfried Goesgensuse an Enum for the cm_fields vector instead of nameles...
2013-08-03 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-08-03 Wilfried GoesgensMESSAGES: store 1 & 2 field to db - it has to be permanent.
2011-09-04 Art CancroSwitched back to the old style thread architecture...
2011-09-04 Art CancroRemoved the DEBUG_MEMORY_LEAKS framework because we...
2011-09-04 Art CancroCC->kill_me now contains an enum indicating the REASON...
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 ***
next