]> code.citadel.org Git - citadel.git/blob - citadel/ChangeLog
Second attempt at getting the server API started. Now it runs
[citadel.git] / citadel / ChangeLog
1 Wed Aug  5 23:02:22 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
2         * Second attempt at getting the server API started.  Now it runs
3           outside of the server and builds a connection.
4
5 Tue Aug  4 18:33:06 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
6         * Modified the appearance of Internet addresses when they arrive on
7           a Citadel system.
8         * Removed the <E> field from the message format writeup in hack.txt.
9         * Fixed-up citmail.c so that it doesn't try to do database lookups.
10
11 Mon Aug  3 23:01:37 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
12         * Started developing the server-side API.  This is in its very
13           initial stages.  See serverapi.c and techdoc/api.txt
14
15 1998-08-02  Nathan Bryant  <bryant@cs.usm.maine.edu>
16         * Makefile.in: added config_decls.h to dependencies
17
18 Sun Aug  2 21:09:09 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
19         * config_defs.h: renamed to config_decls.h
20         * config.c, sysoputil.c: updated to reflect the above
21
22 Sun Aug  2 18:52:05 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
23         * config_defs.h: new file, contains external declarations from config.c
24         * config.c: moved defs to config_defs.h, use PATH_MAX from <limits.h>
25           for bbs_home_directory
26         * mailinglist.c, support.c: include <string.h>
27         * sysoputil.c: include <string.h>, <limits.h>, "config_defs.h", remove
28           duplicated defs, replace gets() call with fgets()
29         * user_ops.c: define _XOPEN_SOURCE_EXTENDED
30
31 Sat Aug  1 18:32:52 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
32         * ipc_c_tcp.c: fixed order of memcpy parameters after gethostbyname
33
34 Sun Jul 19 17:26:12 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
35         * ChangeLog: reordered; the GNU standard is to add new entries to the
36           top.
37         * .cvsignore: added userlist
38
39 Sun Jul 12 20:58:59 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
40         * Finished migrating everything to the new data store.
41         * Replaced the binary "calllog" with the ASCII "citadel.log"
42         * Began converting broken utilities that depend on the old data store
43
44 Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
45         * Makefile.in: removed msgstats
46
47 Fri Jul 10 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
48         * Initial CVS import