* Began (but did not finish) applying GPL3+ declarations to each source file. This...
[citadel.git] / citadel / citadel_ipc.c
2009-10-14 Art Cancro* Began (but did not finish) applying GPL3+ declaration...
2009-01-16 Art Cancro* Removed the NETF command and the UI elements which...
2008-04-03 Art CancroKeep track of thread references, in the server and...
2008-03-20 Dave WestNow the text client and webcit show the servers svn...
2008-03-19 Art CancroEVT_LOGOUT hooks are now called with the thread's current
2008-03-10 Art CancroText mode user interface -- added UI for rename user
2008-02-09 Wilfried Göesgens* UIMG and UOPN require the client to specify a Mimetyp...
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-11-13 Art CancroRemoved '#define CHUNKED_READ' from citadel_ipc.c
2007-11-11 Wilfried Göesgens* buffered read next try; recv might give the solution?
2007-11-11 Art Cancro* moved CtdlDecodeQuotedPrintable() into tools.c
2007-11-05 Art CancroDisabled client chunked reads by default.
2007-11-04 Wilfried Göesgens* dump message headers on artv dump
2007-11-03 Dave WestFix bug in text client that causes parts of listings...
2007-10-29 Art Cancro* Reverted the code I checked in last week that created a
2007-10-28 Wilfried Göesgens* read line-buffered, not char by char.
2007-09-20 Art CancroFixed compiler warning about ssl_lock
2007-08-23 Dave WestPatches from Matt with slight mod from me to do without...
2007-06-24 Wilfried Göesgens* evaluate the subject required flag. not tested, the...
2007-04-12 Art CancroApplied matt's patches to clean up memory leaks in...
2007-03-28 Art Cancro* New room flag QR2_COLLABDEL ('collaborative
2007-03-25 Art CancroSuppress display of a MIME multipart node if it is...
2007-03-15 Art Cancrocitadel_ipc.c: when fetching an expire policy, the...
2006-12-23 Art Cancro* Committed matt's latest patch set
2006-06-21 Art Cancrocitadel_ipc.c: comment out block of code that
2006-03-20 Wilfried Göesgens* removed last occurance of static paths in favour...
2006-03-02 Art CancroDon't offer to create new user accounts if the server...
2005-08-01 Art Cancro* citadel_ipc.c: RUN_DIR not RUNDIR in line 2944
2005-07-29 Art Cancro* Made some changes to the hunt for citadel.socket...
2005-07-26 Art Cancro* Applied a patch sent in by Wilfried Goesgens which...
2005-07-25 Art Cancro* citadel_ipc.c: when performing a MSG4 command, don...
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-01-19 Art Cancro* Minor and/or cosmetic changes made during x64 trouble...
2004-10-12 Art Cancro* Cleaned up some things that generated compiler warnings
2004-10-06 Michael Hampton* Fixup a few more compiler warnings from icc
2004-09-05 Michael Hampton* Network optimizations - buffer output server-side...
2004-08-11 Art Cancro* Replaced all "Citadel/UX" references with "Citadel"
2004-06-07 Art Cancro* Changed "express message" to "instant message" everyw...
2004-06-03 Art Cancro* citadel_ipc.c: SETR command was missing defaultview...
2004-03-21 Michael Hampton* stress.c: Fixed. Now properly spawns threads and...
2004-03-15 Michael Hampton* Multiple files: Convert most remaining client code...
2004-03-12 Michael Hampton* Implement GNET/SNET commands in IPC code; provide...
2004-02-26 Michael Hampton* Client stability and enhancements:
2004-01-17 Art Cancro* Sysconfig commands for specifying where the LDAP...
2003-12-24 Art Cancro* Allow a separate default message expire policy for...
2003-12-23 Art Cancro* Expanded the size of all string fields in "struct...
2003-12-09 Nathan Bryantdid a minimal amount of ANSIfication without changing...
2003-11-22 Art Cancro* Commented out the call to the 'high speed download...
2003-07-13 Art Cancro* Allow connect on unix domain sockets to Citadels...
2003-06-29 Art Cancro* Renamed "struct user" to "struct ctdluser"
2003-06-29 Art Cancro*** empty log message ***
2003-06-04 Michael Hampton* Numerous fixups needed for Windows port:
2003-04-26 Art Cancro* Anytime a socket connect() fails, CLOSE THE SOCKET...
2003-04-07 Art Cancro* Reworked all the "list rooms" operations so that...
2003-03-31 Art Cancro* Repaired the formatting of text/plain messages with...
2003-03-26 Art Cancro* Downloading of attachments was completely broken...
2003-03-26 Art Cancro*** empty log message ***
2003-03-20 Michael Hampton* connection_died(): Don't crash before printing messag...
2003-03-10 Art Cancro* Fixed bug that caused segv when <R>eplying to certain...
2003-03-01 Art Cancro* commands.c: alternate_semantics might have been getti...
2003-01-16 Michael Hampton* CtdlIPCGetMessages(): Fix message read failing on...
2003-01-16 Michael Hampton* ENT0 command: changed post-as username from arg 4...
2003-01-16 Art Cancro* citadel_ipc.c: when issuing a SPEX command, send...
2002-12-15 Michael Hampton* Converted more routines to new IPC code.
2002-12-01 Michael Hampton* New experimental message formatter - try it, you...
2002-11-10 Michael Hampton* Convert some more routines to new IPC code
2002-10-25 Michael Hampton* Fix the status line not updating with the new wait...
2002-10-25 Art Cancro* When in fullscreen mode, display an "X" icon in the...
2002-10-18 Michael Hampton* More signed/unsigned fixes (for the new progress...
2002-10-17 Michael Hampton* Convert room listings and some aide functions to...
2002-10-15 Art Cancro* Numerous warning fixes and cleanups for compile on...
2002-10-15 Michael Hampton* IPC support for resumable downloads
2002-10-14 Michael Hampton* Mac OS X build fixes (everything but serv_imap now...
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-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-09-08 Art Cancro* Fixed a crashy crashy bug in the AGUP protocol functi...
2002-09-03 Art Cancro* Added MSG4 support to client-side IPC
2002-08-03 Art Cancro* blah
2002-08-03 Art Cancro* citadel_ipc.c: Attempted to clean up memory allocation
2002-07-21 Art Cancro* Added in some infrastructure to switch the client...
2002-07-21 Michael Hampton* citadel_ipc.c: Fix for segfault on empty messages
2002-07-19 Art Cancro* citadel_ipc.c: changed various buffer lengths from...
2002-07-01 Michael Hampton* Misc. routines converted to new IPC code
2002-06-29 Michael Hampton* Convert whobbs, serv_info, misc. functions to new...
2002-06-25 Michael Hampton* gotonext() now uses new IPC code to retrieve room...
2002-06-25 Michael Hampton* remove a debugging trap I accidentally left in the...
2002-06-24 Michael Hampton* Buffer overflow fixes and minor cleanup in IPC code
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...