]> code.citadel.org Git - citadel.git/blob - citadel/ChangeLog
* setup.c: Removed yesno_s()
[citadel.git] / citadel / ChangeLog
1 Mon Aug 24 23:45:01 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
2         * setup.c: Removed yesno_s()
3         * citadel.h, room_ops.c: added QRmtime field to struct quickroom,
4           modified whenever a room is modified or posted in.
5         * citadelapi.c: Added CtdlForEachRoom() function
6
7 Mon Aug 24 20:04:04 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
8         * Makefile.in: new target `cleaner' does the same as `realclean' 
9           without removing sysdep.h
10         * proto.h: is bad. eliminate. I've moved the prototypes into several
11           header files, one per .c file
12
13 Mon Aug 24 00:45:55 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
14         * Added a CtdlGotoRoom() function to the CitadelAPI.
15  
16 Sun Aug 23 21:47:00 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
17         * sysoputil is finally dead!  Removed it from the build.
18         * Added userpurge.c server extension (initial implementation)
19
20 Tue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
21         * Makefile.in: `clean' target no longer rm's sysdep.h; new target
22           `realclean' removes everything clean does, plus sysdep.h, plus
23           target binaries.
24         * Configure: add -Wstrict-prototypes to CFLAGS for gcc systems
25         * *.[ch]: protoized. Added several new header files containing
26           prototypes and other external declarations; many duplicated
27           declarations still should be moved to header files. proto.h must die
28           as well, IMHO.
29
30 Mon Aug 17 23:52:13 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
31         * Implemented a bunch of user account related functions in the
32           CitadelAPI library.
33
34 Mon Aug 17 20:01:18 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
35         * Fixed the crash problem.  It wasn't AGUP/ASUP, but rather a buffer
36           overrun in getuser() (thanks, Nathan).  Implemented overrun checks
37           in getuser(), getroom(), and getfloor() to prevent future problems.
38
39 Mon Aug 17 00:06:52 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
40         * Updated citmail.c with the latest stuff from the production system.
41         * Implemented AGUP and ASUP commands, but AGUP crashes the server
42           after its first successful use (user-not-found's don't affect it).
43
44 Thu Aug  6 19:25:01 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
45         * Got the CitadelAPI library to the point where the server can start
46           up an extension, and the extension will connect to the server, do
47           some initialization, call a user-supplied CtdlMain(), and exit.  Also
48           hacked together a _temporary_ form of the new EXTN server command.
49  
50 Wed Aug  5 23:02:22 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
51         * Second attempt at getting the server API started.  Now it runs
52           outside of the server and builds a connection.
53
54 Tue Aug  4 18:33:06 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
55         * Modified the appearance of Internet addresses when they arrive on
56           a Citadel system.
57         * Removed the <E> field from the message format writeup in hack.txt.
58         * Fixed-up citmail.c so that it doesn't try to do database lookups.
59
60 Mon Aug  3 23:01:37 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
61         * Started developing the server-side API.  This is in its very
62           initial stages.  See serverapi.c and techdoc/api.txt
63
64 1998-08-02  Nathan Bryant  <bryant@cs.usm.maine.edu>
65         * Makefile.in: added config_decls.h to dependencies
66
67 Sun Aug  2 21:09:09 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
68         * config_defs.h: renamed to config_decls.h
69         * config.c, sysoputil.c: updated to reflect the above
70
71 Sun Aug  2 18:52:05 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
72         * config_defs.h: new file, contains external declarations from config.c
73         * config.c: moved defs to config_defs.h, use PATH_MAX from <limits.h>
74           for bbs_home_directory
75         * mailinglist.c, support.c: include <string.h>
76         * sysoputil.c: include <string.h>, <limits.h>, "config_defs.h", remove
77           duplicated defs, replace gets() call with fgets()
78         * user_ops.c: define _XOPEN_SOURCE_EXTENDED
79
80 Sat Aug  1 18:32:52 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
81         * ipc_c_tcp.c: fixed order of memcpy parameters after gethostbyname
82
83 Sun Jul 19 17:26:12 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
84         * ChangeLog: reordered; the GNU standard is to add new entries to the
85           top.
86         * .cvsignore: added userlist
87
88 Sun Jul 12 20:58:59 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
89         * Finished migrating everything to the new data store.
90         * Replaced the binary "calllog" with the ASCII "citadel.log"
91         * Began converting broken utilities that depend on the old data store
92
93 Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
94         * Makefile.in: removed msgstats
95
96 Fri Jul 10 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
97         * Initial CVS import