* Semi-broken vCard replacement implementation in place.
[citadel.git] / citadel / ChangeLog
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* We now have a housekeeping thread and a housekeeping...
1999-10-03 Art Cancro* Added serv_upgrade.h to automagically convert pre...
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* The vCard 'class' is now linked into the server,...
1999-09-19 Art Cancro* Finished off the message architecture stuff with...
1999-09-19 Art Cancro* migrated cmd_ent3() to CtdlSaveMessage()
1999-09-19 Art Cancro* Debugged the new version of CtdlWriteObject()
1999-09-16 Art Cancro* Did most of the migration from save_message() to...
1999-09-07 Art Cancro* cmd_msg3() now uses serialize_message() for its outpu...
1999-09-07 Art Cancro* netproc.c: put outgoing messages into the use table...
1999-09-06 Art Cancro* citadel.c: run strproc() on new passwords
1999-09-03 Ben MehlmanFor URL view, don't prompt user to select url if there...
1999-09-02 Art Cancro* msgbase.c: new function serialize_message() for futur...
1999-09-01 Art Cancro* database.c: isplay the GDBM version string on startup
1999-09-01 Art Cancro* Actually _enforce_ the max msg len limit
1999-09-01 Art Cancro* Added the ability to handle embedded URL's from the...
1999-09-01 Art Cancro* Implemented "maximum message length" in global system...
1999-08-31 Art Cancro* Handle multipart/alternative properly during legacy...
1999-08-29 Art Cancro* Made some changes to the output of MIME (especially...
1999-08-29 Art Cancro* HTML updates
1999-08-24 Art Cancro* html.c: added. This is an overly simplistic HTML...
1999-08-21 Art CancroMinor cosmetic cleanup. No code changes.
1999-08-21 Art Cancro* mailinglist.c, netmailer.c: fixed to allow list submi...
1999-08-08 Art Cancro* Made one more byte available in locate_host() and...
1999-08-07 Nathan Bryant * serv_icq.c: warning fixes
1999-08-06 Art Cancro* locate_host.c: use strdoop() and phree() instead...
1999-08-05 Art Cancro* RWHO command now returns express message code in...
1999-08-04 Art Cancro* Fixed some bugs in the ICQ metaclient, and documented...
1999-08-03 Art Cancro* Added client_icq.c and client_icq.h
1999-08-03 Art Cancro* Wrote the client side of the ICQ gateway. Now on...
1999-08-03 Art Cancro* Redesigned the client protocol commands for dealing...
1999-08-01 Art Cancro* EXTREME coolness. The server side of the ICQ metacli...
1999-07-31 Art Cancro* Restructured the express message infrastructure,...
1999-07-30 Art Cancro* Applied bugfix patches contributed by Vaggelis Tsirkas:
1999-07-30 Art Cancro* Added strdoop(), a leak-checked version of strdup()
1999-07-29 Art Cancro* msgbase.c: reorganized. output_message() now uses...
1999-07-28 Art Cancro* Server modules are now labelled with their RCS ID...
1999-07-28 Art Cancro* serv_expire.c: expire-by-age now calls CtdlFetchMessa...
1999-07-27 Art Cancro* Implemented new data type "CtdlMessage" which will...
1999-07-27 Art CancroRemoved all references to CC->msglist and CC->num_msgs...
1999-07-27 Art CancroRemoved serv_upgrade.c and all references to it in...
1999-07-25 Art CancroFixed reference count problem in cmd_move()
1999-07-24 Art CancroContinued replacing references to [get|put]_msglist...
1999-07-24 Art CancroExperimenting with automatic updating of ChangeLog...
1999-07-24 Art Cancrocmd_move() now uses CtdlDeleteMessages().
1999-07-24 Art CancroTest of automatically updating ChangeLog
1999-07-23 Art Cancro * Fixed really dumb error that prevented network msgs...
1999-07-23 Art CancroAdded CtdlWriteObject() to store generic data in the...
1999-07-23 Art CancroMoved message deletion into new API function CtdlDelete...
1999-07-21 Art Cancro Moved the actual work done in cmd_msgs() into a new...
1999-07-20 Art Cancro * Keep the (unqualified) content-type in the...
1999-07-19 Art Cancro * serv_icq.c, serv_icq.mk: added (separate...
1999-07-18 Art CancroChanges to dynloader et al to handle ICQ module being...
1999-07-18 Nathan Bryant * Makefile.in: don't install chkpwd setuid...
1999-07-17 Art Cancro Relaxed the security check in chkpwd.c a bit; it was...
1999-07-16 Art Cancro * Improved auto-reconnect by NOT using SIGPIPE and...
1999-07-16 Art Cancro * PEXP and GEXP no longer trip the idle time display
1999-07-16 Art Cancro * eliminate redundant "name" parameter in [l]putuser...
1999-07-13 Nathan Bryant * Makefile.in, configure.in: link netproc with...
1999-07-12 Art Cancro * Mail is now saved in both sender and recipien...
1999-07-12 Art Cancro * Added supplementary message info records...
1999-07-11 Art Cancro * room_ops.c: eliminate room name parameter...
1999-07-11 Art Cancro * netproc.c: msgfind() no longer uses the times...
1999-07-08 Art Cancro * control.c: create citadel.control if it doesn...
1999-07-05 Art Cancro * utilsmenu: removed menu items for defunct utilities
1999-06-28 Art Cancro * Changed any remaining references to UUCP, to "Intern...
1999-06-25 Art Cancronetproc.c: Finished the loopzapper
1999-06-24 Art Cancro * added server command line option "-f" to...
1999-06-21 Art Cancronetproc.c: started writing a vortex checker. Not finished.
1999-06-10 Art Cancro * Replaced all code that generated temporary...
1999-06-03 Art Cancro * base64.c: mapped fi and fo to stdin and stdou...
1999-05-22 Art Cancro * Added function CtdlGetDynamicSymbol() for...
1999-05-21 Art Cancro * database.c: print log messages for file defra...
1999-05-20 Art Cancrodatabase.c: print log messages for file defragmentations
1999-05-19 Art CancroWed May 19 19:30:28 EDT 1999 Art Cancro <ajc@uncnsrd...
1999-05-16 Nathan BryantAdded untested support for BSDI 4.x.
1999-05-13 Nathan Bryantcheck for -lsocket and -lnsl
1999-05-13 Nathan Bryantcheck for paths.h
1999-05-13 Nathan Bryant*** empty log message ***
1999-05-12 Nathan Bryantignore errors while installing /etc/pam.d/citadel
1999-05-12 Nathan Bryantfixed excessive paranoia; chkpwd used to refuse to...
1999-04-28 Art Cancronetpoll.c: upped default packet size
1999-04-27 Art Cancro * file_ops.c: fixed NDOP to not crash the server if...
1999-04-27 Art CancroRepaired IGnorant security hole blunder re. citmail
1999-04-26 Art Cancro5.53
1999-04-25 Art Cancroserv_chat.c: notify user of number of participants...
1999-04-23 Art Cancroserv_expire.c: now posts transcripts of all auto-purged...
1999-04-22 Art Cancroaidepost.c: add -r flag to allow posting to rooms other...
1999-04-20 Art Cancro * messages.c: downloading more than MAX_MSGS...
1999-04-19 Art Cancro * whobbs.c: auto-detect when being called from...
1999-04-18 Nathan Bryantfixed some potential buffer overruns (thanks dme)
1999-04-15 Art Cancro * Makefile.in: chmod 4755 citmail to prevent citmail...
next