1.3.10.1 (2003/12/27)
- * Merry Christmas, dtype...
* Major cleanups - remove most uses of strcpy() and strcat(), except
in virus.c, replace with snprintf.
* Add support for mailing users while they are playing.
never happen anyway.
* Add a confirmation to the change password screen so people like me
don't change their passwords by accident all the time.
- * Removed strl{cat,cpy}.c, as they're not used by ttyrec even though
- they are included.
* Remove many unused variables and make some functions void because
they don't return anything.
* Add some function prototypes in dgamelaunch.c to quell warnings.
* All licenses in source code mentioned in COPYING
* Use fcntl for all file locking; flock(3) is not portable
* Fix some troublesome uses of strncpy() with strlcpy
+ * ditto for strncat->strlcat
+ * Make sure only one session can be played at once at all and
+ SIGHUP the rest, ensuring the death of "Destroy old game? [yn]"
+ * Replace two colossal conditionals with calls to isalnum(3).
1.3.10 (2003/10/22)
* Added a mode flag to the open call for inprogress lock files.