Optimized the brute-force decryption. Now it still first tries the correct hash and...
[tetrinet.git] / ChangeLog
blobe783ec9b18f19fdeb25479093dda7a3f2559024b
1 Fri Oct 24 10:48:27 2003  Petr Baudis <pasky@ucw.cz>:
3         * tty.c:
5         Removed plenty of useless (and possible confusing and dangerous)
6         signal handlers.  
8 Sun Oct  5 18:39:24 2003  Gerfried Fuchs <alfie@ist.org>:
10         * Makefile, tetrinet.c, xwin.c:
12         Removed xwin.c for now because it doesn't include anything useful
13         currently.  
15 Thu Oct  2 16:59:44 2003  Petr Baudis <pasky@ucw.cz>:
17         * Makefile:
19         Remove *.o in binonly as well.  
21 Thu Oct  2 16:58:10 2003  Petr Baudis <pasky@ucw.cz>:
23         * Makefile:
25         Introduced maintainer target binonly.  
27 Thu Oct  2 16:35:59 2003  Petr Baudis <pasky@ucw.cz>:
29         * Changes, README, version.h:
31         tetrinet-0.11 
33 Thu Sep 11 20:26:53 2003  Gerfried Fuchs <alfie@ist.org>:
35         * tty.c:
37         Add support to display team name in playfield. Required to move
38         player name to the left.  
40 Tue Sep  9 19:15:04 2003  Gerfried Fuchs <alfie@ist.org>:
42         * sockets.c:
44         #include <string.c> to silence memcpy and memset warning.  
46 Sun Sep  7 16:30:02 2003  Petr Baudis <pasky@ucw.cz>:
48         * README, version.h:
50         0.10-pb4 
52 Sun Sep  7 16:29:29 2003  Petr Baudis <pasky@ucw.cz>:
54         * Makefile, server.c, sockets.c, tetrinet.c, tetris.c, tetris.h,
55         tty.c, xwin.c:
57         Added -Wall parameter to the compilation and fixed the tons of
58         warnings. The result is a rather massive cleanup.  
60 Sun Sep  7 16:12:51 2003  Petr Baudis <pasky@ucw.cz>:
62         * README, tetrinet.c, tetrinet.h, tetris.c, tetris.h, tty.c:
64         Added support for pieces casting 'shadow'. This feature is
65         controlled by -shadow/-noshadow options and it is on by default. A
66         little bit more messy than I originally wanted it to :-(.  
68 Fri Sep  5 14:32:37 2003  Petr Baudis <pasky@ucw.cz>:
70         * Makefile, README, tetrinet.c:
72         By default the client does not contain the server code anymore. It
73         can still be enabled manually at the compile time. Idea by alfie.  
75 Fri Sep  5 11:39:39 2003  Petr Baudis <pasky@ucw.cz>:
77         * README, version.h:
79         0.10-pb3 
81 Fri Sep  5 11:37:01 2003  Petr Baudis <pasky@ucw.cz>:
83         * tetrinet.c, version.h:
85         Include the version information in the usage output.  
87 Fri Sep  5 11:33:03 2003  Petr Baudis <pasky@ucw.cz>:
89         * .cvsignore:
91         Ignore compiled binaries.  
93 Fri Sep  5 11:25:26 2003  Petr Baudis <pasky@ucw.cz>:
95         * server.c:
97         _Untested_ server-side tetrifast support.  
99 Fri Sep  5 11:15:54 2003  Petr Baudis <pasky@ucw.cz>:
101         * README, tetrinet.c:
103         Documented the -fast option.  
105 Fri Sep  5 11:09:09 2003  Petr Baudis <pasky@ucw.cz>:
107         * tetrinet.c:
109         Print verbose usage help, also when an unknown option is passed.  
111 Fri Sep  5 10:56:32 2003  Petr Baudis <pasky@ucw.cz>:
113         * Changes:
115         -pb branch changes are in ChangeLog.  
117 Fri Sep  5 10:54:00 2003  Petr Baudis <pasky@ucw.cz>:
119         * AUTHORS:
121         Put together some AUTHORS file.  
123 Fri Sep  5 10:46:45 2003  Petr Baudis <pasky@ucw.cz>:
125         * README:
127         0.10-pb2 (pb1 was done outside of CVS yet) 
129 Fri Sep  5 10:39:20 2003  Petr Baudis <pasky@ucw.cz>:
131         * tetrinet.c, tetrinet.h, tetris.c:
133         Tetrifast support.  
135 Fri Sep  5 10:38:34 2003  Petr Baudis <pasky@ucw.cz>:
137         * README, tetrinet.c:
139         Introduced multichannel support (it was rather just a trivial fix).  
141 Fri Sep  5 10:37:13 2003  Petr Baudis <pasky@ucw.cz>:
143         * tetrinet.c:
145         Still send unknown commands to the server, patch by Gerfried Fuchs
146         <alfie@ist.org> and me.  
148 Fri Sep  5 10:30:53 2003  Petr Baudis <pasky@ucw.cz>:
150         * README:
152         Administrative commit - 0.10-pb0.  
154 Fri Sep  5 10:28:55 2003  Petr Baudis <pasky@ucw.cz>:
156         * Changes, Makefile, README, TODO, io.h, server.c, server.h,
157         sockets.c, sockets.h, tetrinet.c, tetrinet.h, tetrinet.txt,
158         tetris.c, tetris.h, tty.c, xwin.c:
160         Initial revision