]> code.citadel.org Git - citadel.git/blob - citadel/ChangeLog
Umm...
[citadel.git] / citadel / ChangeLog
1 Mon Aug  3 23:01:37 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
2         * Started developing the server-side API.  This is in its very
3           initial stages.  See serverapi.c and techdoc/api.txt
4
5 1998-08-02  Nathan Bryant  <bryant@cs.usm.maine.edu>
6         * Makefile.in: added config_decls.h to dependencies
7
8 Sun Aug  2 21:09:09 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
9         * config_defs.h: renamed to config_decls.h
10         * config.c, sysoputil.c: updated to reflect the above
11
12 Sun Aug  2 18:52:05 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
13         * config_defs.h: new file, contains external declarations from config.c
14         * config.c: moved defs to config_defs.h, use PATH_MAX from <limits.h>
15           for bbs_home_directory
16         * mailinglist.c, support.c: include <string.h>
17         * sysoputil.c: include <string.h>, <limits.h>, "config_defs.h", remove
18           duplicated defs, replace gets() call with fgets()
19         * user_ops.c: define _XOPEN_SOURCE_EXTENDED
20
21 Sat Aug  1 18:32:52 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
22         * ipc_c_tcp.c: fixed order of memcpy parameters after gethostbyname
23
24 Sun Jul 19 17:26:12 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
25         * ChangeLog: reordered; the GNU standard is to add new entries to the
26           top.
27         * .cvsignore: added userlist
28
29 Sun Jul 12 20:58:59 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
30         * Finished migrating everything to the new data store.
31         * Replaced the binary "calllog" with the ASCII "citadel.log"
32         * Began converting broken utilities that depend on the old data store
33
34 Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
35         * Makefile.in: removed msgstats
36
37 Fri Jul 10 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
38         * Initial CVS import