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