* Added a per-user client option to always compose messages using the
[citadel.git] / citadel / citadel.c
2006-01-11 Art Cancro* Added a per-user client option to always compose...
2005-11-28 Art Cancro* Eliminated the use of tmpnam() to shut up the compile...
2005-10-13 Art Cancro* citadel.c: don't crash when <.R>ead <U>serlist result...
2005-09-13 Art Cancro* Don't crash when user hits <.A>ide <P>ost
2005-07-26 Art Cancro* Applied a patch sent in by Wilfried Goesgens which...
2005-07-21 Art Cancro* <.R>ead <U>ser-list now takes advantage of the server...
2005-04-14 Art Cancro* Variable names, comments, documentation, etc... ...
2005-03-24 Art Cancro* extract_token() now expects to be supplied with the...
2005-02-11 Art Cancro* <.A>ide <U>ser-edit is now <.A>ide <U>ser <E>dit
2005-01-18 Art Cancro* Trying to fix IMAP brokenness on Linux-x64. Committi...
2004-10-13 Art Cancro* Repaired a completely broken <;Z>ap floor command.
2004-10-12 Art Cancro* Tracing a problem with ;Z command
2004-10-05 Art Cancro* Changed a bunch of localtime() calls to localtime_r...
2004-09-05 Michael Hampton* citadel.c: Left a comment for Ford.
2004-07-24 Art Cancro* citadel.c: temporarily commented out the signal(...
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-03-12 Michael Hampton* citadel.c: main(): Fix error response for RCHG, HCHG...
2004-02-26 Michael Hampton* ;Goto floor now goes to first KNOWN room, or first...
2004-02-26 Michael Hampton* Client stability and enhancements:
2004-02-25 Michael HamptonMissing parameter to a printf() function. No idea...
2004-02-20 Michael Hampton* Fix bug 112: .Goto allowed partial room match on...
2003-10-10 Art Cancro* citadel.c: Reworded one of the prompts
2003-09-03 Art Cancro* client: remove rooms from the march list when zapping...
2003-06-29 Art Cancro* Renamed "struct user" to "struct ctdluser"
2003-06-29 Art Cancro*** empty log message ***
2003-06-22 Michael Hampton* citadel.c: display idle times in wholist up to 999...
2003-06-17 Art Cancro* New format for wholist.
2003-06-16 Art Cancro* support.c: removed an unused variable
2003-06-04 Michael Hampton* citadel.c: Added a missing #ifdef __CYGWIN__
2003-06-04 Michael Hampton* Numerous fixups needed for Windows port:
2003-05-20 Michael Hampton* citadel.c: don't truncate roomname when user is idle...
2003-03-01 Art Cancro* commands.c: alternate_semantics might have been getti...
2003-02-17 Art Cancro* Fixed a small bug in the GDBM backend (deprecated...
2003-02-13 Art Cancro* Applied "multi editor" patch supplied by georbit
2003-01-23 Art Cancro* citadel.c: hitting enter without entering a room...
2003-01-16 Michael Hampton* ENT0 command: changed post-as username from arg 4...
2003-01-05 Michael Hampton* Add an AllFloors parameter to the citadel IPC API
2002-12-15 Michael Hampton* Final touches on the new message formatter.
2002-12-02 Michael Hampton* Improvements to the new message formatter, including...
2002-11-27 Stu Markadded dot ungoto functionality.
2002-11-11 Michael Hampton* Fixed minor bugs with color handling; added explicit...
2002-11-10 Michael Hampton* citadel.c: When terminating, don't mark messages...
2002-11-07 Art Cancro* Repaired the "remember username/password" functionali...
2002-11-01 Art Cancro* Fixed .AM and .AE commands
2002-10-25 Michael Hampton* Fixed broken .Goto by partial match
2002-10-25 Michael Hampton* Fix the status line not updating with the new wait...
2002-10-19 Michael Hampton* Disable any use of curses on Darwin (this is temporar...
2002-10-18 Michael Hampton* fix self-service account creation at login prompt...
2002-10-17 Michael Hampton* Bug fixes: Fix numerous char array size mismatches...
2002-10-17 Michael Hampton* Convert room listings and some aide functions to...
2002-10-07 Art Cancro* Build fixes for Solaris box without OpenSSL installed
2002-10-06 Michael Hampton* Move (nearly) all IPC-related code to citadel_ipc...
2002-09-27 Michael Hampton* Allow multiple simultaneous IPC connections. All...
2002-09-08 Art Cancro* Also fixed a bug in <.T>erminate <S>tay which caused...
2002-09-03 Art Cancro* Added MSG4 support to client-side IPC
2002-08-31 Art Cancro* Set version number to 6.00 in documentation and heade...
2002-08-27 Art Cancro* Added the ability to run an external command from...
2002-08-06 Art Cancro* Fixed and clarified "new mail has arrived" messages.
2002-08-03 Art Cancro* NULLify 'roomrec' before attempting partial match...
2002-07-21 Michael Hampton* Remove duplicate call for server time in who_is_onlin...
2002-07-01 Michael Hampton* Misc. routines converted to new IPC code
2002-06-29 Michael Hampton* fixed some memory leaks
2002-06-29 Michael Hampton* Convert whobbs, serv_info, misc. functions to new...
2002-06-25 Michael Hampton* fixed bug in dotgoto() causing free() to segfault
2002-06-25 Michael Hampton* gotonext() now uses new IPC code to retrieve room...
2002-06-24 Michael Hampton* Fixed code for client segfault at login
2002-06-24 Michael Hampton* Message reading and other functions which use the...
2002-06-22 Michael Hampton* Use a new IPC API (in citadel_ipc.c). Partially...
2002-05-14 Michael Hampton* Fixed some incredibly silly typos
2002-05-14 Michael Hampton* Minor cosmetic changes, extraneous double spaces...
2002-05-14 Michael Hampton* citadel.c: spacebar won't read New if there are no...
2002-05-13 Art Cancro* Client side too
2002-05-04 Art Cancro* Make stealth mode available to all users
2002-03-26 Nathan Bryant * support autoconf 2.53
2002-03-14 Nathan Bryantsupport window resizing in curses mode
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...
next