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