* Reference count adjustments are now deferred by queuing
[citadel.git] / citadel / serv_vcard.c
2006-12-22 Art Cancro* Reference count adjustments are now deferred by queuing
2006-11-01 Wilfried Göesgens* added message subject to all those tiny messages
2006-09-25 Wilfried Göesgens* use the original mail dest function to find out if...
2006-09-20 Wilfried Göesgens* lookup aliases and rooms for delivery too.
2006-08-28 Wilfried Göesgens* changed the fail reply. this seems the string postfix...
2006-08-27 Art CancroMSGS command can now do full text search on the room
2006-08-24 Wilfried Göesgens* CHANGE: postfix just wants newline, not \r\n
2006-08-23 Wilfried Göesgens* implemented a postfix tcp-dict table, first draft.
2006-07-28 Art CancroCtdlDeleteMessages() now has a bulk API. Updated all...
2006-03-31 Art CancroIf the netconfigs file for Global Address book is
2006-03-29 Art CancroFixedOutputHooks are now used _strictly_ for the MSG0...
2006-03-27 Art CancroCheck for CANCEL messages even when not sharing a
2006-02-23 Art CancroAdded a small hack for one site that requested it, to
2006-02-07 Art CancroSome changes to view vs. default view behavior.
2006-01-19 Art Cancro* Change to journaling code to include an Internet...
2006-01-19 Art Cancro* Refactored the code that populates the session's...
2005-11-28 Art Cancro* Eliminated the use of tmpnam() to shut up the compile...
2005-10-19 Art Cancro* New type of server hook: CtdlRegisterFixedOutputHook...
2005-10-02 Art Cancro* The EUID index is now built, and replication checks...
2005-09-27 Art Cancro* Auto-add *recipient* addresses to Contacts. This...
2005-09-18 Art Cancro* File the auto-generated vCards into the users' addres...
2005-09-16 Art Cancro*** empty log message ***
2005-09-16 Art Cancro* Cc: and Bcc: support. Not finished yet.
2005-09-15 Art Cancro* Restructured cmd_auto() to be able to search vCards...
2005-08-12 Art Cancro* Bounds checking in CtdlDirectoryLookup()
2005-08-05 Art Cancro* Any "delete message" operation which is synchronous...
2005-06-03 Art Cancro* When saving a vCard to a dedicated contacts room...
2005-06-03 Art Cancro* Removed old Aethera hacks
2005-03-24 Art Cancro* extract_token() now expects to be supplied with the...
2005-03-18 Art Cancro* Finished removing all the "dynamic session data"...
2005-02-08 Art Cancro* client_gets(char *buf) has been replaced by
2005-02-05 Art Cancro* More reliable handling of conversion of vCard UID...
2005-01-27 Art Cancro* Renamed the "Extended message ID" field to "Exclusive...
2005-01-27 Art Cancro* serv_vcard.c: changed the logic a bit. When saving...
2004-09-16 Art Cancro* CRE8 command: allow setting default view during room...
2004-09-11 Michael Hampton* Remove calls to the broken flush_output() while I...
2004-09-05 Michael Hampton* Buffered output needs to be flushed in several places...
2004-06-16 Art Cancro* Scheduler fix ... added the rescan pipe back in
2004-05-07 Art Cancro* Implemented partial RFC2739 compliance (calendar...
2004-04-01 Art Cancro* Put some blankety-blank values in the default generat...
2004-03-24 Art Cancro* Removed the built-in memory leak checker. It wasn...
2004-03-16 Art Cancro* Better conversion of friendly name to fully qualified...
2004-03-16 Art Cancro* Eliminate EVT_OUTPUTMSG server extensions (don't...
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
2004-02-16 Michael Hampton* Add specific error codes for every command on the...
2004-02-05 Art Cancro* Delete a user's LDAP entry when deleting the vCard...
2004-02-01 Art Cancro* policy.c: fix bug in GetExpirePolicy() that was causi...
2004-01-18 Art Cancro* Reworked vCard etc. functions for addition of new...
2003-08-20 Art Cancro* Create a "Contacts" room for personal address book use
2003-07-15 Art Cancro* Killed off CtdlGetDynamicSymbol() and just put all...
2003-06-29 Art Cancro* Renamed "struct user" to "struct ctdluser"
2003-06-29 Art Cancro*** empty log message ***
2003-06-25 Art Cancro* Per-user and global flags calling for validation...
2003-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...
2003-01-15 Art Cancro* First cut at static-linking the citserver. Ripped...
2002-11-29 Art Cancro* CC->cs_inet_email is now a string buffer, not a pointer
2002-06-15 Art Cancro* cosmetics
2002-05-12 Art Cancro* Removed the unfinished moderation system.
2002-04-30 Art Cancro* When sending a page that results in the receiver...
2002-03-25 Nathan Bryant * compatibility with Berkeley DB < 3.3
2002-03-22 Art Cancro* Handle vCard registration updates for users other...
2002-03-12 Nathan Bryantsprintf bashing
2002-03-12 Nathan Bryantmore sprintf bashing
2002-03-05 Art Cancro* vcard.c: another API update
2002-02-11 Art Cancro* Don't crash when deleting "purge this vCard" messages
2002-02-07 Art Cancro* Silently refuse to add directory entries for Internet...
2002-02-02 Art Cancro* If a user has at least one valid Internet directory...
2002-02-01 Art Cancro* Added a QDIR protocol command to do quick-and-dirty...
2002-01-31 Art Cancro* When deleting a vCard from the Global Address Book...
2002-01-25 Art Cancro* fixz to allow incoming vCards in the address book...
2002-01-23 Art Cancro* Add vCards from incoming network messages in the...
2002-01-15 Art Cancro* vcard.c: updated vCard "object methods" to handle...
2002-01-11 Art Cancro* More code for the Global Address Book
2002-01-10 Art Cancro* Minor changes for global directory service
2002-01-10 Art Cancro* Minor updates for directory service
2002-01-09 Art Cancro* Finished the callback stuff for vCard address extraction
2002-01-09 Art Cancro* Began writing code to harvest Internet e-mail address...
2002-01-08 Art Cancro* serv_vcard.c: cosmetic cleanup
2002-01-05 Art Cancro* Removed some protocol commands and writeups that...
2001-12-30 Art Cancro* CtdlSaveMsg() is now CtdlSubmitMsg() and can accept...
2001-10-06 Art Cancro* Stripped the build of obsolete parts of the old netwo...
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
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-02-06 Art Cancro* citadel.rc: changed the default for local_screen_dime...
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-12-05 Art Cancro* Added support for non-USA country identities in vCard...
2000-08-05 Art Cancro* Added [idle] to client wholist display for sessions...
2000-07-10 Art Cancro* Another attempt to fix the crashy crashy bug in serv_...
2000-07-04 Art Cancro* Fixed potential crashy crashy bug in serv_vcard.c
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-05-26 Art Cancro* Changed some of the rev-level sensitive stuff to...
2000-03-27 Nathan Bryant * First cut at Solaris fixes. There may still be some...
2000-03-10 Art Cancro* Changes to message base and networker to support...
2000-02-22 Art Cancro* Got bounce messages working (mostly ... testers,...
2000-01-15 Art Cancro* Fixed the access rights on auto-created rooms (the...
2000-01-09 Art Cancro* Get/save arbitrary configs
1999-12-26 Art Cancro* serv_vcard: don't run hooks when not logged in (such...
1999-11-15 Art Cancro* Fixed the network-wide vCard purge logic so that...
1999-11-05 Art Cancro* Issue 'cancel' messages for vCard when a user is...
next