removed all references to sprintf from several files (not all files yet)
[citadel.git] / citadel / citadel.c
2002-03-11 Nathan Bryantremoved all references to sprintf from several files...
2002-03-11 Nathan Bryant - fixes for building without OpenSSL
2002-03-02 Art Cancro* Properly implemented the network filter list. Finish...
2002-02-26 Stu Markadded a .Wholist Short which lists only the people...
2002-02-17 Stu Markadded a nested ungoto list, so you can ungoto 100 times.
2002-02-12 Art Cancro* Threw in a few more #ifdef's so the client build...
2002-01-22 Michael Hampton* read_message() and fmout() now accept a FILE to which...
2002-01-19 Michael Hampton* Cosmetics for the client status line
2002-01-19 Michael Hampton* A real status line for the text client
2002-01-19 Michael Hampton* Full-screen curses support for Citadel text client
2002-01-15 Michael Hampton* Implement alternate_semantics (see comments in citade...
2002-01-06 Michael Hampton* Enable/disable encryption in client from command...
2002-01-06 Michael Hampton* Enable SSL/TLS in the client
2001-12-30 Art Cancro* CtdlSaveMsg() is now CtdlSubmitMsg() and can accept...
2001-12-30 Michael Hampton* Security: Citadel now drops privileges when called...
2001-12-28 Michael Hampton* Client support for hostnames up to 63 characters...
2001-09-08 Art Cancro* More changes to the new networker. Added client...
2001-08-11 Art Cancro* Realized that I am stupid and started implementing...
2001-08-03 Art Cancro* Added some more "break" statements to the main switch...
2001-07-24 Art Cancro* New UI for mailing list setup
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2001-01-14 Art Cancro* Changed the format of <.W>holist <L>ong
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-10-11 Michael Hampton* citadel.c: when ansi_color=user, enable color at...
2000-09-11 Art Cancro* citadel.c: accept -h <host> and -p arguments, so...
2000-08-14 Brian Costello- Added constant sizes for usernames and the nonce...
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-08-05 Art Cancro* Added [idle] to client wholist display for sessions...
2000-07-30 Art Cancro* Set up the SNET (Send NETwork config) and GNET (Get...
2000-07-29 Art Cancro* Changed the format of RWHO output to provide non...
2000-07-14 Art Cancro* Added .ATN (DOWN) and .ATS (SCDN 1) commands to the...
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-06-22 Art Cancro* Made the ICQ stuff far more reliable ... by removing it!
2000-04-24 Art Cancro* Removed references to strucmp() and struncmp(), repla...
2000-04-16 Art Cancro* Minor changes to avoid host lookup for local clients
2000-04-13 Art Cancro* Fixed a problem that crashed the client during <G...
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-03-28 Art Cancro* Modified <.RU> to allow search for partial match
2000-03-15 Art Cancro* Added DEXP server command to disable incoming express...
2000-03-09 Art Cancro* misc bugfixes and cleanups
2000-02-27 Art Cancro* Completed 'fsck'-like reference count verifier (serve...
2000-01-28 Art Cancro* Client config for internet
1999-11-07 Art Cancro* Fix room name display
1999-10-26 Art Cancro* Removed the auto-reconnect stuff... it was locking...
1999-09-06 Art Cancro* citadel.c: run strproc() on new passwords
1999-08-03 Art Cancro* Wrote the client side of the ICQ gateway. Now on...
1999-07-16 Art Cancro * Improved auto-reconnect by NOT using SIGPIPE and...
1999-07-10 Art CancroTurned memory leak detection back on.
1999-06-10 Art Cancro * Replaced all code that generated temporary...
1999-05-20 Art Cancrocolor
1999-05-19 Art CancroWed May 19 19:30:28 EDT 1999 Art Cancro <ajc@uncnsrd...
1999-04-03 Nathan Bryantfix systems with SYSV-style signal handling (e.g. libc5)
1999-02-16 Art Cancro * citadel.c: increased hostname buffer size...
1999-02-03 Nathan BryantFixes for Cygwin (see ChangeLog)
1999-01-29 Nathan Bryantirix fixen
1999-01-27 Art Cancro5.51
1999-01-24 Art Cancro * Added a "room order" key to the room record...
1999-01-10 Art CancroLotsa stuff. See the changeLog for more details.
1998-12-24 Art Cancro * citadel.c: added some experimental code to...
1998-12-12 Art Cancrosmall optimization in RWHO command
1998-11-22 Art Cancro * Moved num_parms() and all the extract() type...
1998-11-12 Art Cancrouse extract_long()
1998-11-12 Art Cancro * citadel.c: fixed the way <.WL> parses the...
1998-11-09 Nathan Bryantfixed a goof
1998-11-09 Nathan Bryant * useradmin.c: really removed (cvs remove)
1998-11-04 Nathan Bryant * added RCS Id keyword strings to sources
1998-10-31 Nathan Bryant * citadel.c, commands.c, commands.h: set backgr...
1998-10-30 Nathan Bryant * citadel.c: send ANSI detect sequence after...
1998-10-29 Art Cancrocitadel.c: Added a splash of colour to the Wholist
1998-10-28 Nathan Bryant * aclocal.m4, missing: new files, also swiped...
1998-10-25 Art CancroClient: added <.A>ide <S>ystem configuration command
1998-10-25 Nathan Bryant * citadel.c, citadel.h, commands.c: make client...
1998-10-22 Art CancroOoops
1998-10-21 Art CancroMinor cosmetic change
1998-10-09 Art CancroNothing
1998-10-05 Art CancroChangeover to new room structure. See ChangeLog for...
1998-09-30 Nathan Bryant * Makefile.in: new variable PTHREAD_DEFS for...
1998-09-23 Art CancroCosmetic changes
1998-08-25 Nathan BryantMon Aug 24 20:04:04 EDT 1998 Nathan Bryant <bryant...
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-31 Art CancroPrettied up the verbose version of the wholist.
1998-07-12 Art Cancro Cosmetic change to report just "(local)" instead of...
1998-07-11 Art CancroInitial revision