* Started moving all of the global variables into a struct, to facilitate
[citadel.git] / webcit / ChangeLog
1999-11-26 Art Cancro* Started moving all of the global variables into a...
1999-11-26 Art Cancro* 2.01 release
1999-11-04 Art Cancro* Added 'number of worker threads' to site config screen
1999-10-25 Art Cancro* Shuffled around the room editing commands
1999-10-14 Art Cancro* Cleaned up the bottom-of-page icons
1999-10-08 Art Cancro* Minor bug fix in registration screen
1999-10-06 Art Cancro* Per Nick's request, removed the key bindings stuff...
1999-10-02 Art Cancro* Merged in Nick's bit of JavaScript to handle key...
1999-09-01 Art Cancro* Added "max message length" field in global config...
1999-08-14 Art Cancro* Fixed escputs() and its friends to properly handle...
1999-07-19 Art Cancro Did neat stuff to the bottom of the page
1999-07-13 Art Cancro messages.c: don't auto-link URL's in messages if it...
1999-07-13 Art Cancro * webcit.c: exit Webcit sessions semi-gracefull...
1999-07-13 Art CancroRevert
1999-07-13 Art CancroIncreased some buffer sizes to handle large embedded...
1999-07-10 Art Cancro * Recompiled the Java chat applet using a genui...
1999-07-05 Art Cancro Do a slrp_highest() when logging off.
1999-06-30 Art CancroAdded support for "robots.txt" telling spiders to go...
1999-06-27 Art Cancro * Rearranged the code in "Site-wide configurati...
1999-06-24 Art Cancro * webcit.c: added "back, top, next" buttons...
1999-06-22 Art Cancrocontext_loop.c: rearranged some code to try to eliminat...
1999-06-18 Art Cancro * Unknown URL's now display the main menu inste...
1999-06-08 Art Cancro * Session no longer locks up when an express...
1999-06-03 Art Cancro * roomops.c: made room banner graphics more...
1999-06-03 Nick Grossmanhanged menubar.html so the links can be read
1999-06-03 Art Cancro * Ditched the frames mode completely. It wasn...
1999-05-29 Art Cancro * WebCit now sends the name of the end user...
1999-05-29 Art Cancro * Fixed the behavior of the "forget room" routi...
1999-05-22 Art Cancro * Minor code cleanups
1999-05-18 Art Cancro Top-aligned all the cells in the fake frames in non...
1999-05-15 Art Cancro * Initial entry to _BASEROOM_ at login now...
1999-05-11 Art Cancro * Replaced _most_ gotoroom() calls with smart_g...
1999-05-08 Art Cancrowebserver.c: added "-t" option to send traces somewhere...
1999-04-28 Art Cancro * context_loop.c: display an error page if...
1999-04-19 Art Cancro * Reworked a lot of the structure, made more...
1999-04-16 Nick GrossmanChanged some output formatting, mostly <FONT> tags...
1999-04-14 Art Cancro webreference.com/dhtml/column18/menuFrLoad...
1999-04-08 Art Cancro * Implemented "access level required to create...
1999-03-18 Art Cancro * webcit.c: modified getz() to *exit* the progr...
1999-03-07 Art Cancroroomops.c: in room list, print a &nbsp; in otherwise...
1999-03-07 Art CancroInitial value of 'noframes' is now set by the braindama...
1999-03-07 Art CancroRan everything through "indent -kr -i8"
1999-03-07 Art Cancro * wildmat.c, braindamage.c: added
1999-03-07 Art Cancro * webcit.c: added to getz() the ability to...
1999-02-24 Nathan Bryant * context_loop.c: warning fix
1999-01-31 Art CancroResolve the name of the connecting host and pass it...
1999-01-29 Art Cancro * wDumpContent() is now responsible for </BODY...
1999-01-29 Art Cancro * Made the system semi-navigable in noframes...
1999-01-29 Art Cancro * Made the frames stuff less dependent on the...
1999-01-24 Art CancroBugFix
1999-01-14 Art Cancro * Modified the back end of mime_parser to use...
1999-01-12 Art Cancrofinished site-config screen and added generic-command...
1999-01-10 Art CancroLotsa stuff. See ChangeLog for details.
1999-01-05 Art CancroAdded an "edit your session" screen to change your...
1999-01-05 Art CancroRemoved wc_host and wc_port cookies.
1999-01-04 Art Cancro * Added a "kill session" link to each line...
1999-01-04 Art CancroAdded networking configuration screens. These still...
1999-01-04 Art CancroAdded "change password"
1999-01-04 Art Cancro * Added "enter registration"
1999-01-01 Art Cancro * Added "add/edit room graphic" screens.
1999-01-01 Art Cancro * Final cvs commit for 1998 (an awful year...
1998-12-31 Art Cancro * Wrote mime_parser.c for handling of image...
1998-12-31 Art Cancrouuuughhhh... added mime_parser.c to prepare for uploads
1998-12-30 Art Cancro * Added "validate users"
1998-12-30 Art Cancro * Fixed a bug in the room banner display code
1998-12-28 Art Cancro * Added "edit room info file"
1998-12-27 Art Cancroadded "edit room"
1998-12-27 Art Cancro * Added "create room"
1998-12-27 Art Cancro * Changed the "auto read new" functionality...
1998-12-23 Art Cancro * Got the Zap and List-Zapped commands working
1998-12-18 Art Cancro * Added goto private rooms
1998-12-18 Art CancroAdded the chat system
1998-12-18 Art Cancro * Added the screens to send pages
1998-12-16 Art CancroReplace "Citadel/UX" in menu bar with the Citadel/UX...
1998-12-14 Nathan Bryantautomatically regenerate Makefile when Makefile.in...
1998-12-14 Art CancroDisplay express messages in cute little JavaScript...
1998-12-14 Art CancroSet up an option in output_headers() to optionally...
1998-12-14 Art Cancro roomops.c: fixed buggy implementation of ungoto
1998-12-14 Art Cancrouserlist.c: added. This adds "userlist" and "show...
1998-12-14 Art Cancromessages.c: added "move message" functionality
1998-12-14 Art Cancromessages.c: added "delete message" functionality
1998-12-13 Art Cancro * Ignore SIGPIPE; this seems to magically make...
1998-12-13 Art CancroCheck for dead webcit child process before each transac...
1998-12-13 Art Cancrocontext_loop.c: Moved "remove session" into its own...
1998-12-12 Art Cancro * Brought over message reading and entry functions...
1998-12-12 Art CancroBrought over message reading functions from old WebCit
1998-12-10 Nathan Bryant * webserver.c: remove commented-out references...
1998-12-10 Nathan Bryant * context_loop.c: really fix the SO_LINGER...
1998-12-10 Art CancroSet up login banner graphic and background image graphic
1998-12-10 Art CancroAdded support for graphics images retrieved from the...
1998-12-09 Art Cancro * context_loop.c: After fork(), child process...
1998-12-09 Art CancroAdded support for new user login (still need to handle...
1998-12-09 Nathan Bryant* context_loop.c, webserver.c, webserver.h: SO_LINGER...
1998-12-09 Art Cancro * Smoothed out some of the login/logout code...
1998-12-08 Art Cancro * Discovered that the HTTP socket problem is...
1998-12-07 Art Cancro * Did a little debugging, still trying to figur...
1998-12-07 Nathan Bryantupdated dependencies
1998-12-07 Art Cancroadded new "action" variable to make main loop simpler
1998-12-07 Art CancroFixed broken interpretation of variables specified...
1998-12-06 Nathan Bryant* context_loop.c: warning fix
next