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