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