* Finished (mostly) the Sleepycat DB backend ... added transaction logging
[citadel.git] / citadel / ChangeLog
2000-12-03 Art Cancro* Finished (mostly) the Sleepycat DB backend ... added...
2000-11-30 Art Cancro* Got the Sleepycat DB back end working, by opening...
2000-11-29 Art Cancro* I think the db stuff is ok, but my db library is...
2000-11-27 Michael Hampton* commands.c: fixups to print_express() to make externa...
2000-11-27 Michael Hampton* print_express(): now uses GEXP instead of old PEXP...
2000-11-27 Michael Hampton* serv_chat.c: fix send_express_message() to include...
2000-11-27 Art Cancro* Initial checkin of database_sleepycat.c (doesn't...
2000-11-26 Art Cancro* msgbase.c: Added new API function CtdlOutputPreLoaded...
2000-11-25 Michael Hampton* Added a bit of detail to syslog entries; now shows...
2000-11-25 Art Cancro* Minor IMAP tweaks. It still doesn't work. :(
2000-11-23 Michael Hampton* citadel.spec: update version number
2000-11-21 Michael Hampton * domain.h: changed the HP/UX compatibility code to...
2000-11-12 Art Cancro* Optimized server side input of message text
2000-11-10 Art Cancro* Ford's Fix for Faster Functionality (save position...
2000-11-09 Art Cancro* tools.c: striplt() strips all whitespace, not just...
2000-11-07 Art Cancro* imap_fetch.c: added a skeleton "ENVELOPE" fetch....
2000-11-07 Art Cancro* xx FETCH n:n BODY[pn.MIME] now works
2000-11-06 Art Cancro* Changed the mime_parser() API (again) to allow "don...
2000-10-29 Art Cancro* Start numbering top-level MIME parts as 1, 2... not...
2000-10-28 Michael Hampton* msgbase.c: eliminated most gotos; a single goto in...
2000-10-25 Art Cancro* Implemented the AUTHENTICATE LOGIN command in IMAP
2000-10-25 Art Cancro* FETCH now works for ranges *and* sets, and with seque...
2000-10-24 Art Cancro* Added RFC822, RFC822.HEADER, RFC822.SIZE, RFC822...
2000-10-23 Michael Hampton* War on goto: rewrote a few easy functions to elimina...
2000-10-11 Michael Hampton* utilsmenu: obey $PAGER environment var, if any. ...
2000-10-11 Michael Hampton* citadel.c: when ansi_color=user, enable color at...
2000-10-11 Michael Hampton* domain.c: getmx() returns hostname as MX if no MX...
2000-10-10 Art Cancro* Added support of macros ALL, BODY, FAST, and FULL...
2000-10-06 Art Cancro* Mark Crispin is a fscking idiot. IMAP is a convolute...
2000-10-05 Art Cancro* Slowly and painfully writing IMAP support
2000-10-04 Art Cancro* Added skeleton versions of the LIST and LSUB commands...
2000-10-04 Art Cancro* Allow Aides to zap rooms (site configurable setting)
2000-10-03 Art Cancro* Changed the <.A>ide <S>ysconfig <G>eneral command...
2000-09-28 Michael Hampton* commands.c: changed sttybbs() to support HP/UX termio...
2000-09-24 Art Cancro* ipc_c_tcp.c: don't hardcode BBSDIR path for unix...
2000-09-21 Art Cancro* Fixed logged_in_response() so it only displays respon...
2000-09-11 Art Cancro* citadel.c: accept -h <host> and -p arguments, so...
2000-09-05 Art Cancro* Tagged everything for version 5.73 release
2000-09-04 Art CancroIO's changes:
2000-09-01 Art Cancro* msgbase.c: cmd_opna() - increase desired_section...
2000-09-01 Art Cancro* Fixed oopseth in control.c that might call fileno...
2000-09-01 Art Cancro* control.c: chown citadel.control to bbsuid when openi...
2000-09-01 Art Cancro* Fixed a few more references to the deprecated uncnsrd...
2000-09-01 Art Cancro* Added 'author' command-line arg to aidepost. Closes...
2000-08-31 Art Cancro* ig_tcp_server() and ig_uds_server() - check to...
2000-08-31 Art Cancro* Still trying to fix a socket connect bug
2000-08-31 Art Cancro* docs/import-export.txt: added.
2000-08-28 Art Cancro* messages.c: cosmetic cleanup (coding convention and...
2000-08-26 Art Cancro* Finished up the back end code for mailing list sends...
2000-08-24 Art Cancro* Merged in IO ERROR's diffs to make Citadel work with...
2000-08-22 Art Cancro* nonce (for APOP-style auth) is now generated when...
2000-08-18 Art Cancro* Added a little more mailing list code to serv_network.c
2000-08-10 Art Cancro* Fixed a bug in keyboard polling (in commands.c) which...
2000-08-10 Art Cancro* Changed all the "200 ok" responses to more descriptiv...
2000-08-09 Art Cancromsgbase.c: fixed a bug in
2000-08-05 Art Cancro* Added [idle] to client wholist display for sessions...
2000-07-30 Art Cancro* Set up the SNET (Send NETwork config) and GNET (Get...
2000-07-29 Art Cancro* Changed the format of RWHO output to provide non...
2000-07-24 Art Cancro* Fixed a path problem when calling netmailer from...
2000-07-22 Art Cancro* Prepared infrastructure for the networker rewrite
2000-07-17 Art Cancro* Completed serv_vandelay.c (importer/exporter module)
2000-07-14 Art Cancro* Added .ATN (DOWN) and .ATS (SCDN 1) commands to the...
2000-07-10 Art Cancro* Another attempt to fix the crashy crashy bug in serv_...
2000-07-10 Art Cancro* added an unfinished serv_vandelay.c (Art Vandelay...
2000-07-09 Art Cancro* Overhauled the keepalive logic in the chat client...
2000-07-09 Art Cancro* Eliminated the whole SIGINT/SIGQUIT based handling...
2000-07-06 Art Cancro* updated .Help SUMMARY
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-06-27 Art Cancro* Coupla very small changes to get on the road to IMAP...
2000-06-22 Art Cancro* Made the ICQ stuff far more reliable ... by removing it!
2000-06-21 Art Cancro* IMAP is now legal but useless, supporting NOOP, LOGIN...
2000-06-15 Art Cancro* Inserted a skeleton IMAP module into the build. ...
2000-06-04 Art Cancro* CtdlForEachMessage() now returns the number of messag...
2000-06-03 Art Cancro* Replaced most of the very repetitive and very redunda...
2000-06-02 Art Cancro* Bind unix socket prior to TCP socket for citadel...
2000-05-26 Art Cancro* Changed some of the rev-level sensitive stuff to...
2000-05-23 Art Cancro* Updated docs and tagged everything for the 5.72 release
2000-05-20 Art Cancro* Fixed bug in client API that was causing netproc...
2000-05-15 Art Cancro* Double the retry interval for SMTP deliveries after...
2000-05-11 Art Cancro* serv_smtp.c: clear the relevant state buffers after...
2000-04-24 Art Cancro* Removed references to strucmp() and struncmp(), repla...
2000-04-19 Art Cancro* Don't ever expire the Local System Configuration...
2000-04-16 Art Cancro* Minor changes to avoid host lookup for local clients
2000-04-15 Art Cancro* Fixed "Unvalidated users appear even with registratio...
2000-04-13 Art Cancro* Fixed a problem that crashed the client during <G...
2000-04-10 Art Cancro* More paginator changes. Shuffled code around, added...
2000-04-09 Art Cancro* Added pprintf() (paginated version of printf) to...
2000-04-08 Art Cancro* Another minor stoopid little time display fix
2000-04-08 Nathan Bryant * backed out the previous changes since they didn...
2000-04-08 Nathan Bryant * citadel.c, commands.c: comment out cls() as this...
2000-04-08 Nathan Bryant * commands.c: fix color support for black-on-white...
2000-04-07 Art Cancro* Fixed am/pm bug in time display
2000-04-07 Art Cancro* For services disabled by setting port number to ...
2000-03-31 Art Cancro* Quick fix to 'stats' utility to purge records with...
2000-03-31 Art Cancro* Caved in to pressure and enabled <R>eply in public...
2000-03-28 Art Cancro* Modified <.RU> to allow search for partial match
2000-03-27 Art Cancro* Third parameter of CtdlDeleteMessages() now takes...
2000-03-27 Nathan Bryant * Makefile.in: generate parsedate.c automatically
2000-03-27 Nathan Bryant * First cut at Solaris fixes. There may still be some...
next