Begun implimentation of a really good thread control interface.
[citadel.git] / citadel / server.h
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"
2003-06-29 Art Cancro* Renamed:
2003-06-29 Art Cancro*** empty log message ***
2003-04-07 Art Cancro* Reworked all the "list rooms" operations so that...
2003-04-01 Art Cancro* sysdep.c: optimized MyContext() a bit, and inlined...
2003-03-10 Art Cancro* Tweaks to msgbase.c and imap_fetch.c to fix slightly...
2003-02-13 Art Cancro* Fixed algorithm for reporting "last login"
2003-01-17 Art Cancro* Began making some build changes for Cygwin compatibility
2002-11-29 Art Cancro* CC->cs_inet_email is now a string buffer, not a pointer
2002-10-26 Art Cancro* Increase size of temp file name buffer in struct...
2002-08-24 Art Cancro* Bugfixes and cosmetic changes to listsub system
2002-08-08 Art Cancro* Bugfix for above
2002-07-23 Art Cancro* Completed the MSGP and MSG4 commands to set the clien...
2002-07-13 Art Cancro* CtdlOutputMsg() caches the most recently fetched...
2002-06-07 Art Cancro* Added a new message function hook type EVT_SMTPSCAN...
2002-05-13 Art Cancro* usergoto() can now be supplied a NULL room name to...
2002-05-12 Art Cancro* Removed the unfinished moderation system.
2002-04-23 Art Cancro* Set up the framework for different "views" of a room
2002-02-15 Art Cancro* Began implementation of a networker use table that...
2002-02-02 Art Cancro* If a user has at least one valid Internet directory...
2002-01-30 Art Cancro* Added a new DeleteFunctionHook type of thing. These...
2002-01-25 Art Cancro* fixz to allow incoming vCards in the address book...
2002-01-23 Art Cancro* Added a new hook type for handling incoming network...
2002-01-10 Art Cancro* Minor updates for directory service
2002-01-06 Michael Hampton* SSL/TLS support for the Citadel/UX wire protocol
2001-12-28 Michael Hampton* Server support for hostnames up to 63 characters
2001-12-04 Art Cancro* mime_parser.c: change to memory allocation algorithm...
2001-12-03 Art Cancro* quick fix
2001-10-29 Art Cancro* More of the same
2001-10-29 Art Cancro* Renamed "SuppMsgInfo" to "MetaData" because that...
2001-10-16 Nathan Bryant- configury tweaks for a /usr/include/db3 goof and...
2001-10-06 Art Cancro* network_talking_to()
2001-09-06 Nathan Bryant - port to Cygwin (DLL support, etc.)
2001-07-13 Art Cancro* Shuffled around some of the housekeeping loop code
2001-04-21 Art Cancro* Began implementation of per-message seen/unseen attribute
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...
next