Commit graph

7331 commits

Author SHA1 Message Date
Griatch
77c2156189 Correctly mock session.protocol flags 2018-10-14 09:33:52 +02:00
Griatch
80b8e9d46a Fix simple errors in spawner test suite 2018-10-14 08:30:08 +02:00
Griatch
1bfce6b44c Specify seconday sorting to stabilize test case 2018-10-14 00:50:07 +02:00
Henddher Pedroza
5237946161 force PuzzleRecipe.db.puzzle_name to be stored as 'str' instead of unicode. Corresponding testcase 2018-10-13 16:47:06 -05:00
Griatch
7c019583f0 Reverse order of language in test 2018-10-13 22:27:12 +02:00
Griatch
c68d690f7e Handle missing ModuleNotFoundError in py3.5 2018-10-13 20:47:25 +02:00
Griatch
8d18cce3b0 Correct hashlib calls 2018-10-13 20:11:24 +02:00
Griatch
1fdfed13da Fix webclient communication 2018-10-13 19:56:46 +02:00
Griatch
2417fdf197 Remove iteritems() calls 2018-10-13 19:49:24 +02:00
Griatch
ede65d09d0 Clean up with 2to3 2018-10-13 19:43:17 +02:00
Griatch
c046976edc Remove remnant from merge collision 2018-10-13 19:33:06 +02:00
Griatch
28fe8685ed Remove basestring mentions remnants of 2.7 2018-10-13 19:30:24 +02:00
Griatch
5bfbb67428 Allow for connecting over telnet 2018-10-13 19:12:04 +02:00
Griatch
9c1dd4907c Fix bytes status error 2018-10-13 19:07:59 +02:00
Griatch
69932c369e Getting a little further in the process 2018-10-13 18:50:37 +02:00
Griatch
de09153d15 Merge develop branch, resolve conflicts 2018-10-13 17:19:38 +02:00
Griatch
d76a5f6498 Merge branch 'master' into develop 2018-10-13 17:16:47 +02:00
Griatch
94fcd45156 Fix (again) of tag batch creation 2018-10-13 16:59:07 +02:00
Griatch
60a9b922f2 Update changelog. 2018-10-13 11:28:41 +02:00
Griatch
279d51ce60 Add confirmation question to new accounts/delete switch 2018-10-13 11:26:31 +02:00
Griatch
ba847ed947 Merge branch 'develop-accounts-delete-switch' of https://github.com/whutch/evennia into whutch-develop-accounts-delete-switch 2018-10-13 11:03:47 +02:00
Will Hutcheson
0618a7d346 Move delaccount functionality to @accounts/delete
Implement #1477
2018-10-12 17:08:45 -05:00
Griatch
1aa447564e Make Session.execute_cmd consistent with Account/Object by accepting the session keyword 2018-10-10 23:26:20 +02:00
Johnny
60c9d2c6ec Redirects system errors from user-facing return to error log. 2018-10-10 01:15:19 +00:00
Johnny
7d93098176 Corrects additional incorrect guest authentication method. 2018-10-10 00:57:39 +00:00
Johnny
06f2cba42b Changes method used for guest authentication. 2018-10-10 00:48:54 +00:00
Johnny
eb9fdbc7e2 Implements create() and authenticate() on DefaultGuest object; migrates DefaultAccount.authenticate_guest(). 2018-10-10 00:41:27 +00:00
Johnny
fadb6b59b7 Adds create() method to DefaultScript and unit test for DefaultScript.create(). 2018-10-09 23:41:04 +00:00
Johnny
9a7368865d Modifies Account.create() to use Character.create() on lesser multisession modes. 2018-10-09 23:21:39 +00:00
Johnny
940b8e4ff9 Adds unit tests for create() methods. 2018-10-09 23:04:22 +00:00
Johnny
d9336dd718 Bugfixes. 2018-10-09 23:04:01 +00:00
Johnny
da31aada10 Resolves merge conflict. 2018-10-09 22:23:45 +00:00
Johnny
0217e4915b Implements create() methods on DefaultObject, DefaultCharacter, DefaultRoom and DefaultExit. 2018-10-09 22:20:06 +00:00
Johnny
3d7a6a40dc Implements create() method migrated from CmdCreate on DefaultObject. 2018-10-09 20:29:12 +00:00
Johnny
cfd1efa2f3 Updates docstring to expand MM acronym for clarity. 2018-10-09 20:28:47 +00:00
Griatch
8f3a159993 Handle prototype modules with non-dicts as global variables 2018-10-08 19:03:15 +02:00
Griatch
e0e72bda70 Make tutorial_world roots give clearer errors. Allow home/quit from dark room. Resolves #1584. 2018-10-08 18:50:33 +02:00
Griatch
4cff93e8e1 Resolve bug when trying to examine self when unprivileged 2018-10-08 18:20:35 +02:00
Henddher Pedroza
6015cdfc1d Merge branch 'master' of https://github.com/evennia/evennia into puzzles 2018-10-07 15:10:49 -05:00
Griatch
104fc7635a Merge branch 'master' into develop 2018-10-07 21:17:51 +02:00
Griatch
6f13933406 Create hash password when creating irc bot. 2018-10-07 21:17:40 +02:00
Johnny
33727b472c Adds CRUD views for characters. 2018-10-07 17:26:19 +00:00
Griatch
fca63ece95 Merge branch 'master' into develop 2018-10-07 19:18:09 +02:00
Henddher Pedroza
d52567c91c Manual merge conflict 2018-10-07 11:55:57 -05:00
Henddher Pedroza
97a7352a46 Replace FIXMEs with TODOs 2018-10-07 11:50:59 -05:00
Griatch
9b2b17d5e4 Correct tag handling in prototype; fix unittests 2018-10-07 18:45:28 +02:00
Henddher Pedroza
86915c9e0d Prototypes automatically adds 'prototype_key' and such prevents objects/puzzle-parts matching during puzzle resolution. Fix tags processing in spawner 2018-10-07 11:30:42 -05:00
Griatch
bfc15b13a5 Update docker file to better handle starting without an existing game folder 2018-10-07 18:29:25 +02:00
Griatch
1b00e103e7 Cleanup of account tests with more mocking 2018-10-07 14:31:36 +02:00
Griatch
775c908515 Fix bug in unittest that would cause occational name collision 2018-10-07 12:31:43 +02:00