]> skyeroc.xyz Git - dgamelaunch/commitdiff
update the Changelog
authorJoshua Kwan <joshk@triplehelix.org>
Tue, 30 Dec 2003 23:40:21 +0000 (23:40 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Tue, 30 Dec 2003 23:40:21 +0000 (23:40 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@9 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

Changelog

index bccfaf3e5daec68dd470efdacdf3d65414d2eb46..fd4f07c653db2ce25106476ef64f1fa92baac279 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -5,7 +5,7 @@
        * 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
@@ -20,6 +20,9 @@
          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.