citadel.git
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* Add some more of the newer config settings to the...
2001-11-14 Art Cancro* doco update
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-11-05 Nathan Bryantreally important change.
2001-11-05 Nathan Bryantadded some echos to display progress
2001-10-29 Art Cancro* More of the same
2001-10-29 Art Cancro* Renamed "SuppMsgInfo" to "MetaData" because that...
2001-10-29 Art Cancro* remove old config files
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 Bryanttweaked explanatory text
2001-10-16 Nathan Bryantbacked out that compiler detection change for Tru64...
2001-10-16 Nathan Bryant*** empty log message ***
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 BryantIn order to avoid version inconsistency problems betwee...
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-12 Art Cancro* Started writing the Use Table code for the new networker
2001-10-10 Art Cancro* Comments & cosmetics for previous update
2001-10-10 Art Cancro* fix the ma_info struct
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* remove rcit.c
2001-10-06 Art Cancro* Began implementing some concurrency stuff for the...
2001-10-06 Art Cancro* network_talking_to()
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-25 Art Cancro* Fix for WebCit servers running on port 80: detect...
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-14 Brian* Fixed handling of ASYN messages, I think.
2001-09-10 Brian* MAJOR BUG: Memory leaks and protocol misimplementatio...
2001-09-10 Brian* Added missing files.
2001-09-10 Brian* Updated revision to reflect major API changes. Now...
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 Bryantversioning
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
2001-09-06 Nathan Bryantadded; moved main() here to support building the server...
2001-09-06 Art Cancro* Fixed paste-post mode (<.E>nter <A>scii) to append...
2001-09-06 Nathan Bryant - port to Cygwin (DLL support, etc.)
2001-09-06 Nathan Bryantupdated to libtool 1.4.1 and automake 1.5
2001-08-29 Art Cancro* More work on the new networker.
2001-08-25 Art Cancro* Worked a little more on the in-server replacement...
2001-08-23 Brian* Changed type on CxMsLoad() from (const char *) to...
2001-08-22 Art Cancro* Added the "-c" command line option to generate option...
2001-08-22 Art Cancro* Realized that there was lots of similarly broken...
2001-08-22 Art Cancro* internet_addressing.c: fixed a bug in process_rfc822_...
2001-08-21 Art Cancro* Added some more meta-tags to (hopefully) prevent...
2001-08-15 Art Cancro* Added split horizon and delete-after-spool to the...
2001-08-14 Art Cancro* Began the migration of netproc into part of the serv_...
2001-08-13 Art Cancro* Got it!
2001-08-13 Art Cancro* Another attempt at focus
2001-08-11 Nathan Bryantupdated citadel-with-berkeley-db.txt.
2001-08-11 Art Cancro* Realized that I am stupid and started implementing...
2001-08-11 Art Cancro* Attempt at setting focus to msgtext area when enterin...
2001-08-11 Art Cancro* Removed the idle timer from the client. Dialup is...
2001-08-06 Nathan Bryantmade the client fall back on port 504 if there's no...
2001-08-05 Art Cancro* prep for new network node infrastructure
2001-08-03 Art Cancro* Added some more "break" statements to the main switch...
2001-08-03 Art Cancro* database_sleepycat.c: when running txn_checkpoint...
2001-08-02 Art Cancro* Changed the wholist to work with the new masquerade...
2001-07-30 Nathan Bryantmade ForEachUser use a read-only cursor, too. there...
2001-07-29 Nathan Bryant - added a new function to the database interface,...
2001-07-29 Nathan Bryantchange ForEachRoom to use read-only cursors by default...
2001-07-29 Nathan Bryantgenerate symlinks to .libs in modules directory
2001-07-28 Art Cancro* List processing happens in two passes (load list...
2001-07-28 Nathan Bryantimplemented read-only cursors. one of the advantages...
2001-07-27 Nathan Bryantlibtool has matured a lot since the last time i looked...
2001-07-27 Nathan Bryantfix fix
2001-07-27 Nathan Bryant*** empty log message ***
2001-07-27 Nathan Bryantone more try
2001-07-27 Nathan Bryantmissed one thing in the autoconf move
2001-07-27 Nathan Bryantsupport one cursor per database rather than one global...
next