fix all the <time.h> vs. <sys/time.h> issues, hopefully
[citadel.git] / citadel / serv_vcard.c
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.