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