34ad3a0a2f27ca3c4807c817e0979d7c6493df93
[citadel.git] / citadel / ChangeLog
1 Mon Aug 24 00:45:55 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
2         * Added a CtdlGotoRoom() function to the CitadelAPI.
3  
4 Sun Aug 23 21:47:00 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
5         * sysoputil is finally dead!  Removed it from the build.
6         * Added userpurge.c server extension (initial implementation)
7
8 Tue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
9         * Makefile.in: `clean' target no longer rm's sysdep.h; new target
10           `realclean' removes everything clean does, plus sysdep.h, plus
11           target binaries.
12         * Configure: add -Wstrict-prototypes to CFLAGS for gcc systems
13         * *.[ch]: protoized. Added several new header files containing
14           prototypes and other external declarations; many duplicated
15           declarations still should be moved to header files. proto.h must die
16           as well, IMHO.
17
18 Mon Aug 17 23:52:13 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
19         * Implemented a bunch of user account related functions in the
20           CitadelAPI library.
21
22 Mon Aug 17 20:01:18 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
23         * Fixed the crash problem.  It wasn't AGUP/ASUP, but rather a buffer
24           overrun in getuser() (thanks, Nathan).  Implemented overrun checks
25           in getuser(), getroom(), and getfloor() to prevent future problems.
26
27 Mon Aug 17 00:06:52 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
28         * Updated citmail.c with the latest stuff from the production system.
29         * Implemented AGUP and ASUP commands, but AGUP crashes the server
30           after its first successful use (user-not-found's don't affect it).
31
32 Thu Aug  6 19:25:01 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
33         * Got the CitadelAPI library to the point where the server can start
34           up an extension, and the extension will connect to the server, do
35           some initialization, call a user-supplied CtdlMain(), and exit.  Also
36           hacked together a _temporary_ form of the new EXTN server command.
37  
38 Wed Aug  5 23:02:22 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
39         * Second attempt at getting the server API started.  Now it runs
40           outside of the server and builds a connection.
41
42 Tue Aug  4 18:33:06 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
43         * Modified the appearance of Internet addresses when they arrive on
44           a Citadel system.
45         * Removed the <E> field from the message format writeup in hack.txt.
46         * Fixed-up citmail.c so that it doesn't try to do database lookups.
47
48 Mon Aug  3 23:01:37 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
49         * Started developing the server-side API.  This is in its very
50           initial stages.  See serverapi.c and techdoc/api.txt
51
52 1998-08-02  Nathan Bryant  <bryant@cs.usm.maine.edu>
53         * Makefile.in: added config_decls.h to dependencies
54
55 Sun Aug  2 21:09:09 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
56         * config_defs.h: renamed to config_decls.h
57         * config.c, sysoputil.c: updated to reflect the above
58
59 Sun Aug  2 18:52:05 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
60         * config_defs.h: new file, contains external declarations from config.c
61         * config.c: moved defs to config_defs.h, use PATH_MAX from <limits.h>
62           for bbs_home_directory
63         * mailinglist.c, support.c: include <string.h>
64         * sysoputil.c: include <string.h>, <limits.h>, "config_defs.h", remove
65           duplicated defs, replace gets() call with fgets()
66         * user_ops.c: define _XOPEN_SOURCE_EXTENDED
67
68 Sat Aug  1 18:32:52 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
69         * ipc_c_tcp.c: fixed order of memcpy parameters after gethostbyname
70
71 Sun Jul 19 17:26:12 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
72         * ChangeLog: reordered; the GNU standard is to add new entries to the
73           top.
74         * .cvsignore: added userlist
75
76 Sun Jul 12 20:58:59 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
77         * Finished migrating everything to the new data store.
78         * Replaced the binary "calllog" with the ASCII "citadel.log"
79         * Began converting broken utilities that depend on the old data store
80
81 Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
82         * Makefile.in: removed msgstats
83
84 Fri Jul 10 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
85         * Initial CVS import