* The size constant "256" which shows up everywhere as a buffer size has now
[citadel.git] / citadel / commands.c
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-12-11 Art Cancro* Added server-side REQT command to issue client termin...
2000-12-11 Art Cancro* Client now honors EM_GO_AWAY flag, used by the server...
2000-11-27 Michael Hampton* commands.c: fixups to print_express() to make externa...
2000-11-27 Michael Hampton* print_express(): now uses GEXP instead of old PEXP...
2000-09-28 Michael Hampton* commands.c: changed sttybbs() to support HP/UX termio...
2000-08-10 Art Cancro* Fixed a bug in keyboard polling (in commands.c) which...
2000-08-10 Art Cancro* Changed all the "200 ok" responses to more descriptiv...
2000-07-09 Art Cancro* Eliminated the whole SIGINT/SIGQUIT based handling...
2000-05-26 Art Cancro* Changed some of the rev-level sensitive stuff to...
2000-04-24 Art Cancro* Removed references to strucmp() and struncmp(), repla...
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 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-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-02-27 Art Cancro* Added "keymenu()" generic menu-maker to commands.c
2000-02-27 Art Cancro* Completed 'fsck'-like reference count verifier (serve...
1999-09-01 Art Cancro* Fixed quote thing
1999-09-01 Art Cancro* Added the ability to handle embedded URL's from the...
1999-05-20 Art Cancrocolor changes
1999-05-20 Art CancroColour changes
1999-05-20 Art Cancromore color changes
1999-05-19 Art CancroWed May 19 19:30:28 EDT 1999 Art Cancro <ajc@uncnsrd...
1999-04-03 Nathan Bryant * Makefile.in, configure.in, chkpwd.c, acconfig...
1999-03-13 Art CancroBold colours
1999-02-03 Nathan BryantFixes for Cygwin (see ChangeLog)
1999-01-30 Art Cancrocheck cwd for citadel.rc
1999-01-10 Art CancroFixed a page log room security problem
1999-01-10 Art Cancrominor fix to multiline pages
1998-12-28 Art Cancrosend space-backspace during keepalives
1998-12-24 Art Cancro * citadel.c: added some experimental code to...
1998-12-12 Art Cancrocommands.c: when using color, default to low-intensity...
1998-11-21 Art Cancro * Added a fourth color mode in the client:...
1998-11-10 Nathan Bryant * commands.c, control.c, cux2ascii.c, file_ops...
1998-11-07 Art Cancro * Implemented CONF server command for site-global...
1998-11-04 Nathan Bryant * added RCS Id keyword strings to sources
1998-11-01 Art Cancro * ANSI colour selection is now in citadel.rc...
1998-11-01 Art CancroMore stoopid ANSI colour additions
1998-10-31 Nathan Bryant * citadel.c, commands.c, commands.h: set backgr...
1998-10-25 Nathan Bryant * citadel.c, citadel.h, commands.c: make client...
1998-10-20 Art Cancro * Client ability to force display of prompts...
1998-10-09 Art Cancro * Implemented "lazy mode" traversal - pressing...
1998-10-08 Art Cancro * messages.c, citadel.rc: added the ability...
1998-10-08 Nathan Bryant * client_chat.c, commands.c, serv_chat.c, sysdep.c:
1998-09-30 Nathan Bryant * Makefile.in: new variable PTHREAD_DEFS for...
1998-09-28 Nathan Bryant * configure.in, acconfig.h: new files; partiall...
1998-09-23 Art CancroMultipart attachments stuff. arrgh
1998-09-22 Art CancroMore changes to get attachments working.
1998-08-26 Nathan Bryantremoved duplicated declarations
1998-08-18 Nathan BryantTue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant...
1998-08-06 Art CancroGot the CitadelAPI library to the point where the serve...
1998-07-11 Art CancroInitial revision