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