* serv_ical.c: now creates a My Calendar> personal room, sets attributes
[citadel.git] / citadel / ChangeLog
2001-02-03 Michael Hampton* serv_ical.c: now creates a My Calendar> personal...
2001-02-03 Michael Hampton* serv_ical.c and serv_ical.h added; skeleton code...
2001-02-02 Art Cancro* Changed the error message in cdb_delete() to actually...
2001-02-01 Art Cancro* IMAP minor change to mailbox name output
2001-01-28 Michael Hampton* sysdep.c: lprintf() now generates timestamps
2001-01-28 Michael Hampton * serv_bio.c: RBIO now also returns stats about a...
2001-01-16 Art Cancro* yeesh ... more on the IMAP BODYSTRUCTURE
2001-01-16 Art Cancro* imap bodystructure
2001-01-16 Art Cancro* Changed the MIME parser API *again* because we now...
2001-01-15 Art Cancro* user_ops.c: reject NULL password in CtdlTryPassword...
2001-01-15 Art Cancro*** empty log message ***
2001-01-15 Art Cancro * "Path:" removed for now because it confuses brain...
2001-01-15 Art Cancro* temporary implementation of 901 asynchronous express...
2001-01-14 Art Cancro* Changed the format of <.W>holist <L>ong
2001-01-13 Nathan Bryantmerged remaining changes from TRANSACTIONS (using cvs...
2001-01-13 Art Cancro* Added the ASYN command
2001-01-12 Art Cancro* Fixed a bug that caused bogus wholist lines to be...
2001-01-09 Art Cancro* Merged in code from the TRANSACTIONS branch for testing.
2000-12-30 Art Cancro* Still more work on IMAP. Damn this is tedious.
2000-12-30 Art Cancro* more buffer size stuff
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-12-27 Art Cancro* Added a skeleton IMAP "SEARCH" command (based on...
2000-12-26 Art Cancro* More IMAP tweaks
2000-12-25 Art Cancro* Added an API function to extract and unfold specific...
2000-12-25 Art Cancro* imap_fetch.c: added support for fetch-->envelope...
2000-12-20 Art Cancro* A few memory handling fixes to netproc.
2000-12-20 Art Cancro* netproc.c: added bounds check to fpgetfield()
2000-12-19 Art Cancro* Fixed generation of unique file names for network...
2000-12-14 Art Cancro* Fixed the "users not in chat" wholist display
2000-12-12 Art Cancro* Removed the transaction stuff (but left the log in...
2000-12-12 Art Cancro* Stabilize, dammit!!
2000-12-12 Art Cancro* Made the transaction open/close a global thing, in...
2000-12-11 Art Cancro* Removed the housekeeper thread, moved terminate_idle_...
2000-12-11 Art Cancro* Added server-side REQT command to issue client termin...
2000-12-11 Art Cancro* Client now honors EM_GO_AWAY flag, used by the server...
2000-12-09 Art Cancro* A few final touches to the Sleepycat DB back-end
2000-12-08 Art Cancro* Wrap txn_begin and txn_end in S_DATABASE mutex
2000-12-07 Art Cancro* begin/end transaction in master_startup()
2000-12-07 Nathan Bryantadded --with-db and --with-gdbm options to configure
2000-12-07 Art Cancro* Wrap housekeeper and timer events in transaction...
2000-12-06 Art Cancro* Changed netproc to keep the use table in a flat file...
2000-12-05 Art Cancro* Added support for non-USA country identities in vCard...
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...
next