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