* Properly handle all aliases specified in network/mail.aliases for incoming
[citadel.git] / citadel / ChangeLog
2000-02-26 Art Cancro* Properly handle all aliases specified in network...
2000-02-26 Art Cancro* Fortified the message base and SMTP code so that...
2000-02-25 Art Cancro* Modularized the RWHO (Read WHO is online) command...
2000-02-24 Art Cancro* Implemented holdoff time (15 minutes) for SMTP send...
2000-02-24 Art Cancro* Client protocol synchronization check during exit...
2000-02-22 Art Cancro* Minor tweaks to RFC822 output to keep brain-damanged...
2000-02-22 Art Cancro* Got bounce messages working (mostly ... testers,...
2000-02-18 Art Cancro* Coded up the "bounce" functions. Still a coupla...
2000-02-18 Art Cancro* Made the <.ASI> command a bit friendlier.
2000-02-17 Art Cancro* Got the "MAIL From:" command sending the correct...
2000-02-16 Art Cancro* Altered the display and conversion of RFC822 messages
2000-02-16 Art Cancro* Added the resolver library to the configure script
2000-02-16 Art Cancro* Vanquished the evil dn_expand() beast. getmx() now...
2000-02-14 Art Cancro* sysdep.c: added new event hook type EVT_TIMER. Timer...
2000-02-08 Art Cancro* Implemented the deprecated "LAST" command in POP3...
2000-02-07 Art Cancro* Renamed CtdlLocalHost() to CtdlHostAlias() and worked...
2000-02-03 Art Cancro* Formalized the 'Internet Configuration' logistics...
2000-01-31 Art Cancro* <.A>ide <S>ystem configuration <I>nternet in the...
2000-01-26 Art Cancro* SMTP delivery is working but still *very* rough.
2000-01-25 Art Cancro* Wrote enough of the SMTP sender to get Patriot drooli...
2000-01-23 Art Cancro* Temporary hack to ig_tcp_server() to listen on an...
2000-01-23 Art Cancro* Coded up some more of the SMTP-sender (still not...
2000-01-22 Art Cancro* Added some more functionality to the string tokenizer
2000-01-17 Art Cancro* CR to CRLF hacks (lose, lose, lose)
2000-01-17 Art Cancro* Completed POP3 server. All RFC1939 commands except...
2000-01-17 Art Cancro* Implemented LIST and STAT commands in the pop3 server
2000-01-17 Art Cancro* citserver.c: cleanup hook functions are now run under...
2000-01-17 Art Cancro* Modified CtdlOutputMsg() to handle output to arbitrar...
2000-01-15 Art Cancro* Added a generic (void *) parameter to the ForEachUser...
2000-01-15 Art Cancro* Removed UI_DIALOG mode in setup. Can't count on...
2000-01-15 Art Cancro* Fixed the access rights on auto-created rooms (the...
2000-01-13 Art Cancro* techdoc/delivery-list.txt: added (syntax for delivery...
2000-01-12 Art Cancro* sysdep.c: start the housekeeping thread *after* dropp...
2000-01-09 Art Cancro* Removed the fifo-based protocol downloads and replace...
2000-01-08 Art Cancro* Completed spool to outbound delivery queue (still...
2000-01-08 Art Cancro* Reworked some of the data structures to handle multip...
2000-01-06 Art Cancro* Replaced citmail.c with a new one that simply SMTP...
1999-12-30 Art Cancro* Got initial SMTP delivery working in a very specific...
1999-12-29 Art Cancro* client_chat.c: display "No message sent" if a send...
1999-12-26 Art Cancro* serv_vcard: don't run hooks when not logged in (such...
1999-12-23 Art Cancro* "Finished" initial hack of RFC822 import
1999-12-22 Art Cancro* Fixed up the "Date:" headers to be RFC822-compliant
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...
next