Commit Graph

  • 9d996ba27f
    Merge 732d635660 into 55bd7dce01 Joanna Janet Zaitseva-Doyle 2021-07-30 23:23:34 +0200
  • 732d635660
    clear any orphan .in files Joanna Doyle 2021-07-30 06:26:23 +0200
  • a259a93f80
    Show idle time based on input rather than output Joanna Doyle 2021-07-30 04:12:01 +0200
  • 0156c189d9
    Merge a1821ecc4c into 55bd7dce01 Artem Buslov 2019-07-03 06:27:09 +0000
  • e21b867692
    Merge 5cdbcc3dd2 into 55bd7dce01 Artem Buslov 2019-07-03 06:27:09 +0000
  • 0776f2b208
    Merge efa0e1b819 into 55bd7dce01 Artem Buslov 2019-07-03 06:27:07 +0000
  • 600067e4de
    Merge a398b5a9a4 into 55bd7dce01 phantom-voltage 2019-07-03 06:27:06 +0000
  • 55bd7dce01 Fix warnings master Pasi Kallinen 2019-05-11 13:03:49 +0300
  • a1821ecc4c Fix V575 warning from PVS-Studio Static Analyzer buslov 2017-10-30 21:58:09 +0300
  • efa0e1b819 Fix V519 warning from PVS-Studio Static Analyzer buslov 2017-10-30 21:54:43 +0300
  • 5cdbcc3dd2 Fix V773 warning from PVS-Studio Static Analyzer buslov 2017-10-30 21:50:30 +0300
  • a398b5a9a4 Added password recovery for changing from crypt to pbkdf2 databases Phantom Voltage 2017-05-31 17:46:59 -0700
  • a60df27bea Changed password verification to use pbkdf2 Phantom Voltage 2017-05-25 20:41:15 -0700
  • 09a901b104 Fixed pass-the-hash vulnerability Phantom Voltage 2017-05-13 11:44:25 -0700
  • 573df1f1fe Merge 61f9ecbc74 into f9bf041b50 Andreas Wiese 2017-04-19 07:07:37 +0000
  • f9bf041b50 Merge pull request #9 from fstd/master Pasi Kallinen 2016-01-23 18:58:59 +0200
  • a1db7da9ca compile on FreeBSD fstd 2016-01-23 05:21:32 +0100
  • ee7b703453 separate $LEXLIBS because ee and virus do not need lex and will not build without a yylex() stub fstd 2016-01-23 05:20:53 +0100
  • 673255a5d0 compile on NetBSD fstd 2016-01-23 04:10:36 +0100
  • d996f40af2 configure.ac: correctly check for pthreads fstd 2016-01-23 04:09:45 +0100
  • c9412ff03f autogen.sh: use autoreconf fstd 2016-01-23 04:08:54 +0100
  • 16f718337f Fix some warnings Pasi Kallinen 2016-01-02 22:02:15 +0200
  • 3ebf583de9 Fix SQLite query where underscore was an unintended wildcard Pasi Kallinen 2016-01-02 19:53:30 +0200
  • 6753fd6eca Merge pull request #8 from henrikolsson/master Pasi Kallinen 2015-12-09 20:46:18 +0200
  • 8b0e886097 Merge pull request #2 from swills/patch-1 Pasi Kallinen 2015-12-09 20:45:36 +0200
  • 6435ddc779 Stop processing arguments at -c Pasi Kallinen 2015-12-07 18:40:04 +0200
  • 4a619dc66e Fix a buffer overflow in ee Pasi Kallinen 2015-12-07 18:31:51 +0200
  • 3f42327d47 ee: don't crash when editing zero-byte files. Dobrazupa.org staff 2013-05-20 14:44:41 -0400
  • badc02927e Add play_if_exist command Pasi Kallinen 2015-12-07 18:11:58 +0200
  • 82176bc7e7 Ignore window size changes in resize check Pasi Kallinen 2015-12-07 18:10:11 +0200
  • 61f9ecbc74 Makefile: make install target correctly honour $DESTDIR Andreas Wiese 2015-07-23 17:32:01 +0200
  • 46aa412b7b Add -pthread to CFLAGS Pasi Kallinen 2014-08-29 16:28:10 +0300
  • 3f6ae400e9 Fix printf format arg type Pasi Kallinen 2014-08-28 22:08:48 +0300
  • 956ec310e8 Prevent crash in passwordgood when supplied password is one character long Henrik Olsson 2014-07-06 13:36:07 +0200
  • d704c69b90 Actually make ee give feedback when exiting due to strange characters Pasi Kallinen 2014-05-22 22:12:14 +0300
  • 5e54bb3b75 Exit ee gracefully, if character conversion fails. Pasi Kallinen 2014-05-16 19:19:12 +0300
  • d71aa0bfbd Merge f8c6ad47be into 389c137df9 kenkeiras 2014-02-12 01:16:07 +0100
  • f8c6ad47be Added intermediate object files, virus, and ee executables to gitignore. kenkeiras 2014-02-11 19:09:55 -0500
  • ce52452e42 Update Makefile.in Steve Wills 2013-10-04 04:09:16 +0000
  • 389c137df9 Allow repeat prefix for move paragraph forward/backward command Pasi Kallinen 2013-05-25 12:36:02 +0300
  • 3c17a9b1bf Fix string search commands, so they don't crash when command repeat prefix is too big. Pasi Kallinen 2013-05-25 12:32:41 +0300
  • f9ca114072 Minor code improvement Pasi Kallinen 2013-05-25 12:01:25 +0300
  • ffc8d8bc1c Fix most of the commands that would crash if you gave a too big command repeat prefix number. Pasi Kallinen 2013-05-25 11:36:23 +0300
  • d54512a31f Add a -c option (login shell command) with an error message. (from Edoardo Spadolini) Pasi Kallinen 2013-03-04 17:26:06 +0200
  • 4d16194de8 Change the shared memory key to the password file. (from Edoardo Spadolini) Pasi Kallinen 2013-03-04 17:08:49 +0200
  • 1a08194dfe Prevent input of non-ascii characters (from Edoardo Spadolini) Pasi Kallinen 2013-03-04 17:03:53 +0200
  • 768cddff32 Add config option "flowcontrol" to disable XON/XOFF. Pasi Kallinen 2012-12-18 18:34:06 +0200
  • d30dbda897 Virus: Fix dot command segfault Pasi Kallinen 2012-12-15 19:42:54 +0200
  • 9bd76d6c15 Add default_term configuration option. If the user's TERM is something unknown, dgl will use the default_term instead. Pasi Kallinen 2012-12-15 01:17:20 +0200
  • 7a565e5e14 Add some missing signal blocking, perhaps this will fix the jammed shared memory block in watching menu. Pasi Kallinen 2012-09-09 19:51:01 +0300
  • 934c992319 Remove brace hilite, text auto indent, etc. from virus Pasi Kallinen 2012-06-10 16:56:19 +0300
  • 2407611518 Allow printing raw string. Add escape codes to string substitutions. Some mode docs in the example config file. Make chroot creation script fail with message when no sqlite3. Pasi Kallinen 2012-06-04 18:11:56 +0300
  • f29618c783 Change maximum banner line length to 256. Add color and attribute changing commands to banners: $ATTR() Fix chroot creation script failing if no nethack binary exists. root 2012-06-03 09:45:58 +0300
  • 820cecae54 Add the err.h include Pasi Kallinen 2012-05-21 23:05:43 +0300
  • 03ec968252 Sync virus with http://www.rocklinux.net/people/ripclaw/projects/software/virus/virus-0.0.6/ Pasi Kallinen 2012-05-21 23:04:43 +0300
  • 25ee1a3386 Fix virus crash Pasi Kallinen 2012-05-21 17:32:50 +0300
  • 41d7edf4a4 Merge commits from http://git.develz.org/?p=dgamelaunch.git Pasi Kallinen 2012-03-17 14:45:53 +0200
  • 7c0741110e Ensure valid values in watching Pasi Kallinen 2012-03-17 12:17:02 +0200
  • 3ef04ef269 Convert svn:ignore properties to .gitignore. git-svn-migrate 2011-12-11 17:46:34 +0200
  • bb5507b983 Allow defining the login db in config file also when using sqlite. Pasi Kallinen 2011-10-13 16:13:53 +0000
  • a6ab367469 Update TODO Pasi Kallinen 2011-10-12 15:35:44 +0000
  • 3f402d4bbd Fix ee's check for ERR input (bhaak). Pasi Kallinen 2011-10-12 14:50:37 +0000
  • 97967299ea A very primitive Unicode conversion of ee. This introduces a 1MB file limit due to a lame static buffer in one place. (Adam Borowski <kilobyte@angband.pl>) Pasi Kallinen 2011-10-12 14:49:01 +0000
  • b5d3e6257b Allow getting the server time and date via banner variables: bannervars = [ "$DATETIME" = timeformat("%F %T") ] Pasi Kallinen 2011-10-12 14:34:40 +0000
  • 5a0c90fa0f Make bannerstrmangle able to handle arbitrarily long strings. Pasi Kallinen 2011-10-11 18:05:11 +0000
  • 6e6d773dd1 README and Changelog update. Pasi Kallinen 2011-10-11 16:48:21 +0000
  • 85d39473fb Always draw the whole banner. Pasi Kallinen 2011-10-11 15:50:59 +0000
  • 228be4b554 Document commandline parameters and environment variables Pasi Kallinen 2011-10-10 19:28:28 +0000
  • 4098176edc Document error codes. Make all error conditions return unique error codes. Pasi Kallinen 2011-10-10 19:06:20 +0000
  • d770f8ed96 Add "duration" watch-mode column, which shows time since the game was started. Pasi Kallinen 2011-10-10 17:50:41 +0000
  • b42d170041 Add configurable default filemode. Pasi Kallinen 2011-10-09 19:09:43 +0000
  • acfbf2781d ...except ncurses prevents using escape sequences. Grh. Pasi Kallinen 2011-10-09 18:01:59 +0000
  • 6bce15fd41 Add $ESC(code), which allows changing text color and attributes in banners. Pasi Kallinen 2011-10-09 17:47:24 +0000
  • 1b0489d50f Document $INCLUDE() Pasi Kallinen 2011-10-09 16:36:58 +0000
  • 0ba0998ece Replace server_id with generic configurable string replacements usable in banners. Pasi Kallinen 2011-10-09 15:31:34 +0000
  • 78e94fa5de Add %t string formatting, for the TTYREC of the last played game. (Edoardo Spadolini <kerio00@gmail.com>) Pasi Kallinen 2011-10-07 14:41:21 +0000
  • 3c51941256 Make sending select-utf8-charset escape code configurable. Pasi Kallinen 2011-10-05 13:57:32 +0000
  • 1d7ceb5ddf Make locale configurable. Pasi Kallinen 2011-10-04 14:03:15 +0000
  • acf2705aea Fix defconfig. Pasi Kallinen 2011-10-03 16:02:30 +0000
  • 8c4329175c Fix default watch column indexes (Napkin). Pasi Kallinen 2011-10-03 15:57:22 +0000
  • 76be23aa5c Add option -i <name> to initialize a player externally. (Marc H. Thoben <root@develz.org>) Pasi Kallinen 2011-10-03 15:53:34 +0000
  • 8e076008d1 Tweak output of -s slightly. (Marc H. Thoben <root@develz.org>) Pasi Kallinen 2011-10-03 15:49:14 +0000
  • 3b189f61d9 Add option -s to show active players. (Marc H. Thoben <root@develz.org>) Pasi Kallinen 2011-10-03 15:45:46 +0000
  • b2ffeb7c3e try to not stomp all over ncurses' WINCH handler (Jesse Luehrs <doy@tozt.net>) Pasi Kallinen 2011-10-03 15:42:30 +0000
  • 6942ccae67 Stop reinitializing curses inside a signal handler (doy). Pasi Kallinen 2011-10-03 15:40:03 +0000
  • e29747ab89 Set a more sane default filemode. (Marc H. Thoben <root@develz.org>) Pasi Kallinen 2011-10-03 15:37:26 +0000
  • ae54e1ae83 Ignore some more spurious vt100 G-charset switches in IBM mode. Pasi Kallinen 2011-10-03 15:36:03 +0000
  • cc6cf14b6f Blindly assume the user's terminal can do Unicode or be switched into it. Pasi Kallinen 2011-10-03 15:34:01 +0000
  • eae0ddf649 Allow querying the game via --print-charset if encoding is "ask". (Adam Borowski <kilobyte@angband.pl>) Pasi Kallinen 2011-10-03 15:31:15 +0000
  • d497cb4529 Convert ancient encodings on the game's output. Pasi Kallinen 2011-10-03 15:28:49 +0000
  • 47cfe66d43 ancient encodings: config option (Adam Borowski <kilobyte@angband.pl>) Pasi Kallinen 2011-10-03 15:23:14 +0000
  • 70fd9c005b Fix corruption of non-ASCII characters in banners. Pasi Kallinen 2011-10-03 15:05:31 +0000
  • 514e8808a9 Add extra_info_file support. (Darshan Shaligram <scintilla@gmail.com>) Pasi Kallinen 2011-10-03 15:00:14 +0000
  • e2af2199f4 Fix watch_columns shift/reduce conflict: watch_columns was being used in both a standalone rule and as a KeyType. (Darshan Shaligram <scintilla@gmail.com>) Pasi Kallinen 2011-10-03 14:50:35 +0000
  • 6439b5788b Document the watch_columns option. (Darshan Shaligram <scintilla@gmail.com>) Pasi Kallinen 2011-10-03 14:49:22 +0000
  • 2004c0e472 Accept escape to go back in menus. (Darshan Shaligram <scintilla@gmail.com>) Pasi Kallinen 2011-10-03 14:47:50 +0000
  • a224b6582c Add watch_columns config option. (Darshan Shaligram <scintilla@gmail.com>) Pasi Kallinen 2011-10-03 14:46:42 +0000
  • 9fc78de52e Bugfix: when using sqlite and registering a nick with length longer or equal to max_newnick_len, it may have succeeded even if such a nick already existed. Pasi Kallinen 2011-10-03 13:47:19 +0000
  • 11dfabda89 Fix the "unlink" command so it actually works. Pasi Kallinen 2011-08-31 14:42:37 +0000
  • b1e40ba5b7 Add per-game "postcommand" hook, executed right after the game ends. Pasi Kallinen 2011-08-31 14:36:22 +0000