* First cut at Solaris fixes. There may still be some *printf("%s", NULL)
[citadel.git] / citadel / citadel.h
2000-03-27 Nathan Bryant * First cut at Solaris fixes. There may still be some...
2000-03-19 Art Cancro* shuffled the docs around
2000-03-19 Art Cancro* Small cosmetic change to date/time output
2000-03-18 Art Cancro* 5.70b1
2000-03-10 Art Cancro* Changes to message base and networker to support...
2000-03-08 Art Cancro* Shut off hostname resolution when dealing with Unix...
2000-03-03 Art Cancro* Finished the inbound side of gateway domain service
2000-02-26 Art Cancro* Properly handle all aliases specified in network...
2000-01-28 Art Cancro* Client config for internet
2000-01-09 Art Cancro* Get/save arbitrary configs
2000-01-08 Art Cancro* Completed spool to outbound delivery queue (still...
1999-11-18 Art Cancro* Updated some of the documentation
1999-11-17 Art Cancro* Removed the session_count() function. Instead, keep...
1999-11-04 Art Cancro* Changed 'number of worker threads' from a sysconfig...
1999-10-13 Art Cancro* Starting some work on network zap (supersede) mode...
1999-10-03 Art Cancro* Added serv_upgrade.h to automagically convert pre...
1999-09-24 Art Cancro* Worked a little more on the vCard stuff. The serv_vc...
1999-09-01 Art Cancro* Implemented "maximum message length" in global system...
1999-06-28 Art Cancro * Changed any remaining references to UUCP, to "Intern...
1999-05-13 Nathan Bryantfix namespace collision with <sys/stream.h> on certain...
1999-04-26 Art Cancro5.53
1999-04-09 Art Cancro * config.c: now requires a setup run for *any* rev...
1999-04-08 Art CancroImplemented "access level required to create rooms...
1999-01-27 Art Cancro5.51
1999-01-24 Art Cancro * Added a "room order" key to the room record...
1999-01-15 Art Cancro * Brought over the mime_parser from WebCit...
1999-01-14 Art CancroThis is 5.51
1999-01-13 Art Cancro * Various changes to begin work on support...
1999-01-10 Art CancroLotsa stuff. See the changeLog for more details.
1998-12-17 Art CancroGetting things together to prepare for an actual release...
1998-12-08 Art CancroBeta 2
1998-12-01 Art CancroBETA 1
1998-11-30 Art Cancro5.50 Alpha 3
1998-11-23 Art CancroWe're now 5.50alpha2
1998-11-21 Art Cancro * Added a fourth color mode in the client:...
1998-11-21 Art Cancroroom expires
1998-11-18 Art CancroStarted implementing global room numbers.
1998-11-11 Art CancroThis is Alpha 1
1998-11-07 Art Cancro * citadel.h (and related files): removed defunc...
1998-11-04 Nathan Bryant * added RCS Id keyword strings to sources
1998-11-02 Art Cancro * Implemented message expiry by date (this...
1998-10-27 Art Cancrominor documentation changes
1998-10-25 Nathan Bryant * citadel.c, citadel.h, commands.c: make client...
1998-10-24 Art Cancropolicy.c: added, moved GetExpirePolicy() from room_ops.c
1998-10-12 Art CancroBuilt some more of the message expiry infrastructure
1998-10-11 Art CancroSet up data structures for room policies
1998-10-11 Art CancroMoved "struct visit" from citadel.h to server.h
1998-10-08 Nathan Bryant * lots of warning fixes; builds with -std1...
1998-10-05 Art CancroChangeover to new room structure. See ChangeLog for...
1998-10-02 Art Cancro * Finally removed all three usersupp.foo[MAXROO...
1998-10-01 Art CancroRemoved a few more references to usersupp.lastseen[]
1998-09-29 Art Cancro * Implemented the function CtdlRoomAccess(...
1998-09-28 Art CancroAdded V_ACCESS
1998-09-27 Art Cancro * Changed all "generation" variables from char...
1998-08-25 Art Cancro * setup.c: Removed yesno_s()
1998-08-18 Nathan BryantDR19980818
1998-08-18 Nathan BryantTue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant...
1998-08-06 Art CancroGot the CitadelAPI library to the point where the serve...
1998-08-05 Art CancroEliminated the logged_time and time_limit stuff. Since...
1998-07-30 Art CancroChanged all of the proprietary strucmp() and struncmp...
1998-07-26 Art CancroThis is a program which imports "exported" Citadel...
1998-07-24 Art Cancro No more pwcrypt
1998-07-17 Art Cancro These are the changes to eliminate most of the arbitra...
1998-07-16 Art Cancro Updating the structures to reflect variables we don...
1998-07-12 Art Cancro Changed logging mechanism from a circular binary file...
1998-07-11 Art CancroInitial revision