659 Commits

Author SHA1 Message Date
Pasi Kallinen
55bd7dce01 Fix warnings 2019-05-11 13:03:49 +03:00
Pasi Kallinen
f9bf041b50 Merge pull request #9 from fstd/master
Some build system and portability fixes
2016-01-23 18:58:59 +02:00
fstd
a1db7da9ca compile on FreeBSD 2016-01-23 05:21:32 +01:00
fstd
ee7b703453 separate $LEXLIBS because ee and virus do not need lex and will not build without a yylex() stub 2016-01-23 05:20:53 +01:00
fstd
673255a5d0 compile on NetBSD 2016-01-23 04:10:51 +01:00
fstd
d996f40af2 configure.ac: correctly check for pthreads 2016-01-23 04:09:45 +01:00
fstd
c9412ff03f autogen.sh: use autoreconf 2016-01-23 04:08:54 +01:00
Pasi Kallinen
16f718337f Fix some warnings 2016-01-02 22:02:15 +02:00
Pasi Kallinen
3ebf583de9 Fix SQLite query where underscore was an unintended wildcard 2016-01-02 19:53:37 +02:00
Pasi Kallinen
6753fd6eca Merge pull request #8 from henrikolsson/master
Prevent crash in passwordgood when supplied password is one character long
2015-12-09 20:46:18 +02:00
Pasi Kallinen
8b0e886097 Merge pull request #2 from swills/patch-1
Update Makefile.in
2015-12-09 20:45:36 +02:00
Pasi Kallinen
6435ddc779 Stop processing arguments at -c
Original patch by Neil Moore <neil@s-z.org>
2015-12-07 18:40:14 +02:00
Pasi Kallinen
4a619dc66e Fix a buffer overflow in ee
Original patch by Neil Moore <neil@s-z.org>
2015-12-07 18:31:54 +02:00
Dobrazupa.org staff
3f42327d47 ee: don't crash when editing zero-byte files. 2015-12-07 18:27:54 +02:00
Pasi Kallinen
badc02927e Add play_if_exist command 2015-12-07 18:11:58 +02:00
Pasi Kallinen
82176bc7e7 Ignore window size changes in resize check 2015-12-07 18:10:11 +02:00
Pasi Kallinen
46aa412b7b Add -pthread to CFLAGS 2014-08-29 16:28:10 +03:00
Pasi Kallinen
3f6ae400e9 Fix printf format arg type 2014-08-28 22:08:48 +03:00
Henrik Olsson
956ec310e8 Prevent crash in passwordgood when supplied password is one character long 2014-07-06 13:36:07 +02:00
Pasi Kallinen
d704c69b90 Actually make ee give feedback when exiting due to strange characters 2014-05-22 22:12:14 +03:00
Pasi Kallinen
5e54bb3b75 Exit ee gracefully, if character conversion fails. 2014-05-16 19:19:12 +03:00
kenkeiras
f8c6ad47be Added intermediate object files, virus, and ee executables to gitignore. 2014-02-11 19:12:12 -05:00
Steve Wills
ce52452e42 Update Makefile.in
Add missing $(DESTDIR) to man page install
2013-10-04 04:09:16 +00:00
Pasi Kallinen
389c137df9 Allow repeat prefix for move paragraph forward/backward command 2013-05-25 12:36:02 +03:00
Pasi Kallinen
3c17a9b1bf Fix string search commands, so they don't crash when command repeat prefix is too big. 2013-05-25 12:32:41 +03:00
Pasi Kallinen
f9ca114072 Minor code improvement 2013-05-25 12:01:25 +03:00
Pasi Kallinen
ffc8d8bc1c Fix most of the commands that would crash if you gave a too big command repeat prefix number. 2013-05-25 11:36:23 +03:00
Pasi Kallinen
d54512a31f Add a -c option (login shell command) with an error message. (from Edoardo Spadolini) 2013-03-04 17:26:06 +02:00
Pasi Kallinen
4d16194de8 Change the shared memory key to the password file. (from Edoardo Spadolini) 2013-03-04 17:08:49 +02:00
Pasi Kallinen
1a08194dfe Prevent input of non-ascii characters (from Edoardo Spadolini) 2013-03-04 17:03:53 +02:00
Pasi Kallinen
768cddff32 Add config option "flowcontrol" to disable XON/XOFF. 2012-12-18 18:34:06 +02:00
Pasi Kallinen
d30dbda897 Virus: Fix dot command segfault 2012-12-15 19:42:54 +02:00
Pasi Kallinen
9bd76d6c15 Add default_term configuration option.
If the user's TERM is something unknown, dgl will use the default_term instead.
2012-12-15 01:17:20 +02:00
Pasi Kallinen
7a565e5e14 Add some missing signal blocking, perhaps this will fix the jammed shared memory block in watching menu. 2012-09-09 19:51:01 +03:00
Pasi Kallinen
934c992319 Remove brace hilite, text auto indent, etc. from virus 2012-06-10 16:56:19 +03:00
Pasi Kallinen
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.
2012-06-04 18:11:56 +03:00
root
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.
2012-06-03 09:45:58 +03:00
Pasi Kallinen
820cecae54 Add the err.h include 2012-05-21 23:05:43 +03:00
Pasi Kallinen
03ec968252 Sync virus with http://www.rocklinux.net/people/ripclaw/projects/software/virus/virus-0.0.6/ 2012-05-21 23:04:43 +03:00
Pasi Kallinen
25ee1a3386 Fix virus crash 2012-05-21 17:32:50 +03:00
Pasi Kallinen
41d7edf4a4 Merge commits from http://git.develz.org/?p=dgamelaunch.git
- Allow DGLAUTH as additional variable to pass login data,
   prioritized ahead of USER and LOGNAME. (Marc H. Thoben)
 - Empty autologin variables before running any external
   software. (Edoardo Spadolini)
 - Remove -f parameter to prevent privilege escalation.
   (Edoardo Spadolini)

Update documentation to reflect the changes.
2012-03-17 14:45:53 +02:00
Pasi Kallinen
7c0741110e Ensure valid values in watching 2012-03-17 12:17:02 +02:00
git-svn-migrate
3ef04ef269 Convert svn:ignore properties to .gitignore. 2011-12-11 17:46:34 +02:00
Pasi Kallinen
bb5507b983 Allow defining the login db in config file also when using sqlite.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@628 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2011-10-13 16:13:53 +00:00
Pasi Kallinen
a6ab367469 Update TODO
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@627 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2011-10-12 15:35:44 +00:00
Pasi Kallinen
3f402d4bbd Fix ee's check for ERR input (bhaak).
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@626 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2011-10-12 14:50:37 +00:00
Pasi Kallinen
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>)


git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@625 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2011-10-12 14:49:01 +00:00
Pasi Kallinen
b5d3e6257b Allow getting the server time and date via banner variables:
bannervars = [ "$DATETIME" = timeformat("%F %T") ]


git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@624 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2011-10-12 14:34:40 +00:00
Pasi Kallinen
5a0c90fa0f Make bannerstrmangle able to handle arbitrarily long strings.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@623 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2011-10-11 18:05:11 +00:00
Pasi Kallinen
6e6d773dd1 README and Changelog update.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@622 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2011-10-11 16:48:21 +00:00