* First cut at Solaris fixes. There may still be some *printf("%s", NULL)
[citadel.git] / citadel / serv_vcard.c
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.