* Removed our naive 'conv_date()' RFC822-to-unixtime conversion function
[citadel.git] / citadel / ChangeLog
1999-12-13 Art Cancro* Removed our naive 'conv_date()' RFC822-to-unixtime...
1999-12-10 Art Cancro* internet_addressing.c: added. (Internet address...
1999-12-10 Art Cancro* serv_smtp: implemented RFC821 "VRFY" and "EXPN" commands
1999-12-09 Art Cancro* Split cmd_user() and cmd_pass() into frontend/backend...
1999-12-09 Art Cancro* Finished the "arbitrary service" registration.
1999-12-08 Art Cancro* Added CtdlRegisterServiceHook() and its data type...
1999-11-29 Nathan Bryant* citserver.c: Solaris lacks inet_aton; use inet_addr...
1999-11-29 Nathan Bryant* citserver.c: include <sys/types.h>; may help portabil...
1999-11-22 Art Cancro* Added some temporary variables to OpenCmdResult(...
1999-11-21 Art Cancro* Protected cmd_move() from buffer overrun (no longer...
1999-11-19 Art Cancro* Fixed a *serious* memory leak in the database functio...
1999-11-18 Art Cancro* Changed the order of parameters in <.A>ide <S>ystem...
1999-11-18 Art Cancro* Updated some of the documentation
1999-11-17 Art Cancro* Removed the session_count() function. Instead, keep...
1999-11-15 Art Cancro* Put lockfile in /tmp instead of in /var/lock. The...
1999-11-15 Art Cancro* Fixed the network-wide vCard purge logic so that...
1999-11-09 Nathan Bryant* configure.in: include <sys/types.h> when doing checks...
1999-11-05 Art Cancro* Issue 'cancel' messages for vCard when a user is...
1999-11-03 Art Cancro* Fixed buffer overrun problems in cmd_rchg(), cmd_hchg...
1999-11-02 Art Cancro* Fixed timeout problem for remote client sessions...
1999-11-02 Art Cancro* Several fixes to msgbase.c and netproc.c to prevent...
1999-11-01 Art Cancro* Fixed a concurrency bug which crashed the server...
1999-11-01 Art Cancro* CtdlFetchMessage() - generate a "<no text>" message...
1999-10-31 Art Cancro* Fixed buffer overrun in cmd_rchg()
1999-10-31 Art Cancro* Fixed incorrect assignment of new session ID's
1999-10-31 Art Cancro* Fixed a bug which was crashing the server during...
1999-10-29 Art Cancro* database.c: Removed arbitrary limit on maximum number...
1999-10-29 Art Cancro* Debugged all possible ways for a session to terminate...
1999-10-28 Art Cancro* Fixed a problem where the client protocol would spit...
1999-10-28 Art Cancro* Removed all of the thread cancellation cruft that...
1999-10-28 Art Cancro* Fixed the problem of worker threads waking up prematu...
1999-10-27 Art Cancro* Initial hack of worker-thread rearchitecture. Right...
1999-10-26 Art Cancro* Removed the auto-reconnect stuff... it was locking...
1999-10-26 Art Cancrodamn bugs
1999-10-26 Art Cancro* Shuffled around the order of events when a thread...
1999-10-26 Art Cancro* Changed a lot of strncpy() calls to safestrncpy(...
1999-10-24 Nathan Bryant * Makefile.in, configure.in: added --enable-icq flag...
1999-10-23 Art Cancro* Finished moving vCard functionality to the new messag...
1999-10-21 Art Cancro* Finished up the flags and replication checks in CtdlS...
1999-10-20 Art Cancro* More code shuffle. Added some flags to CtdlSaveMessa...
1999-10-20 Art Cancro* Wholist fixes for users who are in chat mode
1999-10-20 Art Cancro* In the wholist, only show <private room> if the user...
1999-10-20 Art Cancro* Code reorganization. Making it easier to move/copy...
1999-10-17 Art Cancro* Discovered a huge design flaw in the replication...
1999-10-16 Art Cancro* Changes to message replication code. Don't do server...
1999-10-14 Art Cancro* Finished the netproc side of Z (zap/supersede) proces...
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* 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...
next