* Began (but did not finish) applying GPL3+ declarations to each source file. This...
[citadel.git] / citadel / citadel.c
2009-10-14 Art Cancro* Began (but did not finish) applying GPL3+ declaration...
2009-09-04 Art Cancro* Fixed some random compiler warnings
2009-05-21 Art Cancro* Applied matt's patch for making +/- work properly
2009-01-16 Art Cancro* Removed the NETF command and the UI elements which...
2009-01-16 Art Cancro* Moved some comments around
2008-12-31 Art CancroUpdated various copyright notices to 2009. Happy GNU...
2008-05-15 Art CancroAdded a mini http fetcher into webcit
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2008-03-20 Dave WestNow the text client and webcit show the servers svn...
2008-02-10 Wilfried Göesgens* add typedefs in citadel.h so we don't need to typedef...
2008-01-17 Art CancroThe encoding and decoding tables for Base64 are
2008-01-10 Wilfried Göesgens* openbsd doesn't like pam. so... if we don't have...
2007-12-29 Art CancroCopyright dates are now 2008.
2007-11-21 Art CancroChanged the column headers in the user list to
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-11-11 Art CancroAmended the MSGP command to provide a way for the client to
2007-11-10 Wilfried Göesgens* if -D added, citserver will print out the Directories.
2007-11-02 Art Cancrotuiconfig for RSS feed reader
2007-10-14 Art CancroRemove 'can_do_msg4' variable from client. If
2007-10-06 Wilfried Göesgens* now ecrash gives us at least some usable values.
2007-10-06 Wilfried Göesgens* as we now spend allmost all of our time on en/decodin...
2007-09-24 Art Cancro* Citadel configuration screens in the text mode client
2007-08-29 Wilfried Göesgens* make backtrace optional.
2007-08-26 Wilfried Göesgens* modules registering serverports now need to specify...
2007-08-23 Dave WestPatches from Matt with slight mod from me to do without...
2007-08-09 Wilfried Göesgens* Holy war on strlen: use IsEmptyStr where apropriate.
2007-05-29 Wilfried Göesgens* merged acconfig.h into configure.
2007-05-10 Art CancroSmall fix to previous commit. The 'narrow' wholist
2007-05-10 Art CancroOmit the 'Idle' and 'From host' columns from
2007-04-12 Art CancroApplied matt's patches to clean up memory leaks in...
2007-04-10 Art CancroChanged a reference to 'room_flags' to 'room_flags2...
2007-03-28 Art Cancro* New room flag QR2_COLLABDEL ('collaborative
2007-02-22 Art CancroFinal changes to server to allow message display names to
2007-02-08 Michael HamptonCommand prompt was much too short; lengthened it.
2007-01-01 Art CancroUpdated copyright notice to 2007
2006-12-23 Art Cancro* Committed matt's latest patch set
2006-10-22 Art CancroPatches submitted by matt:
2006-07-09 Art CancroCorrected Matt's name in the credits
2006-06-21 Art CancroApplied Matt's patches for the addition of four new...
2006-03-02 Art CancroDon't offer to create new user accounts if the server...
2006-01-20 Wilfried Göesgenscalculate once. todo: move commandline parsing up.
2006-01-20 Wilfried Göesgenscalc dirs another time
2006-01-20 Wilfried Göesgensanother try
2006-01-20 Wilfried Göesgensmissing variables
2006-01-20 Wilfried Göesgenscalc home dirs
2006-01-16 Wilfried Göesgenscentralized filename calculation
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...
next