* Renamed "struct user" to "struct ctdluser"
[citadel.git] / citadel / serv_vcard.c
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...
1999-10-28 Art Cancro* Removed all of the thread cancellation cruft that...
1999-10-23 Art Cancro* Finished moving vCard functionality to the new messag...
1999-10-18 Art Cancro* Started vCard migration to new Extended ID stuff
1999-10-16 Art Cancro* Don't do hooks during cmd_ent3()
1999-10-13 Art Cancro* Added search-by-header-fields to CtdlForEachMessage...
1999-10-13 Art Cancro* Starting some work on network zap (supersede) mode...
1999-10-08 Art Cancro* More vCard-related debugging
1999-10-07 Art Cancro* Semi-broken vCard replacement implementation in place.
1999-10-06 Art Cancro* vCard upload now copies the user's card to the global...
1999-10-06 Art Cancro* Figured out a way to get the user's vCard to automati...
1999-10-04 Art Cancro* Minor vCard fixes
1999-10-03 Art Cancro* Misc fixes and comment/docs updates
1999-09-29 Art Cancro* CtdlWriteObject() can now store objects in personal...
1999-09-29 Art Cancro* serv_vcard.c: fixed crashola bug in cmd_greg()
1999-09-28 Art Cancro* Fully migrated cmd_greg() and cmd_regi() into serv_vc...
1999-09-27 Art Cancro* cmd_regi() is now in serv_vcard and writes to the...
1999-09-24 Art Cancro* "read my vCard" and "write my vCard" are written...
1999-09-24 Art Cancro* Worked a little more on the vCard stuff. The serv_vc...
1999-09-23 Art Cancro* serv_vcard.c: added. Nothing in it yet.