* Began (but did not finish) applying GPL3+ declarations to each source file. This...
[citadel.git] / citadel / client_chat.c
2009-10-14 Art Cancro* Began (but did not finish) applying GPL3+ declaration...
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-08-23 Dave WestPatches from Matt with slight mod from me to do without...
2007-08-09 Wilfried Göesgens* strlen holy war: loops. in loops it's very evil....
2007-08-09 Wilfried Göesgens* Holy war on strlen: use IsEmptyStr where apropriate.
2007-06-25 Wilfried Göesgens* if a message subject is required, ask the user for...
2006-03-23 Art CancroRenamed getline() to ctdl_getline() due to a conflict
2005-03-24 Art Cancro* extract_token() now expects to be supplied with the...
2004-06-07 Art Cancro* Changed "express message" to "instant message" everyw...
2004-03-15 Michael Hampton* Multiple files: Convert most remaining client code...
2004-02-26 Michael Hampton* Client stability and enhancements:
2003-09-02 Art Cancro* Improve client chat mode reliability and performance...
2002-09-27 Michael Hampton* Allow multiple simultaneous IPC connections. All...
2002-05-14 Michael Hampton* Minor cosmetic changes, extraneous double spaces...
2002-05-04 Art Cancro* Make stealth mode available to all users
2002-03-14 Nathan Bryantsupport window resizing in curses mode
2002-03-11 Nathan Bryantremoved all references to sprintf from several files...
2002-02-08 Art Cancro* Added client and server side support for entering...
2002-01-20 Michael Hampton* curses client: use the status line as "input" line...
2002-01-19 Michael Hampton* Full-screen curses support for Citadel text client
2001-12-30 Art Cancro* CtdlSaveMsg() is now CtdlSubmitMsg() and can accept...
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2001-03-02 Art Cancro* client: the "Page who?" prompt now defaults to the...
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-07-09 Art Cancro* Overhauled the keepalive logic in the chat client...
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-04-24 Art Cancro* Removed references to strucmp() and struncmp(), repla...
2000-03-15 Art Cancro* Added DEXP server command to disable incoming express...
2000-03-04 Art Cancro* Remove nulls appended to editor files during replace...
2000-03-04 Art Cancro* Relax restrictions on editing of base rooms. Renamin...
2000-02-24 Art Cancro* Client protocol synchronization check during exit...
1999-12-29 Art Cancro* client_chat.c: display "No message sent" if a send...
1999-05-26 Art Cancroerr??
1999-03-04 Art Cancroclient_chat.c: use citedit() for page composition
1999-02-03 Nathan BryantFixes for Cygwin (see ChangeLog)
1999-01-29 Nathan Bryantirix fixen
1999-01-24 Art CancroMinor bugfixes
1999-01-10 Art Cancrominor fix to multiline pages
1999-01-10 Art CancroLotsa stuff. See the changeLog for more details.
1998-11-10 Nathan Bryant*** empty log message ***
1998-11-04 Nathan Bryant * added RCS Id keyword strings to sources
1998-10-08 Nathan Bryant * client_chat.c, commands.c, serv_chat.c, sysdep.c:
1998-08-18 Nathan BryantTue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant...
1998-07-11 Art CancroInitial revision