* Add support for mailing users while they are playing.
[nh343-simple_mail.diff is needed]
* Rip out some crazy getopt code that was causing virus to go crazy
- after a ":q!" Since dgamelaunch only passes up to argv[1] to virus
+ after a "q!" Since dgamelaunch only passes up to argv[1] to virus
*ever*, just make it use argv[1] and panic if argc < 2, which should
never happen anyway.
* Add a confirmation to the change password screen so people like me
tolower(3) around getch()
* Change big conditional block to use a switch.
* Replace a global with a static variable within the function.
+ * Replace the giant size 64000 static buffers with dynamically
+ allocated structs
+ * Checking for colons in user fields is made simpler using strstr(3)
1.3.10 (2003/10/22)
* Added a mode flag to the open call for inprogress lock files.