Share

Holsham Traders Server

File Release Notes and Changelog

Release Name: 0.5.6

Notes:
This release fixes a really nasty bug.

Changes: Thu Feb 3 21:22:31 CET 2000 Uwe Hermann <uh1763@bingo-ev.de> * NEWS: updates * src/savegame.c, scr/defaults.h: cosmetic changes * htsserver.conf: Added 'login_timeout' option. Smaller fixes * src/cfile.[ch], src/net.c: added the config-file option login_timeout * src/pcommands.inc: If you issue the command 'adminlogout', your login-timeout counter is resetted to zero, so that you aren't disconnected at once because htsserver thinks your login-timeout expired Thu Feb 3 17:10:50 CET 2000 Uwe Hermann <uh1763@bingo-ev.de> * configure.in: added the GPL-header. Misc. fixes * ChangeLog: switched to this new ChangeLog-format * htsserver.conf: major rewrite * README, NEWS, THANKS, TODO, htsserver.lsm.in, docs/FAQ, docs/FEATURES, docs/PROTOCOL, docs/README.programmers: updates * src/Makefile.am: cosmetic changes Thu Jan 22 22:10:43 CET 2000 Uwe Hermann <uh1763@bingo-ev.de> * src/misc.[ch]: renamed 'int exitflag' to 'bool exit_game' * src/protocol.c, src/pcommands.inc: added h_togglepause(). This allows the admin to block off every input from all clients, except for those with admin-permissions * src/misc.c: added a signal-handler for SIGABRT. SIGPIPE is now ignored * src/data.h: added some ifndef's * src/portable.h: added some more checks * src/net.c: fixed a really ugly bug in recv_from_client(), which could cause 100MB log-files and more