Commit graph

6967 commits

Author SHA1 Message Date
Enno Rehling
bbe8faee2b get code to compile, failing Lua tests 2016-02-21 17:24:50 +01:00
Enno Rehling
b09c6974c6 revert back to plaintext passwords, crypting isn't working 2016-02-21 17:22:43 +01:00
Enno Rehling
2c82ddd4d1 rename to password_encode, streamline tests
Conflicts:
	src/kernel/save.c
2016-02-21 16:03:42 +01:00
Enno Rehling
535a864ffe bcrypt hashes implementation, not activated yet. 2016-02-21 15:59:39 +01:00
Enno Rehling
a6b39d6fb7 bad merge, forgot the lua files. 2016-02-21 13:18:17 +01:00
Enno Rehling
4bf282bdd7 Merge branch 'release-3.7.11' into upstream-master
accidentally added a test that fails for the currently broken passwort-crypting

Conflicts:
	scripts/tests/e3/rules.lua
	src/attributes/reduceproduction.c
	src/building_action.c
	src/buildno.h
	src/kernel/region.c
	src/kernel/save.c
	src/kernel/save.test.c
	src/kernel/version.h
	src/laws.c
	src/magic.c
	src/magic.h
	src/wormhole.c
2016-02-21 11:01:50 +01:00
Enno Rehling
dd94771ed8 test password reading and writing for BADCRYPT_VERSION (requires external file) 2016-02-21 10:25:18 +01:00
Enno Rehling
9ac05666ea add a test for succesful read/write of password
TODO: do this for different datafile versions (BADCRYPT, etc)
2016-02-21 10:10:26 +01:00
Enno Rehling
2094c4964c Merge branch 'release-3.7.11' of github.com:eressea/server into release-3.7.11 2016-02-21 09:28:34 +01:00
Enno Rehling
1682b3d583 fix off-by-one error 2016-02-20 22:23:19 +01:00
Enno Rehling
ca6bc638ed release version 3.7.13 2016-02-20 22:12:13 +01:00
Enno Rehling
1b28beeaa1 fix off-by-one error when analyzing passwords.txt (crash E3 and E4
today)
2016-02-20 21:43:01 +01:00
Enno Rehling
c8fabecb36 Merge pull request #486 from eressea/hotfix/datafile-read-3.7.11
third try: upgrade to 3.7.11, read 3.8 datafiles
2016-02-20 21:08:46 +01:00
Enno Rehling
8054a145cc hack to read passwords from an external file 2016-02-20 18:21:39 +01:00
Enno Rehling
fc86de85f1 resolve a TODO, make attribute (and data) a little bit smaller. 2016-02-20 16:50:11 +01:00
Enno Rehling
33d1521bfd pass the parent of an attribute into a_age and attrib_type::age 2016-02-20 16:50:04 +01:00
Steffen Mecke
22367249db fix morale change when region owner changes
http://bugs.eressea.de/view.php?id=2139

Conflicts:
	scripts/tests/e3/castles.lua
2016-02-20 16:42:18 +01:00
Enno Rehling
29c9e719da eliminate plane.watchers feature
. we don't use them anywhere
. they have no tests
. they crash readgame when watchers have died
2016-02-18 08:48:54 +01:00
Enno Rehling
57085ea47b gcc fix, disable test properly
TBD:plane.watchers
2016-02-18 08:11:39 +01:00
Enno Rehling
9f62e74a37 add a test to check that destroyfaction updates the alliance leader.
clean up save.test.c a bit.
disable failing test temporarily.
2016-02-17 14:06:59 +01:00
Enno Rehling
a6fe697c7a tests for read/write of triggers that reference factions, with bugfixes. 2016-02-17 13:55:48 +01:00
Enno Rehling
325a0ccbf1 write a test that proves the bug in turn 966 2016-02-17 09:24:19 +01:00
Enno Rehling
4050f994a4 fix write_faction_reference, check for f->alive in other places
TODO:
1. I added some new TODOs
2. What happens to morale when region owners die?
3. Needs tests
2016-02-16 07:30:26 +01:00
Enno Rehling
9829a58174 Merge pull request #482 from ennorehling/master
E2 turn 966 desaster fix
2016-02-13 22:32:27 +01:00
Enno Rehling
95092a8085 disable intermittent test. see issue #477 2016-02-13 22:23:12 +01:00
Enno Rehling
b0be24245b disable intermittent test. see issue #477 2016-02-13 22:21:34 +01:00
Enno Rehling
54e4b7a508 E2 turn 966 desaster: code was writing a bad datafile 2016-02-13 22:07:51 +01:00
Enno Rehling
5317c029d5 fix key upgrade.
should have had a test to begin with.
github issue #481
2016-02-13 21:38:42 +01:00
Enno Rehling
9c10cc6b16 fix linux build 2016-02-13 13:56:49 +01:00
Enno Rehling
9c7dd13ac9 Merge branch 'develop' of https://github.com/ennorehling/eressea into develop 2016-02-13 13:27:40 +01:00
Enno Rehling
ec216643c3 Merge branch 'develop' of github.com:ennorehling/eressea into develop 2016-02-13 07:28:36 +01:00
Enno Rehling
b4323c4a3c unused variable 2016-02-13 07:27:21 +01:00
Enno Rehling
40530f2066 rename to password_encode, streamline tests 2016-02-12 08:33:08 +01:00
Enno Rehling
c0c6d19be2 bcrypt hashes implementation, not activated yet. 2016-02-12 07:16:45 +01:00
Enno Rehling
64937fac3a do all password checks with EPasswd 2016-02-11 20:39:56 +01:00
Enno Rehling
57ae38dec5 add scripts for fetching report by email 2016-02-11 20:27:41 +01:00
Enno Rehling
b18f048e1e install procmail rules in share 2016-02-11 11:41:19 +01:00
Enno Rehling
6d8d55ef09 filter invalid lines for mime parser' 2016-02-11 11:22:32 +01:00
Enno Rehling
b031efaba5 add gruenbaer procmail rules to git 2016-02-11 11:12:23 +01:00
Enno Rehling
2d99a999dc add the real orders-accept script 2016-02-11 11:08:51 +01:00
Enno Rehling
f4642ce82b Merge pull request #476 from ennorehling/master
script installation
2016-02-10 23:21:38 +01:00
Enno Rehling
84a6e7a498 include process directory in install process, clean up install script 2016-02-10 23:06:41 +01:00
Enno Rehling
844bbde0aa Merge pull request #475 from ennorehling/master
generate htpasswd files, understand apr1 hashes in confirmation script
2016-02-10 14:23:13 +01:00
Enno Rehling
88f3a46142 generate htpasswd files, understand apr1 hashes in confirmation script 2016-02-10 14:12:38 +01:00
Enno Rehling
d361622008 password module 2016-02-10 13:42:53 +01:00
Enno Rehling
3fd7a3c486 Merge branch 'develop' of github.com:eressea/server into develop 2016-02-10 13:41:09 +01:00
Enno Rehling
bb44126652 password checking module 2016-02-10 13:40:57 +01:00
Enno Rehling
337aaa18e4 Merge pull request #473 from ennorehling/develop
attribute storage: reduce datafile size by 5%
2016-02-10 11:28:49 +01:00
Enno Rehling
01e864273a crash with an assert if Lua code has syntax errors.
this addresses issue #474
also, correct capitalization of Lua.
2016-02-09 21:34:24 +01:00
Enno Rehling
91ca77bc48 passwd is no longer written 2016-02-09 18:34:36 +01:00