citadel.git
2000-06-03 Art Cancro* Replaced most of the very repetitive and very redunda...
2000-06-02 Art Cancro* Bind unix socket prior to TCP socket for citadel...
2000-05-31 Art Cancro* Initial support for "summary" (headers only, no body...
2000-05-26 Art Cancro* Changed some of the rev-level sensitive stuff to...
2000-05-23 Art Cancro* Tagged for the 2.12 release
2000-05-23 Art Cancro* updated
2000-05-23 Art Cancro* Updated docs and tagged everything for the 5.72 release
2000-05-20 Art Cancro* Fixed bug in client API that was causing netproc...
2000-05-18 Art Cancro* Don't call whobbs() directly after changing masq...
2000-05-15 Art Cancro* Double the retry interval for SMTP deliveries after...
2000-05-14 Art Cancro* docs update
2000-05-11 Art Cancro* serv_smtp.c: clear the relevant state buffers after...
2000-05-08 Art Cancro* Removed HTTP date fields because it was confusing...
2000-05-07 Art Cancro* added Date: and Last-Modified: headers to HTTP output
2000-05-02 Art Cancro* Font related changes to html
2000-04-24 Art Cancro* Removed references to strucmp() and struncmp(), repla...
2000-04-20 Art Cancro* Changed sock->SetFlags(SPEED); to sock->SetFlags...
2000-04-20 Art Cancro* tcp_sockets.c: changed memcpy() to memset() in tcp_co...
2000-04-20 Art Cancro* foo?
2000-04-19 Art Cancro* Don't ever expire the Local System Configuration...
2000-04-16 Art Cancro* Minor changes to avoid host lookup for local clients
2000-04-15 Art Cancro* Fixed "Unvalidated users appear even with registratio...
2000-04-15 Nathan Bryant* warning fix for 64-bit compile on ultrasparc. (kids...
2000-04-14 Nathan Bryant* Makefile.in (distclean): pass correct args to non...
2000-04-13 Art Cancro* 5.71
2000-04-13 Art Cancro* Fixed a problem that crashed the client during <G...
2000-04-10 Art Cancro* More paginator changes. Shuffled code around, added...
2000-04-09 Art Cancro* Added pprintf() (paginated version of printf) to...
2000-04-08 Art Cancro* Another minor stoopid little time display fix
2000-04-08 Nathan Bryant * backed out the previous changes since they didn...
2000-04-08 Nathan Bryant * citadel.c, commands.c: comment out cls() as this...
2000-04-08 Nathan Bryant * commands.c: fix color support for black-on-white...
2000-04-07 Art Cancro* Fixed am/pm bug in time display
2000-04-07 Art Cancro* For services disabled by setting port number to ...
2000-04-06 Nathan Bryant* configure.in: fix a typo
2000-04-06 Nathan Bryant* solaris cleanups and warning fixes
2000-03-31 Art Cancro* Quick fix to 'stats' utility to purge records with...
2000-03-31 Art Cancro* text_to_server() now behaves the way web users expect...
2000-03-31 Art Cancro* Fixed bugs in "Site configuration" and added new...
2000-03-31 Art Cancro* Caved in to pressure and enabled <R>eply in public...
2000-03-31 Art Cancro* Added "max messages per page" and "read next nnn...
2000-03-28 Art Cancro* Fixed dumb CtdlDeleteMessages() API goof that was...
2000-03-28 Nathan Bryant* configure.in: check for -lsocket -lnsl on Solaris...
2000-03-28 Art Cancro* Modified <.RU> to allow search for partial match
2000-03-27 Art Cancro* Implement multi-room chat as available in Citadel...
2000-03-27 Art Cancro* Third parameter of CtdlDeleteMessages() now takes...
2000-03-27 Nathan Bryant*** empty log message ***
2000-03-27 Nathan Bryant * Makefile.in: generate parsedate.c automatically
2000-03-27 Nathan Bryant * First cut at Solaris fixes. There may still be some...
2000-03-25 Nathan Bryantchanged my email address
2000-03-23 Art Cancro* Experimental move of wholist to a separate auto-refre...
2000-03-23 Art Cancro*** empty log message ***
2000-03-21 Art Cancro* Experimental new linebreak mode
2000-03-20 Art Cancro* "Brown paper bag" fix for SMTP bug (incoming long...
2000-03-19 Art Cancro* This is the official 5.70 release.
2000-03-19 Art Cancro* shuffled the docs around
2000-03-19 Art Cancro* docs
2000-03-19 Art Cancro* Small cosmetic change to date/time output
2000-03-19 Art Cancro* Made the header-bar buttons more visible
2000-03-19 Art Cancro* Added support for unix domain sockets
2000-03-19 Art Cancro* SMTP hacks to deal with AOL braindamage
2000-03-18 Art Cancro* Support multiline responses from SMTP servers when...
2000-03-18 Steve WilliamsMinor changes to documentation. Checked for accuracy...
2000-03-18 Art Cancro* 5.70b1
2000-03-17 Art Cancro* Set up a private "Sent/Received Pages" room for each...
2000-03-17 Art Cancro* Moved bio-related commands out to a loadable module
2000-03-16 Steve Williams.
2000-03-16 Steve WilliamsSecond attempt to upload new files
2000-03-16 Steve WilliamsCreated a docs directory.
2000-03-15 Art Cancro* Quick fix to messages
2000-03-15 Art Cancro* Added DEXP server command to disable incoming express...
2000-03-12 Art Cancro* Removed the semi-broken "chat room" functionality...
2000-03-11 Art Cancro* SM_ flags for CtdlSaveMsgPointerInRoom() need to...
2000-03-11 Art Cancro* Reworked the <R>eply logic in messages.c - fixes...
2000-03-11 Nathan Bryant * commands.c: improved timing of background keepalives...
2000-03-11 Nathan Bryant * commands.c: oops, that mutex stuff wasn't necessary
2000-03-11 Nathan Bryant * new threaded client code for background keepalives
2000-03-10 Art Cancro* Set server_is_local when using unix domain sockets
2000-03-10 Art Cancro* Changes to message base and networker to support...
2000-03-09 Art Cancro* misc bugfixes and cleanups
2000-03-08 Art Cancro* citmail reads citadel.config
2000-03-08 Art Cancro* Shut off hostname resolution when dealing with Unix...
2000-03-07 Art Cancro* donut spark?
2000-03-07 Art Cancro* Fixed the naming conventions and permissions for...
2000-03-07 Art Cancro* bugfix for unix domain sockets
2000-03-07 Art Cancro* socket stuff
2000-03-05 Art Cancro* Add Unix domain socket support to citmail.c
2000-03-05 Art Cancro* Added support for protocols over Unix domain sockets.
2000-03-05 Art Cancro* couple of minor security fixes
2000-03-04 Art Cancro* Remove nulls appended to editor files during replace...
2000-03-04 Art Cancro* swapped the bounce messages
2000-03-04 Art Cancro* Relax restrictions on editing of base rooms. Renamin...
2000-03-03 Art Cancro* Moved all of the wholist masquerading commands into...
2000-03-03 Art Cancro* Finished the inbound side of gateway domain service
2000-03-03 Art Cancro* Stuff
2000-02-29 Art Cancro* IGnet delivery is broken
2000-02-28 Art Cancro* oops
2000-02-28 Art Cancro* IGnet stuff
2000-02-27 Art Cancro* Added "keymenu()" generic menu-maker to commands.c
2000-02-27 Art Cancro* Completed 'fsck'-like reference count verifier (serve...
next