cygwin fix
[citadel.git] / citadel / ChangeLog
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
2001-12-11 Nathan Bryant - test for -ldb3 before -ldb
2001-12-11 Nathan Bryant - fix library flags, includes for portability
2001-12-08 Art Cancro* THIS IS 5.90
2001-12-08 Art Cancro* Final changes to networking docs for 5.90
2001-12-06 Art Cancro* Added the documentation for room sharing and listserv
2001-12-04 Art Cancro* Added two more bytes to the possible length of shared...
2001-12-04 Art Cancro* mime_parser.c: change to memory allocation algorithm...
2001-12-03 Art Cancro* ooops. Look for the QR2_SYSTEM flag in QRflags2...
2001-12-03 Art Cancro* dynloader.c: fixed improperly done declaration and...
2001-12-03 Art Cancro* mime_parser.c: now uses built-in functions to decode...
2001-12-03 Art Cancro* Began implementing some code to handle multiple recip...
2001-12-03 Art Cancro* When sending mail, copy to the sender's "Sent Items...
2001-12-02 Art Cancro* On a new system, set the default new user level to...
2001-12-02 Art Cancro* Removed references to the old networker from the...
2001-12-02 Art Cancro* Implemented new room flag QR2_SYSTEM which supresses...
2001-12-01 Art Cancro* clientsocket.c: implement socket timeouts for read...
2001-12-01 Art Cancro* serv_smtp.c: when multiple MX's are the same preferen...
2001-12-01 Art Cancro* Fixed an SMTP delivery problem that was causing certa...
2001-12-01 Art Cancro* Added a command "SMTP" to the Citadel protocol, to...
2001-11-27 Art Cancro* When calling an external editor, set the environment...
2001-11-26 Art Cancro* new algorithm to load the use table
2001-11-17 Art Cancro* Updated some of the documentation
2001-11-16 Art Cancro* Eliminated the sock_puts_crlf() function and ensured...
2001-11-15 Art Cancro* hack.doc: updated to reflect Cit86Net compatibility...
2001-11-14 Art Cancro* Network run frequency is now a site-definable setting
2001-11-13 Art Cancro* Re-introduced the ability to enter IGnet mail into...
2001-10-29 Art Cancro* Renamed "SuppMsgInfo" to "MetaData" because that...
2001-10-29 Art Cancro* Finished the migratenet utility (finally).
2001-10-28 Art Cancro* migratenet almost finished
2001-10-26 Art Cancro* more work on the net migrator
2001-10-23 Art Cancro* Threw a few more lines of code into migratenet.c
2001-10-20 Art Cancro* migratenet.c: added (not even close to being finished)
2001-10-17 Nathan Bryantfurther format string cleanups (for i686-linux type...
2001-10-17 Nathan Bryant - declare *printf format specifiers if gcc detected
2001-10-17 Nathan Bryantwarning fixes and cleanups for 64-bit machines
2001-10-16 Nathan Bryant- backed out -export-dynamic, it doesn't do anything...
2001-10-16 Nathan Bryantbacked out that compiler detection change for Tru64...
2001-10-16 Nathan Bryantreinstate -export-dynamic for citserver in case libtool...
2001-10-16 Nathan Bryantadd some explanatory text to bootstrap
2001-10-16 Nathan Bryant - further configure tweaks for FreeBSD and Tru64 Unix
2001-10-16 Nathan Bryant- configury tweaks for a /usr/include/db3 goof and...
2001-10-15 Art Cancro* Fixed a bug in the loopzapper that was corrupting...
2001-10-12 Art Cancro* Wrote the rest of the use table code. Finished excep...
2001-10-10 Art Cancro* Comments & cosmetics for previous update
2001-10-10 Art Cancro* Bugfix for MSG0 command to properly handle multipart...
2001-10-06 Art Cancro* Finished the concurrency check for network polling...
2001-10-06 Art Cancro* Began implementing some concurrency stuff for the...
2001-10-06 Art Cancro* Stripped the build of obsolete parts of the old netwo...
2001-10-03 Art Cancro* serv_smtp.c: implement RFC2920 ESMTP "pipelining...
2001-10-03 Art Cancro* Implemented BOUNCE BOUNCE BOUNCE
2001-10-02 Art Cancro* Allow non-Aides to terminate sessions belonging to...
2001-09-24 Art Cancro* Completed migrating the "netpoll" utility into the...
2001-09-21 Nathan Bryantsupport different log_archive prototype in DB versions...
2001-09-20 Art Cancro* Inbound network authentication working. Fixed a...
2001-09-18 Art Cancro* Added host/IP and port to node config (client side...
2001-09-17 Art Cancro* Support for IGnet routing (not tested)
2001-09-16 Art Cancro* serv_smtp.c: instead of doubling delivery retry times...
2001-09-09 Michael Hampton* Updated PAM configuration file citadel.pam for Red...
2001-09-09 Art Cancro* cdb_cull_logs() now removes log files as soon as...
2001-09-08 Art Cancro* More changes to the new networker. Added client...
2001-09-07 Art Cancro* You guessed it: still more code for the new networker.
2001-09-06 Nathan Bryantcheck for /usr/include/db3 (for RedHat 6.2; others?)
2001-09-06 Nathan Bryant#include fix for glibc 2.1.3
2001-09-06 Art Cancro* A few more updates to the networker
2001-09-06 Nathan Bryantbuild fix for sparc-sun-solaris2.8; i think the depende...
2001-09-06 Nathan Bryantbuild fix for Linux
next