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