HUGE PATCH. This moves all of mime_parser.c and all
[citadel.git] / citadel / rooms.c
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-08-09 Wilfried Göesgens* strlen holy war: loops. in loops it's very evil....
2007-08-09 Wilfried Göesgens* Holy war on strlen: use IsEmptyStr where apropriate.
2007-06-24 Wilfried Göesgens* configure the room subject required flag in the text...
2007-03-28 Art Cancro* New room flag QR2_COLLABDEL ('collaborative
2006-12-23 Art Cancro* Committed matt's latest patch set
2006-10-22 Art CancroPatches submitted by matt:
2006-01-16 Wilfried Göesgenscentralized filename calculation
2005-04-14 Art Cancro* Variable names, comments, documentation, etc... ...
2005-03-24 Art Cancro* extract_token() now expects to be supplied with the...
2004-10-04 Michael Hampton* Fix a couple of minor compiler warnings
2004-09-23 Michael Hampton* rooms.c: create_floor(): Fix the check for whether...
2004-03-15 Michael Hampton* Multiple files: Convert most remaining client code...
2004-02-26 Michael Hampton* Populate IPC into a few more places to avoid a nasty...
2004-02-26 Michael Hampton* Client stability and enhancements:
2003-09-13 Art Cancro* More intelligent selection of directory to save attac...
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-04-07 Art Cancro* Reworked all the "list rooms" operations so that...
2003-02-13 Art Cancro* Applied "multi editor" patch supplied by georbit
2002-11-27 Stu Markadded dot ungoto functionality.
2002-11-13 Art Cancro* When in curses mode, call beep() instead of putc...
2002-11-10 Michael Hampton* Convert some more routines to new IPC code
2002-11-04 Art Cancro* Don't run the wait indicator when in an external...
2002-11-01 Art Cancro* Fixed .AM and .AE commands
2002-10-29 Michael Hampton* rooms.c: don't allow a blank floor name when creating...
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-15 Michael Hampton* IPC support for resumable downloads
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-08-14 Art Cancro* Extend GETR/SETR to allow twiddling of bits in the...
2002-08-06 Art Cancro* ;AE command -- Make it clearer which floor the user...
2002-08-05 Art Cancro* rooms.c: corrected a typo reported by Campagnolo...
2002-07-19 Art Cancro* more of the same
2002-06-29 Michael Hampton* fixed some memory leaks
2002-06-29 Michael Hampton* Convert whobbs, serv_info, misc. functions to new...
2002-06-27 Michael Hampton* rooms.c: converted most functions to new IPC code
2002-06-24 Michael Hampton* Message reading and other functions which use the...
2002-05-14 Michael Hampton* rooms.c: Print name of room aide if any when doing...
2002-05-14 Michael Hampton* Fixed some incredibly silly typos
2002-05-14 Michael Hampton* Minor cosmetic changes, extraneous double spaces...
2002-03-12 Art Cancro* Give mailbox owners access to "who knows room" command
2002-03-12 Nathan Bryantmore sprintf
2002-03-11 Nathan Bryant - fixes for building without OpenSSL
2002-02-17 Stu Markadded a nested ungoto list, so you can ungoto 100 times.
2002-01-22 Michael Hampton* read_message() and fmout() now accept a FILE to which...
2002-01-19 Michael Hampton* Full-screen curses support for Citadel text client
2001-12-18 Art Cancro* Added more load_floorlist() commands to the beginning...
2001-11-27 Art Cancro* When calling an external editor, set the environment...
2001-07-24 Art Cancro* New UI for mailing list setup
2001-04-17 Andru Luvisi* Modified client rooms.c so that people can be invited...
2000-12-30 Art Cancro* more buffer size stuff
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-07-09 Art Cancro* Eliminated the whole SIGINT/SIGQUIT based handling...
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-04-24 Art Cancro* Removed references to strucmp() and struncmp(), repla...
2000-04-10 Art Cancro* More paginator changes. Shuffled code around, added...
2000-04-09 Art Cancro* Added pprintf() (paginated version of printf) to...
2000-03-15 Art Cancro* Added DEXP server command to disable incoming express...
2000-03-04 Art Cancro* Remove nulls appended to editor files during replace...
2000-01-09 Art Cancro* Removed the fifo-based protocol downloads and replace...
1999-07-30 Art Cancro* Applied bugfix patches contributed by Vaggelis Tsirkas:
1999-07-11 Art Cancro * room_ops.c: eliminate room name parameter...
1999-05-20 Art Cancromore color changes
1999-02-27 Art Cancroprompt for filename in download_to_local_disk() when...
1999-02-03 Nathan BryantFixes for Cygwin (see ChangeLog)
1999-02-02 Art Cancromessages.c: implemented client download of MIME attachments
1999-01-24 Art Cancro * Added a "room order" key to the room record...
1998-11-22 Art Cancro * Moved num_parms() and all the extract() type...
1998-11-08 Art Cancroadded more stuff to .AS
1998-11-07 Art Cancro * Implemented CONF server command for site-global...
1998-11-04 Nathan Bryant * added RCS Id keyword strings to sources
1998-10-29 Nathan Bryant * rooms.c: fix color of Mail>
1998-10-29 Art CancroStuff
1998-10-28 Art Cancro * rooms.c: removed the warning about the ineffe...
1998-10-25 Art Cancrohmm
1998-10-25 Art CancroFloor expire
1998-10-25 Art CancroClient: added message expiration policy questions to...
1998-10-12 Nathan Bryant * Makefile.in: simplified to use pattern rules...
1998-10-09 Nathan Bryant * rooms.c: use mkfifo(3) instead of system...
1998-10-05 Art CancroChangeover to new room structure. See ChangeLog for...
1998-09-01 Art Cancro * Yanked the citadelapi.c module. This wasn...
1998-08-18 Nathan BryantTue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant...
1998-07-11 Art CancroInitial revision