SMTP-Client: strip newlines from smtp replies when setting them as Statusmessage.
[citadel.git] / citadel / textclient /
2012-04-19 Art CancroAdjusted qstart/qend defaults
2012-04-19 Art Cancrospiffy new strprompt() allows backspacing over the...
2012-04-19 Art CancroReplacement ctdl_getline()
2012-04-19 Art CancroReplacement ctdl_getline()
2012-04-19 Art Cancrowtf is gl_string? unused variable, removed it
2012-04-19 Art CancroThe 'negative number for asterisk echo' functionality...
2012-04-19 Art CancroRemove unused variable
2012-04-19 Art CancroOutside of commands.c, calls to ctdl_getline() have...
2012-04-19 Art Cancroctdl_getline() is a mess. continued cleaning it up
2012-04-19 Art Cancroctdl_getline() is a mess. started cleaning it up
2012-03-23 Art CancroAdded license declarations to some files that were...
2012-03-23 Art Cancrotext client: status line now configurable
2012-03-23 Art CancroRemoved obsolete features from client
2012-03-08 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-03-07 Art Cancromini rfc2047 decoder for the text client
2012-01-30 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-30 Art CancroContinued the war on Richard Stallman's linguafascism
2012-01-27 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-24 Art CancroServer changes to support upcoming overhaul of setup.c
2011-12-11 Art CancroDetect screen dimensions _before_ attaching to the...
2011-09-07 Wilfried GoesgensFix more warnings; output errors to the users.
2011-09-07 Wilfried GoesgensFix compiler warnings in the textclient by evaluating...
2011-09-04 Art CancroCondense the default wholist when there are multiple...
2011-09-04 Art Cancroget_inet_rec_type() range should be 1..8, not 1..7
2011-09-04 Art CancroModified select_on_master() to only have one code path...
2011-09-04 Art CancroDisabled the status bar in the text client because...
2011-09-04 Wilfried GoesgensBy jimcuclamath: set maxium allowed password length...
2011-09-04 Art CancroFixed bugs related to last three commits
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2010-11-15 Art CancroRemoved a few unneeded calls to scr_flush()
2010-10-25 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-10-25 Wilfried Goesgens* ctype.h required for isdigit() and friends
2010-09-16 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-15 Art Cancrorobots.txt now explicitly allows everyone. free love...
2010-09-14 Art Cancrotext client, enter message, send reply references durin...
2010-09-04 Art CancroThe status line is back! Reused the callbacks from...
2010-09-03 Art CancroImplemented a nice way to do a status line that clings...
2010-09-03 Art CancroRemoved the USscreenwidth and USscreenheight fields...
2010-09-02 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-02 Art CancroThe new paginator now makes use of the server-supplied...
2010-09-02 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-02 Art CancroObserve the value of rc_prompt_control
2010-09-02 Art CancroHUGE update to the way the paginator works. scr_putc...
2010-09-02 Art CancroAll screen output now goes through scr_putc().
2010-09-02 Art CancroRemoved more vestiges of curses mode
2010-09-02 Art CancroRemoved err_* and sln_* functions; replaced all calls...
2010-09-02 Art Cancroremoved unused stubs from screen.c
2010-09-02 Art CancroRemoved curses fullscreen mode in the text client,...
2010-09-01 Art CancroMore removal of $Id$ tags
2010-08-31 Art CancroLogging in as "guest" from the text client now does...
2010-08-31 Art CancroAdded a global config setting to allow anonymous guest...
2010-08-25 Art Cancro* Added an undocumented feature to the text client...
2010-08-20 Art Cancro* Cleanup and tuning of previous commit
2010-08-20 Art Cancro* When attempting to connect() to the first available...
2010-08-19 Art Cancro* text client - tell the user the actual hostname and...
2010-04-08 Art Cancro* Moved instant messaging into its own module -- serv_i...
2010-03-04 Art Cancro* Fix rooms.c call to citedit()
2010-03-04 Art Cancro* cleanup
2010-03-04 Art Cancro* citedit() does not make use of the client's IPC conte...
2010-02-28 Wilfried Göesgens* use the just commited defines; append -policy to...
2010-02-26 Wilfried Göesgens* use eUsrAxlvl all over the place
2010-02-17 Art Cancro* text client: try the user's password with and without...
2009-11-25 Art Cancro* Modified the text client so that the <E>nter message...
2009-11-15 Art Cancro* Added a new category 'fallback smart host'. These...
2009-10-24 Dave WestMoved some files around into sub dirs to clean up the...