* Renamed "struct user" to "struct ctdluser"
[citadel.git] / citadel / citadel_ipc.c
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...