* Holy war on strlen: use IsEmptyStr where apropriate.
[citadel.git] / citadel / routines.c
2007-08-09 Wilfried Göesgens* Holy war on strlen: use IsEmptyStr where apropriate.
2006-10-22 Art CancroPatches submitted by matt:
2006-01-11 Art Cancro* Added a per-user client option to always compose...
2005-05-16 Art Cancro* Don't prompt the user for screen dimensions anymore...
2005-04-14 Art Cancro* Variable names, comments, documentation, etc... ...
2005-02-11 Art Cancro* <.A>ide <U>ser-edit is now <.A>ide <U>ser <E>dit
2004-03-15 Michael Hampton* Multiple files: Convert most remaining client code...
2004-02-26 Michael Hampton* Client stability and enhancements:
2004-02-20 Art Cancro* Fixed one of the prompts (bugzilla #118)
2003-06-29 Art Cancro* Renamed "struct user" to "struct ctdluser"
2003-06-29 Art Cancro*** empty log message ***
2002-12-15 Michael Hampton* Final touches on the new message formatter.
2002-11-25 Art Cancro* Allow set/clear of per-user Internet mail privilege
2002-10-17 Michael Hampton* Bug fixes: Fix numerous char array size mismatches...
2002-10-02 Michael Hampton* File/image uploads now implemented in terms of the...
2002-09-29 Michael Hampton* File and attachment downloads now use the new IPC...
2002-09-27 Michael Hampton* Allow multiple simultaneous IPC connections. All...
2002-07-01 Michael Hampton* Misc. routines converted to new IPC code
2002-06-15 Art Cancro* Fixed small bug in the e<X>pert mode toggle
2002-06-12 Art Cancro* "Suppress message prompts" has been changed to "Promp...
2002-05-24 Art Cancro* Fixed the "idle timeout during paginator prompt"...
2002-05-12 Art Cancro* Removed the unfinished moderation system.
2002-03-12 Nathan Bryantclean up a few prototypes that weren't defined centrall...
2002-03-12 Nathan Bryant - pass -Wcast-qual to gcc
2002-03-03 Art Cancro* Added password starred-out entry to newprompt() and...
2002-03-03 Art Cancro* Implemented the CREU server command to administrative...
2002-02-12 Art Cancro* Threw in a few more #ifdef's so the client build...
2002-01-26 Michael Hampton* Aides can now ask a user to re-register with .Aide...
2002-01-19 Michael Hampton* Full-screen curses support for Citadel text client
2001-12-30 Michael Hampton* More keys while reading messages: Q or S same as...
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2001-02-28 Art Cancro* Removed the moderation questions.
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-12-05 Art Cancro* Added support for non-USA country identities in vCard...
2000-07-09 Art Cancro* Eliminated the whole SIGINT/SIGQUIT based handling...
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
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-03-27 Nathan Bryant * First cut at Solaris fixes. There may still be some...
1999-12-11 Art Cancro* Implemented most of MAIL FROM:
1999-05-20 Art CancroColour changes
1999-05-19 Art CancroWed May 19 19:30:28 EDT 1999 Art Cancro <ajc@uncnsrd...
1999-05-13 Nathan Bryantfix for certain SYSV variants which lack utmp.ut_host
1999-04-13 Nathan Bryantfixed time_t handling (have to cast it to long for...
1999-02-24 Nathan Bryantfixes for BSDI. see ChangeLog.
1999-02-05 Nathan Bryant * configure.in, Makefile.in, getutline.c: repla...
1999-02-04 Nathan Bryant * configure.in, routines.c: access utmp directl...
1999-01-20 Art Cancro Fixed a bug in the user editing command (client side)
1999-01-10 Art CancroLotsa stuff. See the changeLog for more details.
1998-11-22 Art Cancro * Moved num_parms() and all the extract() type...
1998-11-21 Art Cancro * Added a fourth color mode in the client:...
1998-11-10 Nathan Bryant*** empty log message ***
1998-11-10 Art Cancroadded more stuff to <.A>ide <E>dit user
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-09-28 Nathan Bryant * configure.in, acconfig.h: new files; partiall...
1998-09-22 Art CancroAttachments continued...
1998-09-01 Art Cancro * Yanked the citadelapi.c module. This wasn...
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