* Variable names, comments, documentation, etc... removed the acronym 'BBS'
[citadel.git] / citadel / citadel_ipc.h
2005-04-14 Art Cancro* Variable names, comments, documentation, etc... ...
2005-01-25 Michael Hampton* Updated SSL/TLS code to actually use the TLS cipher...
2005-01-19 Art Cancro* Minor and/or cosmetic changes made during x64 trouble...
2004-10-06 Michael Hampton* Fixup a few more compiler warnings from icc
2004-08-23 Michael Hampton* No longer accept MD5 as a hash when encrypting
2004-03-12 Michael Hampton* Implement GNET/SNET commands in IPC code; provide...
2004-02-26 Michael Hampton* Client stability and enhancements:
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-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-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* Converted 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-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-03 Art Cancro* Added MSG4 support to client-side IPC
2002-07-21 Art Cancro* Added in some infrastructure to switch the client...
2002-07-19 Art Cancro* more of the same
2002-07-02 Michael Hampton* prototypes in citadel_ipc.h updated
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-22 Michael Hampton* Use a new IPC API (in citadel_ipc.c). Partially...