* Added BMBX to fix a problem
[citadel.git] / citadel / ChangeLog
2002-03-09 Art Cancro* Added BMBX to fix a problem
2002-03-09 Art Cancro* one more tweak
2002-03-09 Art Cancro* this should do it.
2002-03-09 Art Cancro* Attempts to fix the access control crap
2002-03-08 Art Cancro* Patch to allow invitations and admin access to mailbo...
2002-03-07 Art Cancro* Force recipient only in Mail>, not in all mailbox...
2002-03-05 Michael Hampton* Autoconf fixes for DB4 support
2002-03-05 Art Cancro* vcard.c: another API update
2002-03-04 Art Cancro* Made a small API change to vcard.c for WebCit, brough...
2002-03-03 Art Cancro* Client and server options to disable self-service...
2002-03-03 Art Cancro* Added password starred-out entry to newprompt() and...
2002-03-03 Art Cancro* Implemented the CREU server command to administrative...
2002-03-03 Art Cancro* Split up some of the code in order to prepare for...
2002-03-02 Art Cancro* Properly implemented the network filter list. Finish...
2002-03-01 Art Cancro* Cosmetic change to Received: line
2002-03-01 Art Cancro* CtdlReadMessageBody() -- fixed bug that caused the...
2002-02-23 Art Cancro* Do the use table purge in two phases to avoid crashy...
2002-02-20 Art Cancro* Started adding better management of source IP address...
2002-02-15 Art Cancro* Wrote the expire/purge routine for the new use table
2002-02-15 Art Cancro* Began implementation of a networker use table that...
2002-02-15 Art Cancro* Stu's changes (which he checked in without making...
2002-02-13 Art Cancro* That was stupid.
2002-02-13 Art Cancro* added vcard_to_html() function
2002-02-13 Art Cancro* Allow the READ command to return packets bigger than...
2002-02-12 Art Cancro* Threw in a few more #ifdef's so the client build...
2002-02-11 Art Cancro* Don't crash when deleting "purge this vCard" messages
2002-02-10 Nathan Bryant - replace cdb_trunc with a complete version of the...
2002-02-08 Art Cancro* If there's already a Subject line in memory, display...
2002-02-08 Art Cancro* Changed the logic for printing RFC822 addresses ...
2002-02-08 Art Cancro* Added client and server side support for entering...
2002-02-08 Art Cancro* When outputting a message in non-RFC822 format, don...
2002-02-07 Art Cancro* Silently refuse to add directory entries for Internet...
2002-02-05 Art Cancro* Don't crash when posting if the user doesn't have...
2002-02-03 Michael Hampton* fixed a silly oversight in serv_crypto.c when removin...
2002-02-03 Michael Hampton* Remove the ETLS command, it is no longer needed
2002-02-02 Art Cancro* If a user has at least one valid Internet directory...
2002-02-01 Art Cancro* Added a QDIR protocol command to do quick-and-dirty...
2002-01-31 Art Cancro* When deleting a vCard from the Global Address Book...
2002-01-30 Art Cancro* Added a new DeleteFunctionHook type of thing. These...
2002-01-27 Michael Hampton* file_ops.c: fixed bug in cmd_read() which could cause...
2002-01-26 Art Cancro* More internet addressing and global directory stuff...
2002-01-26 Michael Hampton* citadel.spec cleaned up
2002-01-26 Michael Hampton* setup now has a silent running mode (-q option) where...
2002-01-26 Michael Hampton* citadel.spec has been completely overhauled, we can...
2002-01-26 Art Cancro* smtp FROM command now validates sender using the...
2002-01-26 Michael Hampton* Formatter now uses more of the available screen width
2002-01-26 Michael Hampton* Revised status_line() display, it's much more compact now
2002-01-26 Michael Hampton* Better error reporting in connection_died(), kills...
2002-01-25 Art Cancro* Greatly simplified the logic for validating recipient...
2002-01-25 Art Cancro* fixz to allow incoming vCards in the address book...
2002-01-24 Michael Hampton* citadel_decls.h: fix unresolved extern errors
2002-01-23 Art Cancro* Add vCards from incoming network messages in the...
2002-01-23 Art Cancro* Added a new hook type for handling incoming network...
2002-01-22 Michael Hampton* read_message() and fmout() now accept a FILE to which...
2002-01-20 Michael Hampton* curses client: use the status line as "input" line...
2002-01-20 Michael Hampton* serv_chat.c: Server no longer crashes when CHATLOG...
2002-01-20 Michael Hampton* curses client: allow goodbye message to be seen...
2002-01-19 Michael Hampton* Fixed color support, now works when rc_ansi_color...
2002-01-19 Michael Hampton* Cosmetics for the client status line
2002-01-19 Michael Hampton* A real status line for the text client
2002-01-19 Michael Hampton* fix link for libcitserver.so to tools.o which I broke...
2002-01-19 Michael Hampton* Full-screen curses support for Citadel text client
2002-01-17 Nathan Bryantremove lock.c/lock.h; don't need them for what i was...
2002-01-17 Michael Hampton* cosmetic fixes in the new trace file functionality
2002-01-17 Michael Hampton* lprintf() now logs the session ID for each log entry...
2002-01-17 Michael Hampton* migratenet.c: cygwin fix: include limits.h
2002-01-17 Michael Hampton* serv_ical.c: set expire policy for My Calendar> to...
2002-01-17 Art Cancro* Changed all "free software" references to "open sourc...
2002-01-17 Nathan Bryantadded lock.[ch]: recursive read/write locking support...
2002-01-15 Michael Hampton* Implement alternate_semantics (see comments in citade...
2002-01-15 Art Cancro* vcard.c: updated vCard "object methods" to handle...
2002-01-15 Michael Hampton* Update citadelapi.txt with CtdlUnregister* calls...
2002-01-15 Michael Hampton* Modules can now unregister any of their hooks (though...
2002-01-14 Michael Hampton* Fixed bug in cmd_cre8() causing protocol to get out...
2002-01-13 Art Cancro* Allow incoming SMTP to relay to other Citadel nodes...
2002-01-13 Art Cancro* Repaired the problems I created when moving the_mime_...
2002-01-11 Michael Hampton* Allow users to move/copy messages between personal...
2002-01-11 Art Cancro* Finished most of the work for the Global Address...
2002-01-11 Art Cancro* More code for the Global Address Book
2002-01-11 Michael Hampton* Don't print **** when sending a page or mail from...
2002-01-10 Art Cancro* Minor changes for global directory service
2002-01-10 Art Cancro* Minor updates for directory service
2002-01-09 Art Cancro* Allow users to zap mailbox rooms
2002-01-09 Art Cancro* Finished the callback stuff for vCard address extraction
2002-01-09 Art Cancro* Began writing code to harvest Internet e-mail address...
2002-01-08 Art Cancro* serv_vcard.c: cosmetic cleanup
2002-01-06 Michael Hampton* Enable/disable encryption in client from command...
2002-01-06 Art Cancro* sysdep.c: in client_write(), handle redirect_fp and...
2002-01-06 Michael Hampton* Enable SSL/TLS support in the client (again)
2002-01-06 Michael Hampton* Enable SSL/TLS in the client
2002-01-06 Michael Hampton* Add some #includes I apparently somehow missed
2002-01-06 Michael Hampton* SSL/TLS support for the Citadel/UX wire protocol
2002-01-06 Michael Hampton* user_ops.c: fixed become_session() when calling EVT_L...
2002-01-05 Art Cancro* Removed some protocol commands and writeups that...
2002-01-05 Michael Hampton* serv_chat.c: allow a session to be killed while in...
2002-01-05 Michael Hampton* user_ops.c: become_session() when calling EVT_LOGOUT...
2002-01-05 Michael Hampton* stats now sorts its top 20 lists properly
2002-01-04 Nathan Bryantcygwin fix
2002-01-04 Nathan BryantMakefile fix for cygwin (fix migratenet linkage)
2002-01-04 Nathan Bryantconfigure/genstamp: check for struct tm.tm_gmtoff
next