
Mon Dec 14 00:57:30 EET 1998

	Did some work on outgoing connections in the socket code,
	and made the linker scripts initially work. Touched the
	networking bits a little bit. Can start working out the
	PC linking protocol and networking and real features next.
	
Mon Dec 21 19:36:55 EET 1998

	Fixed outgoing connections things.
	Added stuff with per-socket errnos.
	Cleaned up logging.
	Added GDBM linking and the db.c wrapper, made f_luser.c use it.
	Added cfile.c, now containing files_init() and files_close().
	Added INSTALL "document".
	Made it stay alive even without interface.conf and links.conf.
	Added data/ and etc/ directories.
	Added short comments in the beginning of (mostly) all c files.
	Added 'make snap' for making source snapshots. lazy me
	
Thu Dec 24 17:59:06 EET 1998

	Added cmd_usercfg.c, containing the Name command. Added name and
	qth fields in luserf_t, luser.db format changed.
	Made f_nuser.c use the db module to actually store data.
	Made outgoing AX.25 and NET/ROM connections work.
	Made linker grok the failure trigger strings in connection scripts.
	Replaced libax25 with version from a loopback-patched utils set.
	Added command line parsing (getopt()) in config.c, currently only
	for -b <base directory> handling. Made file names and paths variables
	instead of defines, so that they can be changed at run-time.
	Moved the run-time environment in the base/ subdirectory. Debugging
	runs shall be done with -b base.
	Made it compile and work on a system without either AX.25, NETROM 
	or INET support (hm, probably won't compile on a system without 
	AF_INET related header files, but at least you can disable TCP 
	connections support for political correctness or security).
	The #defines are in csock.h.
	What a great way to spend christmas eve?
	
