Support for server text attributes in messages. No more ugly control codes. Mixed...
[tetrinet.git] / ChangeLog
blob04581e34fafa2f32b3bae137e4a555c11c0ccf81
1 Wed Mar  2 21:25:47 2005  Petr Baudis <pasky@ucw.cz>:
3         * .vimrc:
5         A fairie.  
7 Wed Mar  2 21:25:26 2005  Petr Baudis <pasky@ucw.cz>:
9         * AUTHORS:
11         Random small changes.  
13 Thu Dec 23 08:02:20 2004  Gerfried Fuchs <alfie@ist.org>:
15         * tetrinet-server.6:
17         Small corrections.  
19 Mon Dec  6 22:04:02 2004  Petr Baudis <pasky@ucw.cz>:
21         * tty.c:
23         Tell the world if the signal was SIGINT, too.  
25 Mon Dec  6 21:40:04 2004  Gerfried Fuchs <alfie@ist.org>:
27         * TODO, tetris.c:
29         Fixed the clean of the talk window on empty input.  
31 Mon Dec  6 21:39:09 2004  Gerfried Fuchs <alfie@ist.org>:
33         * tty.c:
35         Added some more curs_set 
37 Mon Dec  6 19:48:07 2004  Gerfried Fuchs <alfie@ist.org>:
39         * tetrinet-server.6:
41         added manpage for tetrinet-server 
43 Tue Nov 23 12:41:28 2004  Gerfried Fuchs <alfie@ist.org>:
45         * TODO:
47         Filled the TODO list a little more.  
49 Tue Nov 23 09:00:48 2004  Gerfried Fuchs <alfie@ist.org>:
51         * tetrinet.6:
53         Finally, the manpage for the client.  
55 Wed Dec 24 08:28:16 2003  Gerfried Fuchs <alfie@ist.org>:
57         * tty.c:
59         Add some curs_set calls to show/hide the cursor where appropriate.  
61 Mon Nov 24 16:28:47 2003  Petr Baudis <pasky@ucw.cz>:
63         * Makefile:
65         Added -fno-builtin-log to the default CFLAGS.  
67 Mon Nov 24 16:26:32 2003  Petr Baudis <pasky@ucw.cz>:
69         * Makefile:
71         Reworked Makefile to contain configuration area.  
73 Mon Nov 24 16:16:22 2003  Petr Baudis <pasky@ucw.cz>:
75         * README:
77         Removed notice about xwin. There's no xwin.c ;-).  
79 Mon Nov 24 16:16:00 2003  Petr Baudis <pasky@ucw.cz>:
81         * Makefile:
83         Removed legacy xwin.o stuff.  
85 Mon Nov 24 16:14:03 2003  Petr Baudis <pasky@ucw.cz>:
87         * server.c:
89         Tiny compilation fix.  
91 Mon Nov 24 16:12:20 2003  Petr Baudis <pasky@ucw.cz>:
93         * server.c:
95         Optimized the brute-force decryption. Now it still first tries the
96         correct hash and if doesn't succed it goes for bruteforce.  
98 Mon Nov 24 16:08:41 2003  Petr Baudis <pasky@ucw.cz>:
100         * server.c:
102         The decrypting of messages based on IP moved to decrypt_message().  
104 Mon Nov 24 16:04:37 2003  Petr Baudis <pasky@ucw.cz>:
106         * Makefile, server.c:
108         Brute-force decryption of the tetrisstart message, now it works even
109         for clients behind NATs.  
111 Mon Nov 24 16:03:15 2003  Petr Baudis <pasky@ucw.cz>:
113         * README:
115         See Makefile for various obscure compile-time switches.  
117 Fri Oct 24 10:48:27 2003  Petr Baudis <pasky@ucw.cz>:
119         * tty.c:
121         Removed plenty of useless (and possible confusing and dangerous)
122         signal handlers.  
124 Sun Oct  5 18:39:24 2003  Gerfried Fuchs <alfie@ist.org>:
126         * Makefile, tetrinet.c, xwin.c:
128         Removed xwin.c for now because it doesn't include anything useful
129         currently.  
131 Thu Oct  2 16:59:44 2003  Petr Baudis <pasky@ucw.cz>:
133         * Makefile:
135         Remove *.o in binonly as well.  
137 Thu Oct  2 16:58:10 2003  Petr Baudis <pasky@ucw.cz>:
139         * Makefile:
141         Introduced maintainer target binonly.  
143 Thu Oct  2 16:35:59 2003  Petr Baudis <pasky@ucw.cz>:
145         * Changes, README, version.h:
147         tetrinet-0.11 
149 Thu Sep 11 20:26:53 2003  Gerfried Fuchs <alfie@ist.org>:
151         * tty.c:
153         Add support to display team name in playfield. Required to move
154         player name to the left.  
156 Tue Sep  9 19:15:04 2003  Gerfried Fuchs <alfie@ist.org>:
158         * sockets.c:
160         #include <string.c> to silence memcpy and memset warning.  
162 Sun Sep  7 16:30:02 2003  Petr Baudis <pasky@ucw.cz>:
164         * README, version.h:
166         0.10-pb4 
168 Sun Sep  7 16:29:29 2003  Petr Baudis <pasky@ucw.cz>:
170         * Makefile, server.c, sockets.c, tetrinet.c, tetris.c, tetris.h,
171         tty.c, xwin.c:
173         Added -Wall parameter to the compilation and fixed the tons of
174         warnings. The result is a rather massive cleanup.  
176 Sun Sep  7 16:12:51 2003  Petr Baudis <pasky@ucw.cz>:
178         * README, tetrinet.c, tetrinet.h, tetris.c, tetris.h, tty.c:
180         Added support for pieces casting 'shadow'. This feature is
181         controlled by -shadow/-noshadow options and it is on by default. A
182         little bit more messy than I originally wanted it to :-(.  
184 Fri Sep  5 14:32:37 2003  Petr Baudis <pasky@ucw.cz>:
186         * Makefile, README, tetrinet.c:
188         By default the client does not contain the server code anymore. It
189         can still be enabled manually at the compile time. Idea by alfie.  
191 Fri Sep  5 11:39:39 2003  Petr Baudis <pasky@ucw.cz>:
193         * README, version.h:
195         0.10-pb3 
197 Fri Sep  5 11:37:01 2003  Petr Baudis <pasky@ucw.cz>:
199         * tetrinet.c, version.h:
201         Include the version information in the usage output.  
203 Fri Sep  5 11:33:03 2003  Petr Baudis <pasky@ucw.cz>:
205         * .cvsignore:
207         Ignore compiled binaries.  
209 Fri Sep  5 11:25:26 2003  Petr Baudis <pasky@ucw.cz>:
211         * server.c:
213         _Untested_ server-side tetrifast support.  
215 Fri Sep  5 11:15:54 2003  Petr Baudis <pasky@ucw.cz>:
217         * README, tetrinet.c:
219         Documented the -fast option.  
221 Fri Sep  5 11:09:09 2003  Petr Baudis <pasky@ucw.cz>:
223         * tetrinet.c:
225         Print verbose usage help, also when an unknown option is passed.  
227 Fri Sep  5 10:56:32 2003  Petr Baudis <pasky@ucw.cz>:
229         * Changes:
231         -pb branch changes are in ChangeLog.  
233 Fri Sep  5 10:54:00 2003  Petr Baudis <pasky@ucw.cz>:
235         * AUTHORS:
237         Put together some AUTHORS file.  
239 Fri Sep  5 10:46:45 2003  Petr Baudis <pasky@ucw.cz>:
241         * README:
243         0.10-pb2 (pb1 was done outside of CVS yet) 
245 Fri Sep  5 10:39:20 2003  Petr Baudis <pasky@ucw.cz>:
247         * tetrinet.c, tetrinet.h, tetris.c:
249         Tetrifast support.  
251 Fri Sep  5 10:38:34 2003  Petr Baudis <pasky@ucw.cz>:
253         * README, tetrinet.c:
255         Introduced multichannel support (it was rather just a trivial fix).  
257 Fri Sep  5 10:37:13 2003  Petr Baudis <pasky@ucw.cz>:
259         * tetrinet.c:
261         Still send unknown commands to the server, patch by Gerfried Fuchs
262         <alfie@ist.org> and me.  
264 Fri Sep  5 10:30:53 2003  Petr Baudis <pasky@ucw.cz>:
266         * README:
268         Administrative commit - 0.10-pb0.  
270 Fri Sep  5 10:28:55 2003  Petr Baudis <pasky@ucw.cz>:
272         * Changes, Makefile, README, TODO, io.h, server.c, server.h,
273         sockets.c, sockets.h, tetrinet.c, tetrinet.h, tetrinet.txt,
274         tetris.c, tetris.h, tty.c, xwin.c:
276         Initial revision