Initial revision
[citadel.git] / citadel / README.txt
1  Citadel/UX release notes -- version 5.01 ("Scooby")
2   
3  Major overhaul.  The server is now multithreaded; you run one copy of it
4 when you bring up your system, rather than having inetd start a separate
5 server process for each session.
6   
7  Access level 0, which was formerly "marked for deletion," has been changed
8 to "deleted."  When a user record is marked access level 0, it is then 
9 considered a vacant space in the userlog rather than a user entry.  When
10 new users are added to the system, the server first searches for these vacant
11 slots before appending to the end of the file.
12  
13  The setup program has been overhauled.  It can now operate in three different
14 modes: a curses-based mode, a mode based on Savio Lam's "dialog" program, and
15 of course dumb-terminal mode.
16  
17  All system messages (hello, newuser, etc.) can now be edited from a client
18 program.  We now also have support for graphics images, including graphics
19 tied to various system objects (such as pictures of each user).
20  
21  Much more support for server graphics is in place.  This is currently used
22 in WebCit; expect other clients to do more with graphics in the future.
23  
24  There really is too much to list here.  More documentation will be written
25 as time permits.
26   
27  
28  Citadel/UX release notes -- version 4.11
29   
30  Smarter usage of external editors.  EDITOR_EXIT is no longer needed.  Instead,
31 the program examines temp files before and after they are edited, in order to
32 determine whether the user saved the file.  Modified files are saved, unchanged
33 files are aborted.
34   
35  External editors work for Bio and Room Info files as well.
36  
37  The TCP/IP based client (citatcp, linked against ipc_c_tcp.o) now supports
38 connection to a Citadel server from behind a SOCKS v4 firewall without having
39 to "socksify" the program first.
40  
41  Added a few more commands to the chat server.
42  
43  
44  Citadel/UX release notes -- version 4.10
45   
46  Floors now fully supported in both client and server.
47  
48  Now supports "bio" files for each user - free-form text files in which 
49 users may record personal info for others to browse.
50  
51  <.G>oto and <.S>kip now have more advanced logic for partial matches.  A
52 left-aligned match carries a heavier weight than a mid-string match.  For
53 example, <.G> TECH would prefer "Tech Area>" over "Biotech/Ethics>".
54  
55  
56  Citadel/UX release notes -- version 4.03
57  
58  There are now commands available for users with their own copy of the client
59 to upload and download directly to their local disk, without having to use
60 a protocol such as Zmodem.  These commands are disabled by default, but can
61 easily be enabled by changing citadel.rc.
62  
63  Multiuser <C>hat is now fully integrated into both the client and server.
64  
65  New <P>aging functionality allows users to send each other near-real-time
66 "express" messages.
67
68  
69  Citadel/UX release notes -- version 4.02
70  
71  The "rnews" program has been renamed to "rcit".  Its usage has not changed;
72 it still accepts UseNet-style news by default.  Use the -c option to read in
73 Citadel (IGnet) format data.
74   
75  The text client now compiles and works on systems using BSD-style <sgtty.h>
76 in addition to SysV-style <termio.h>.  This should be a big help for many.
77  
78  
79  Citadel/UX release notes -- version 4.01
80  
81  Remember to always run setup again when using a new version of the code, to
82 bring your data files up to date!  No data will be lost.
83  
84  This release is primarily to clean up loose ends and fix assorted small
85 bug reports from the users of 4.00.  Also, the code is slowly being reworked
86 to compile cleanly under ANSI C compilers even when warning messages are
87 set to the highest level.
88   
89  -> The client now sends periodic "keep-alive" messages to the server during
90 message entry, with both internal and external editors.  This should keep
91 sessions from locking up when a user hits <S>ave after typing for a long time.
92  
93  -> Stats now has a "-b" option for batch mode (see utils.doc)
94     It also has a "-p" option to only print the post-to-call ratios.
95  
96  
97  Citadel/UX release notes -- version 4.00
98  
99  This is the long-awaited client/server version of Citadel.  Feedback is
100 encouraged!
101  
102  NOTE: if you are upgrading to 4.00 from a 3.2x release, you should run setup
103 to bring your data files up to date.  Setup will prompt you to run the
104 "conv_32_40" program; go ahead and do that.
105  
106  If you are upgrading to 4.00 from a 3.1x release, setup will not tell you
107 what to do!  Here is the correct procedure:
108   1. Run the "conv_31_32" program
109   2. Run setup
110   3. Run "conv_32_40"
111  
112  If you are currently running a version earlier than 3.10, you must erase your
113 data files and bring up a new system.
114  
115  A new series of commands to manipluate files in a room's directory:
116    <.A>ide <F>ile <D>elete   -- delete it
117    <.A>ide <F>ile <M>ove     -- move it to another room
118    <.A>ide <F>ile <S>end     -- send it over the network
119   
120  Changed the way the main Citadel program sends network mail, both to other
121 Citadels and through the RFC822 gateway.  Everything now gets fed through
122 netproc, which is responsible for figuring out the routing and doing the
123 actual processing.  It also gets rid of quite a bit of redundant code.
124   
125   
126  Citadel/UX release notes -- version 3.23
127  
128  NOTE: if you are upgrading to 3.23 from another 3.2x release, you MUST run
129 setup to bring your data files up to date.  Run setup and answer "no" when it
130 asks you if you want to create the various files.  It will see your old files
131 and bring them up to date.  (If you are doing a new installation, of course,
132 you'll be creating all new files anyway.)
133  
134  The built-in message editor has been completely rewritten, and is now the
135 preferable editor to use.  It generates messages that will be formatted to
136 the reader's screen width, as in other implementations of Citadel (and as
137 Citadel/UX used to do until a few versions ago -- there was a need to put
138 that functionality back in).
139  
140  Users are now prompted for their screen width AND height.
141  
142  We can now talk to C86NET compliant networks.  Get the "cit86net" package
143 if you wish to do this.
144  
145  Rooms can now optionally be "read only," which means that only Aides and
146 utilities such as the networker and aidepost can post to the room.
147  
148  Kernel-based file locking is now fully supported for the purpose of locking
149 the message base during writes.  If your kernel supports the flock() system
150 call, you can tell the compiler to use it by setting a flag in the Makefile.
151 If your kernel supports file locking using fcntl(), this will automatically be
152 detected and utilized.  If your kernel supports neither, the program will use
153 a fully portable (but less reliable) file locking scheme.
154  
155  An external editor is no longer required for the .AI command.
156   
157  
158  Citadel/UX release notes -- version 3.22
159  
160  The "setup" program is now a curses-based, full-screen utility that's very
161 easy to use.  Of course, if you have trouble compiling curses-based programs
162 on your system, you can compile it to run the old way.
163   
164    
165  Citadel/UX release notes -- version 3.21
166    
167  I'm now running my system under Linux, since that seems to be what everyone
168 is using these days.  As a result, you'll find that version 3.21 will compile
169 very cleanly under Linux.
170   
171     
172  Citadel/UX release notes -- version 3.20
173   
174  Lots of improvements and new features are here.  It seems that assorted
175 hacks and variations of Citadel/UX have percolated around the country --
176 this 3.2 release should supersede them and get everyone running (hopefully)
177 off the same code.  I've looked around at the various mods people have made
178 to Citadel/UX and tried to implement the most-often-added and most-requested
179 features to the stock distribution.  If there's a feature you want/need that
180 still isn't here, drop me a line and I'll see what I can do about adding it
181 to the next release.  I can be contacted at ajc@uncnsrd.mt-kisco.ny.us or
182 simply log on to my BBS at uncnsrd.mt-kisco.ny.us (internet) or 914-244-3252
183 (dialup).