* Silently refuse to add directory entries for Internet addresses already
[citadel.git] / citadel / ChangeLog
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
2002-01-03 Art Cancro* Fixed mail to "sysop"
2002-01-03 Art Cancro* I think this is the last of the fixes for the new...
2002-01-03 Michael Hampton* Fixed my name in docs/copyright.txt, why didn't I...
2002-01-03 Michael Hampton* Autoconf support for recognizing OpenSSL
2002-01-03 Art Cancro* serv_network.c: migrated deliveries and bounces to...
2002-01-01 Art Cancro* Finished the updates to serv_smtp.c, although I think...
2001-12-31 Art Cancro* Almost finished converting serv_smtp.c to the new...
2001-12-30 Michael Hampton* More keys while reading messages: Q or S same as...
2001-12-30 Michael Hampton* Security: Citadel now drops privileges when called...
2001-12-29 Art Cancro* Minor cosmetic hack
2001-12-29 Stu Markstupid me. I didn't realize that asking for the header...
2001-12-28 Stu MarkAdded a "read m<y> next" function in read mode. It...
2001-12-28 Michael Hampton* More server support for hostnames up to 63 characters...
2001-12-28 Michael Hampton* Client support for hostnames up to 63 characters...
2001-12-28 Michael Hampton* Server support for hostnames up to 63 characters
2001-12-26 Art Cancro* Added a new developer ID for Anticlimactic Teleservices
2001-12-23 Michael Hampton* Pages are once again formatted to the caller's screen...
2001-12-23 Michael Hampton* tools.c: added parameter to fmt_date() to allow for...
2001-12-20 Art Cancro* If you paid for this software, someone is ripping...
2001-12-18 Nathan Bryantmore lovely configure tweaks (include paths for db)
2001-12-18 Art Cancro* Moved the buffers in the_mime_parser() from the stack...
2001-12-18 Art Cancro* Added more load_floorlist() commands to the beginning...
2001-12-17 Nathan Bryantrestored the checks for /usr/include/db3 and /usr/local...
2001-12-17 Nathan Bryantset the pthreads stack size to 128K because FreeBSD...
2001-12-16 Michael Hampton* Added usersupp.lastcall to the parameters returned...
2001-12-14 Nathan Bryantfinally changed configure to complain if there's no...
2001-12-14 Michael Hampton* Security: trace file is now only readable by owner...
2001-12-14 Art Cancro* Now you can send mail to yourself. Hi from Stu.
2001-12-14 Art Cancro* Hi from Stu
2001-12-13 Nathan Bryantmake configure search for /usr/local/BerkeleyDB.4.0
2001-12-13 Nathan Bryantmake it compile with Berkeley DB 4.0.x
next