]> code.citadel.org Git - citadel.git/blob - citadel/ChangeLog
* room_ops.c: modify CtdlRoomAccess() to allow access to mailbox rooms
[citadel.git] / citadel / ChangeLog
1 Fri Oct  9 13:22:37 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
2         * Implemented "lazy mode" traversal - pressing the space bar will do
3           <N>ext messsage, <G>oto next room, or read <N>ew as appropriate.
4         * room_ops.c: modify CtdlRoomAccess() to allow access to mailbox rooms
5           only to their owners.
6
7 Thu Oct  8 17:13:27 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
8         * messages.c, citadel.rc: added the ability to display message numbers
9           in the header when reading messages.  I think this is butt ugly, but
10           some of the DaveCode afficionados seem to like it...
11
12 Thu Oct  8 15:34:45 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
13         * room_ops.c: Added is_noneditable() function to replace all of the
14           duplicated code present in all functions which edit room parameters.
15
16 1998-10-08 Nathan Bryant <bryant@cs.usm.maine.edu>
17         * lots of warning fixes; builds with -std1 on dec unix
18         * aidepost.c, citadel.h, citmail.c, file_ops.c, msgbase.c, netmailer.c,
19           netproc.c, rcit.c, server.h, stats.c, userlist.c: use time_t where
20           needed
21         * control.c, room_ops.c, serv_chat.c, sysdep.c: use memset() instead of
22           bzero()
23         * dynloader.c, dynloader.h, messages.c, server.h, sysdep.c,
24           sysdep_decls.h: function pointer/prototyping fixes
25         * rooms.c: use mkfifo(3) instead of system("mkfifo")
26
27 1998-10-07 Nathan Bryant <bryant@cs.usm.maine.edu>
28         * snprintf.c, snprintf.h: new files
29         * Makefile.in, configure.in, dynloader.c, sysdep.c: support for the
30           above; citserver now builds and runs on Digital Unix 4.0d with the
31           GNU-style configure script. there is a bug with the hostname display
32           in the wholist.
33         * netproc.c: sillyness fix
34         * room_ops.h: prototype delete_room()
35         * client_chat.c, commands.c, serv_chat.c, sysdep.c:
36           use HAVE_SYS_SELECT_H macro
37
38 Mon Oct  5 17:01:32 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
39         * Began fixing the stuff I broke
40
41 Sun Oct  4 23:35:18 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
42         * Did the big migration to the new data structures.  Lots of stuff is
43           now broken.  Basic moving from room to room works, but Mail is
44           broken, and some of the administrative commands are unimplemented.
45
46 1998-10-02 Nathan Bryant <bryant@cs.usm.maine.edu>
47         * configure.in: autologin now defaults to disabled
48
49 Fri Oct  2 00:04:31 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
50         * Finally removed all three usersupp.foo[MAXROOMS] elements, and
51           migrated all the code that used them to use "struct visit" instead.
52
53 Thu Oct  1 23:02:20 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
54         * Rewrote [l][get|put]room() functions to use room names rather than
55           room index numbers.  Temporarily prepended a "n" to these four
56           function names until they are put to use.
57
58 Thu Oct  1 16:27:13 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
59         * Removed a few more references to usersupp.lastseen[]
60
61 1998-10-01 Nathan Bryant <bryant@cs.usm.maine.edu>
62         * .cvsignore: add so_locations (generated by osf1 ld with shared libs)
63         * Makefile.in: restructured variables for greater consistency, use
64           @echo to print out notices during the make process, add so_locations
65           to `cleaner'
66         * configure.in, Makefile.in: configure checks for -rdynamic
67         * ipc_c_tcp.c: fix DEC compiler warning wrt unsigned char
68         * stats.c: add semicolon to placate DREC compiler
69         * user_ops.c: define _POSIX_C_SOURCE, include <limits.h>
70         * configure.in: pass -pthread to DEC compiler, don't check for
71           libpthread[s] on DEC Unix
72
73 1998-09-30 Nathan Bryant <bryant@cs.usm.maine.edu>
74         * Makefile.in: new variable PTHREAD_DEFS for portability
75         * aidepost.c, citadel.c, citmail.c, mailinglist.c, msgform.c,
76           netmailer.c, netpoll.c, netproc.c, rcit.c, readlog.c, setup.c,
77           stats.c, userlist.c, whobbs.c: return type of main() is int
78         * citadel.c, commands.c, messages.c: use time_t properly
79         * citserver.c: include <limits.h>
80         * config.guess, config.sub, install-sh: new files
81         * configure.in: don't use gcc on Digital Unix
82
83 Tue Sep 29 23:17:34 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
84         * room_ops.c: modified usergoto() to look at the new data structures
85           for counting new messages and such.
86
87 1998-09-29 Nathan Bryant <bryant@cs.usm.maine.edu>
88         * user_ops.c: fix compiler warning and potential memory leak,
89           include sysdep.h
90         * configure.in, Makefile.in: only build the server if we find pthreads
91         * Makefile.in: realclean removes config.{cache,log,status}
92
93 Tue Sep 29 13:20:14 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
94         * Removed code from some of the utilities which was still attempting
95           to access the old non-gdbm data store.
96         * housekeeping.c: rewrote check_ref_counts() to do a ForEachRoom()
97           traversal instead of a MAXROOMS loop.
98         * sysdep.c: set up a dummy CitContext record to be used during server
99           startup, during which time there is no real context.
100
101 Mon Sep 28 23:51:51 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
102         * Implemented the function ForEachRoom() to handle all-rooms traversal
103           (this will work with both the old and new paradigms, because both
104           use a GDBM database with one room per record).  Migrated all room
105           list commands to use it.
106
107 Mon Sep 28 22:05:35 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
108         * Implemented the function CtdlRoomAccess() to handle *all* of the
109           user-access-to-rooms functionality.  Migrated all room list commands
110           to use it.  Still need to migrate gotos.
111
112 1998-09-28 Nathan Bryant <bryant@cs.usm.maine.edu>
113         * configure.in, acconfig.h: new files; partially functional GNU
114           autoconf configure script. Run autoheader; autoconf; ./configure
115           --prefix=`pwd` to test.
116         * Makefile.tmpl: new file; this is what Makefile.in used to be. Used by
117           Configure.
118         * Makefile.in: modified to work with autoconf-style configure script
119         * Configure: modified to use Makefile.tmpl and generate autoconf-style
120           macros. Removed procfs detection. Pass -O2 to gcc, -O to other
121           compilers. Removed mknod/mkfifo detection; code should use mkfifo(3).
122         * citmail.c, msgform.c, netproc.c, routines.c, support.c, userlist.c,
123           whobbs.c: use HAVE_STRERROR macro rather than NO_STRERROR
124         * commands.c: use HAVE_TERMIOS_H macro rather than POSIX_TERMIO
125         * netproc.c: remove procfs stuff. simply attempt to kill the target
126           process with signal zero instead; this checks whether the process
127           exists.
128         * setup.c, useradmin.c: use HAVE_CURSES_H macro
129
130 Sun Sep 27 23:41:29 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
131         * BOTH the old and new generation systems are being written to at
132           this point.  Code that reads stuff is still using the old system.
133
134 Sun Sep 27 16:10:49 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
135         * Changed all "generation" variables from char to long, in preparation
136           for removing MAXROOMS.  Generations for new rooms are now timestamps.
137         * Defined "struct visit" to hold user/room relationships.
138         * Removed some #define's from citadel.h that are no longer used.
139
140 Wed Sep 23 13:41:49 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
141         * More changes to support attachments.  They mostly work, but only
142           in fixed-format messages.
143
144 Mon Sep 21 21:19:17 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
145         * msgbase.c: began laying the groundwork to support attachments.
146           Purchased Rogaine(tm) in preparation for expected hair loss.
147
148 1998-09-21 Nathan Bryant <bryant@cs.usm.maine.edu>
149         * msgbase.c: include dynloader.h
150         * citadelapi.h: removed
151         * dynloader.h: prototype CtdlRegisterUserHook()
152
153 Sun Sep 20 18:56:37 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
154         * Added a UserFunctionHook category to implement hooks which perform
155           operations on various users or usernames
156
157 Fri Sep 18 21:14:41 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
158         * citserver.c: removed cmd_extn() and related code
159
160 1998-09-18 Nathan Bryant <bryant@cs.usm.maine.edu>
161         * user_ops.c: include dynloader.h
162         * roomstats.{c,mk}: removed
163         * Configure, Makefile.in: autodependency-related fixes
164
165 Thu Sep 17 22:55:29 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
166         * Various changes to allow "new messages" to work correctly with Mail
167
168 Thu Sep 17 22:21:45 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
169         * server.h, dynloader.c, citserver.c, user_ops.c: reduced the number
170           of hook types by inventing an EventType field to the Session hook.
171         * proxy.c: added pre-fetching
172
173 1998-09-17 Nathan Bryant <bryant@cs.usm.maine.edu>
174         * Makefile.in: add SERV_MODULES and PROXY_TARGETS to `cleaner'
175         * dynloader.[ch], serv_{chat,test}.[ch], sysdep.c: cleaned
176           up the dynamic loader interface as follows:
177           - all the symbol table stuff is gone.
178           - modules are loaded once at server startup and never unloaded.
179           - Added a new function CtdlRegisterProtoHook() to handle the stuff
180             that was being done with the symbol tables.
181           - Dynamic_Module_Init() now returns a pointer to a static struct
182             DLModule_Info; this structure itself has been modified to use char*
183             fields instead of fixed char arrays.
184         * roomstats.c: include <stdarg.h> not <stdargs.h> (is this file still
185           in use?)
186         * Configure, Makefile.in: added autodependency support
187
188 Wed Sep 16 22:25:13 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
189         * Implemented separate structs, lists, and functions for each type
190           of server-side hook available.
191
192 1998-09-16 Nathan Bryant <bryant@cs.usm.maine.edu>
193         * ipc_c_tcp.c: Fixed up some #include/prototyping stuff, call memcpy()
194           instead of bcopy()
195         * hooks.h: removed
196         * sysdep.c, user_ops.c: removed reference to hooks.h
197
198 Wed Sep 16 11:42:42 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
199         * ipc_c_tcp.c: Reversed any changes that have been made to this file,
200           because something was causing abominally slow response time.
201         * proxy.c: added.  This will eventually become a caching, pre-fetching
202           multiuser proxy server for the Citadel protocol.
203
204 1998-09-15 Nathan Bryant <bryant@cs.usm.maine.edu>
205         * Makefile.in: remove support.o from serv_chat.so, add -fPIC to compile
206           flags for serv_chat.o
207         * dynloader.c: include "sysdep_decls.h", use RTLD_NOW not RTLD_LAZY
208         * dynloader.h: prototype CtdlRegisterHook()
209         * .cvsignore: added data
210
211 Mon Sep 14 20:49:08 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
212         * Tried my hand at adding the ability for server extensions to
213           register various types of "hooks" in addition to just adding
214           server commands.  This is probably not final.
215
216 Tue Sep  8 12:11:56 EDT 1998 Brian Costello <btx@calyx.net>
217         * Added support for dynamic server modules.  Reworked serv_chat.c
218           to be such a module.
219
220 Tue Sep  1 23:09:50 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
221         * userpurge.c: rewrote using functions from the server core, rather
222           than the now-defunct external API.  This'll be ready once the module
223           loading code is done.  (I just had to commit _something_ tonight.)
224
225 Mon Aug 31 22:47:58 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
226         * Yanked the citadelapi.c module.  This wasn't working out well.
227         * techdocs/citadelapi.txt - began documenting the new API to be used
228           by modules which will be dynamic linked into the server - most of
229           this API is existing server functions.
230         * Added a ForEachUser() function with callback mechanism, and reworked
231           cmd_list() to use it.
232
233 Sun Aug 30 21:52:43 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
234         * Moved all of the gdbm databases to a separate "data" directory.
235
236 1998-08-26 Nathan Bryant <bryant@cs.usm.maine.edu>
237         * Makefile.in: realclean removes Makefile, fixed `touch citadel.h'
238           problem
239
240 1998-08-25 Nathan Bryant <bryant@cs.usm.maine.edu>
241         * room_ops.c: include time.h
242         * userlist.c, whobbs.c, serv_chat.c, user_ops.c, sysdep.c, stats.c,
243           citadel_decls.h, commands.c, messages.h, routines.h, routines2.h:
244           remove duplicated declarations
245
246 Mon Aug 24 23:45:01 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
247         * setup.c: Removed yesno_s()
248         * citadel.h, room_ops.c: added QRmtime field to struct quickroom,
249           modified whenever a room is modified or posted in.
250         * citadelapi.c: Added CtdlForEachRoom() function
251
252 Mon Aug 24 20:04:04 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
253         * Makefile.in: new target `cleaner' does the same as `realclean' 
254           without removing sysdep.h
255         * proto.h: is bad. eliminate. I've moved the prototypes into several
256           header files, one per .c file
257
258 Mon Aug 24 00:45:55 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
259         * Added a CtdlGotoRoom() function to the CitadelAPI.
260  
261 Sun Aug 23 21:47:00 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
262         * sysoputil is finally dead!  Removed it from the build.
263         * Added userpurge.c server extension (initial implementation)
264
265 Tue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
266         * Makefile.in: `clean' target no longer rm's sysdep.h; new target
267           `realclean' removes everything clean does, plus sysdep.h, plus
268           target binaries.
269         * Configure: add -Wstrict-prototypes to CFLAGS for gcc systems
270         * *.[ch]: protoized. Added several new header files containing
271           prototypes and other external declarations; many duplicated
272           declarations still should be moved to header files. proto.h must die
273           as well, IMHO.
274
275 Mon Aug 17 23:52:13 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
276         * Implemented a bunch of user account related functions in the
277           CitadelAPI library.
278
279 Mon Aug 17 20:01:18 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
280         * Fixed the crash problem.  It wasn't AGUP/ASUP, but rather a buffer
281           overrun in getuser() (thanks, Nathan).  Implemented overrun checks
282           in getuser(), getroom(), and getfloor() to prevent future problems.
283
284 Mon Aug 17 00:06:52 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
285         * Updated citmail.c with the latest stuff from the production system.
286         * Implemented AGUP and ASUP commands, but AGUP crashes the server
287           after its first successful use (user-not-found's don't affect it).
288
289 Thu Aug  6 19:25:01 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
290         * Got the CitadelAPI library to the point where the server can start
291           up an extension, and the extension will connect to the server, do
292           some initialization, call a user-supplied CtdlMain(), and exit.  Also
293           hacked together a _temporary_ form of the new EXTN server command.
294  
295 Wed Aug  5 23:02:22 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
296         * Second attempt at getting the server API started.  Now it runs
297           outside of the server and builds a connection.
298
299 Tue Aug  4 18:33:06 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
300         * Modified the appearance of Internet addresses when they arrive on
301           a Citadel system.
302         * Removed the <E> field from the message format writeup in hack.txt.
303         * Fixed-up citmail.c so that it doesn't try to do database lookups.
304
305 Mon Aug  3 23:01:37 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
306         * Started developing the server-side API.  This is in its very
307           initial stages.  See serverapi.c and techdoc/api.txt
308
309 1998-08-02  Nathan Bryant  <bryant@cs.usm.maine.edu>
310         * Makefile.in: added config_decls.h to dependencies
311
312 Sun Aug  2 21:09:09 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
313         * config_defs.h: renamed to config_decls.h
314         * config.c, sysoputil.c: updated to reflect the above
315
316 Sun Aug  2 18:52:05 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
317         * config_defs.h: new file, contains external declarations from config.c
318         * config.c: moved defs to config_defs.h, use PATH_MAX from <limits.h>
319           for bbs_home_directory
320         * mailinglist.c, support.c: include <string.h>
321         * sysoputil.c: include <string.h>, <limits.h>, "config_defs.h", remove
322           duplicated defs, replace gets() call with fgets()
323         * user_ops.c: define _XOPEN_SOURCE_EXTENDED
324
325 Sat Aug  1 18:32:52 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
326         * ipc_c_tcp.c: fixed order of memcpy parameters after gethostbyname
327
328 Sun Jul 19 17:26:12 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
329         * ChangeLog: reordered; the GNU standard is to add new entries to the
330           top.
331         * .cvsignore: added userlist
332
333 Sun Jul 12 20:58:59 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
334         * Finished migrating everything to the new data store.
335         * Replaced the binary "calllog" with the ASCII "citadel.log"
336         * Began converting broken utilities that depend on the old data store
337
338 Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
339         * Makefile.in: removed msgstats
340
341 Fri Jul 10 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
342         * Initial CVS import