stringbuf.c: random idle style cleanup.
[citadel.git] / citadel / server.h
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...
2001-01-13 Nathan Bryantmerged remaining changes from TRANSACTIONS (using cvs...
2001-01-13 Art Cancro* Added the ASYN command
2001-01-09 Art Cancro* more merges
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-08-14 Brian Costello- Added constant sizes for usernames and the nonce...
2000-05-26 Art Cancro* Changed some of the rev-level sensitive stuff to...
2000-03-15 Art Cancro* Added DEXP server command to disable incoming express...
2000-03-12 Art Cancro* Removed the semi-broken "chat room" functionality...
2000-03-08 Art Cancro* Shut off hostname resolution when dealing with Unix...
2000-03-07 Art Cancro* socket stuff
2000-02-16 Art Cancro* More addressing hacks
2000-02-14 Art Cancro* sysdep.c: added new event hook type EVT_TIMER. Timer...
2000-01-15 Art Cancro* Added a generic (void *) parameter to the ForEachUser...
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-11 Art Cancro* Implemented most of MAIL FROM:
1999-12-09 Art Cancro* Finished the "arbitrary service" registration.
1999-12-08 Art Cancro* service optimization
1999-12-08 Art Cancro* Added CtdlRegisterServiceHook() and its data type...
1999-11-01 Art Cancro* Fixed a concurrency bug which crashed the server...
1999-10-29 Art Cancro* Debugged all possible ways for a session to terminate...
next