citadel.git
25 years ago These are the changes to eliminate most of the arbitrary limits in the
Art Cancro [Fri, 17 Jul 1998 04:38:03 +0000 (04:38 +0000)]
 These are the changes to eliminate most of the arbitrary limits in the
system, such as the maximum number of messages in a room, or the maximum
number of messages in a user mailbox.

 The only remaining arbitrary limits are the number of room slots in the
system (MAXROOMS) and the number of floor slots (MAXFLOORS).  I don't know if
we'll be able to nix those.

 Right now, rooms and mailboxes will grow infinitely.  We now have to impement
artificial constraints.

25 years ago Updating the structures to reflect variables we don't need anymore.
Art Cancro [Thu, 16 Jul 1998 00:24:36 +0000 (00:24 +0000)]
 Updating the structures to reflect variables we don't need anymore.
 This Will Happen Again.

25 years ago yeesh
Art Cancro [Tue, 14 Jul 1998 03:26:04 +0000 (03:26 +0000)]
 yeesh

25 years ago Miscellaneous bug fixes. Also restored the ability to delete a user by
Art Cancro [Mon, 13 Jul 1998 05:07:47 +0000 (05:07 +0000)]
 Miscellaneous bug fixes.  Also restored the ability to delete a user by
setting his/her access level to 0.

25 years ago Added code to delete the messages in a user's mailbox when the user is
Art Cancro [Mon, 13 Jul 1998 04:51:12 +0000 (04:51 +0000)]
 Added code to delete the messages in a user's mailbox when the user is
deleted.  This is useless because there's currently no way to delete a user.

25 years ago Now that we have a message base of unlimited size, setup doesn't have to ask
Art Cancro [Mon, 13 Jul 1998 03:49:23 +0000 (03:49 +0000)]
 Now that we have a message base of unlimited size, setup doesn't have to ask
for a fixed message base size anymore.

25 years ago Since it is no longer possible for the utilities to access the data files
Art Cancro [Mon, 13 Jul 1998 03:24:19 +0000 (03:24 +0000)]
 Since it is no longer possible for the utilities to access the data files
directly, they all have to be reworked to talk to the server instead.  This
version of userlist does that.

25 years ago*** empty log message ***
Art Cancro [Mon, 13 Jul 1998 01:03:29 +0000 (01:03 +0000)]
*** empty log message ***

25 years ago Brian Costello implemented a bunch of new commands, but for some reason,
Art Cancro [Sun, 12 Jul 1998 23:59:18 +0000 (23:59 +0000)]
 Brian Costello implemented a bunch of new commands, but for some reason,
access to these commands never made it into the development tree.  This new
citadel.rc contains them.

25 years ago Cosmetic change to report just "(local)" instead of "clientname (local)"
Art Cancro [Sun, 12 Jul 1998 23:49:21 +0000 (23:49 +0000)]
 Cosmetic change to report just "(local)" instead of "clientname (local)"
when running the client locally.

25 years ago These were moved to the 'techdoc' subdirectory.
Art Cancro [Sun, 12 Jul 1998 22:46:02 +0000 (22:46 +0000)]
 These were moved to the 'techdoc' subdirectory.

 These are existing files.  They were merely moved into this directory.

25 years ago This is part of the server core. It contains code relating to the writing
Art Cancro [Sun, 12 Jul 1998 22:37:30 +0000 (22:37 +0000)]
 This is part of the server core.  It contains code relating to the writing
of log records (stuff that goes in citadel.log).  It's not very big right
now, but I put it into its own file so that we can potentially do more with
it later.

25 years ago Now, citmail.c doesn't attempt to read the userlog directly. This is a
Art Cancro [Sun, 12 Jul 1998 22:02:39 +0000 (22:02 +0000)]
 Now, citmail.c doesn't attempt to read the userlog directly.  This is a
very Good Thing, because there's no userlog to read anymore.

25 years ago Changing stats.c to read the new log format. This version builds without
Art Cancro [Sun, 12 Jul 1998 21:59:01 +0000 (21:59 +0000)]
 Changing stats.c to read the new log format.  This version builds without
errors, but it still doesn't work properly.

25 years agoTechnical domument / RFC - CHAT SUBSYSTEM SPECIFICATION
Brian Costello [Sun, 12 Jul 1998 21:56:30 +0000 (21:56 +0000)]
Technical domument / RFC - CHAT SUBSYSTEM SPECIFICATION
-------------------------------------------------------
This document should outline the basic idea of my chat subsystem proposal.
This should only be thought of as an RFC; all comments and discussions are
welcome.

25 years ago Fixed another bug. This version actually works. :)
Art Cancro [Sun, 12 Jul 1998 21:52:12 +0000 (21:52 +0000)]
 Fixed another bug.  This version actually works.  :)

25 years ago Fixed a bug
Art Cancro [Sun, 12 Jul 1998 21:39:49 +0000 (21:39 +0000)]
 Fixed a bug

25 years ago Changed logging mechanism from a circular binary file to a text file. The
Art Cancro [Sun, 12 Jul 1998 21:38:11 +0000 (21:38 +0000)]
 Changed logging mechanism from a circular binary file to a text file.  The
file is still intended to be read by other programs, not by humans, but the
format should be more straightforward at this time.

25 years ago Finished all of the code relating to the "global server info" stuff defined
Art Cancro [Sun, 12 Jul 1998 20:34:10 +0000 (20:34 +0000)]
 Finished all of the code relating to the "global server info" stuff defined
in control.c.  The file "citadel.control" is the file that used to be called
"MMstructure", and "struct CitControl" used to be "struct msgmain".

 Also, the user number is now called "usernum" rather than "eternal", and
the highest existing user number is now stored in citadel.control rather than
in its own file.

25 years agoSat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
Nathan Bryant [Sat, 11 Jul 1998 04:32:38 +0000 (04:32 +0000)]
Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
        * Makefile.in: removed msgstats

25 years agoInitial revision
Art Cancro [Sat, 11 Jul 1998 02:10:03 +0000 (02:10 +0000)]
Initial revision

25 years agoNew repository initialized by cvs2svn.
unknown author [Sat, 11 Jul 1998 02:10:03 +0000 (02:10 +0000)]
New repository initialized by cvs2svn.