Commit graph

565 commits

Author SHA1 Message Date
Griatch
bc223a2e92 Add more unit tests to build commands 2019-02-05 23:51:30 +01:00
Griatch
fe376795ec Add partial unittests for EvEditor 2019-02-05 01:14:32 +01:00
Griatch
11d39a57b5 Add unit tests for syscmds, refactor cmdparser 2019-02-01 23:23:41 +01:00
Griatch
b45cdcf8c2 Fix nix traceback. Resolves #1761. 2019-01-04 19:51:26 +01:00
Griatch
e016ba921e Merge branch 'master' into develop 2019-01-01 15:15:30 +01:00
Griatch
352582541f Make help command accept use without a session 2019-01-01 03:29:55 +01:00
Griatch
daa9c55653 Merge branch 'master' into develop 2018-12-30 11:15:10 +01:00
Antrare
e102782ab0 BugFix - Delete Prototypes using spawn command
Spawn/delete <prototypekey> was not actually deleting anything.  This enables the command to work as expected.
2018-12-18 20:31:14 +11:00
Griatch
54843dfa71 Merge pull request #1742 from strikaco/admincontact
Adds STAFF_CONTACT_EMAIL setting and value to unloggedin help command
2018-12-02 15:59:22 +01:00
Johnny
81de57adfd Adds public point of contact email to settings and unloggedin help command. 2018-11-07 21:26:34 +00:00
Johnny
7be0ef60ad Adds delete() lock to characters by default. 2018-11-07 20:44:48 +00:00
Griatch
1867bed6d2 Merge branch 'master' into develop 2018-10-26 20:52:44 +02:00
Johnny
74346ca005 Adds alias to CmdReload. (ref: #1707) 2018-10-26 18:31:31 +00:00
Griatch
0a5701d627 Give default permissions to spawn/edit prototypes.
Resolves #1687.
2018-10-26 20:07:13 +02:00
Griatch
e01fc751d8 Merge branch 'master' into develop 2018-10-23 15:18:49 +02:00
Griatch
b6b07ccdb5 Update CHANGELOG, pep8 fixes 2018-10-23 01:04:25 +02:00
Johnny
030a83bf9c Merge branch 'develop' into accounts 2018-10-22 21:12:58 +00:00
Henddher Pedroza
e956bcf3be Add 'examine' as valid switch alias for 'show' with its corresponding tests 2018-10-21 14:15:34 -05:00
Henddher Pedroza
1cbbdf5410 Harden test '@spawn/edit <valid-prototype>' by asserting that olc_menu has been loaded with valid-prototype.UX Enhancement to OLC menu. Underneath the title, display 'Editing: key(prototype_key)' of the prototype being edited. If none, show blank line 2018-10-21 13:43:36 -05:00
Henddher Pedroza
f70fa467f5 Test @spawn/edit BALL (synonym) 2018-10-20 20:22:11 -05:00
Henddher Pedroza
9f26d4b728 code cleanup 2018-10-20 20:12:55 -05:00
Henddher Pedroza
931290a7a0 Handle '@spawn/edit ' (no prototype key given) brings OLC menu. Handle '@spawn/edit testball' brings OLC menu. Handle '@spawn/edit NO_EXISTS' that returns error 2018-10-20 20:11:41 -05:00
Henddher Pedroza
414f72c3b0 Merge branch 'master' of https://github.com/Henddher/evennia into bug_1684 2018-10-20 18:18:59 -05:00
Griatch
87abbbcd2e Merge branch 'master' into develop 2018-10-21 00:19:34 +02:00
Griatch
18cf0ca6c9 Merge pull request #1698 from TehomCD/add_force_command
Add a simple 'force' command to force objects to execute commands.
2018-10-21 00:07:06 +02:00
Griatch
30a6bdd392 Merge pull request #1695 from TehomCD/record_portal_uptime
Add portal uptime to @time command.
2018-10-20 23:48:39 +02:00
Griatch
03b6621b99 Merge pull request #1691 from Henddher/bug_1499
Bug 1499: [READY FOR REVIEW AND MERGE] No way to clear object descs without resulting to `@py`
2018-10-20 23:38:35 +02:00
Henddher Pedroza
ff6deb90c1 Modify tests so they pass. Some new tests throw exceptions 2018-10-19 19:16:02 -05:00
Henddher Pedroza
d3ddeda7c9 @spawn/edit is equivalent to @spawn/olc and @olc 2018-10-19 19:01:27 -05:00
Henddher Pedroza
ca81d35e1c Baseline tests: assert current behavior (disregarding requirements) 2018-10-19 18:44:45 -05:00
Tehom
d4f76b3d2e Add a simple 'force' command to force objects to execute commands. 2018-10-18 23:12:22 -04:00
Henddher Pedroza
01109de875 Merge branch 'master' of https://github.com/Henddher/evennia into bug_1684 2018-10-18 17:54:08 -05:00
Henddher Pedroza
4946b0f65d Tests for @spawn/edit and @spawn/examine 2018-10-18 17:52:25 -05:00
Tehom
040cc2aa9f Add portal uptime to @time command. 2018-10-18 04:24:03 -04:00
Tehom
7dadc86693 Implement local-first search for @link command 2018-10-17 23:41:19 -04:00
Henddher Pedroza
e08efc68dc Harden assertions 2018-10-16 20:09:17 -05:00
Henddher Pedroza
dc44dc0176 In @desc command, validate rhs based on = sign present in orig args. Default MUX parsing assigns None to rhs if there is nothing on the right of the = sign. 2018-10-16 19:49:19 -05:00
Henddher Pedroza
6b96e84fd0 Tests for @desc obj= 2018-10-16 19:31:10 -05:00
Griatch
3bd34087ce Add confirmation question to new accounts/delete switch 2018-10-13 11:26:31 +02:00
Griatch
ead69148b7 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
965e973294 Move delaccount functionality to @accounts/delete
Implement #1477
2018-10-12 17:08:45 -05:00
Johnny
c7f041d6d0 Corrects additional incorrect guest authentication method. 2018-10-10 00:57:39 +00:00
Johnny
ed26a522c8 Changes method used for guest authentication. 2018-10-10 00:48:54 +00:00
Johnny
b25fb14811 Resolves merge conflict. 2018-10-09 22:23:45 +00:00
Griatch
e42c6fd8c3 Merge branch 'master' into develop 2018-10-07 21:17:51 +02:00
Griatch
40eb691cd4 Create hash password when creating irc bot. 2018-10-07 21:17:40 +02:00
Griatch
c0c36a8641 Merge branch 'master' into develop 2018-10-06 21:20:10 +02:00
Griatch
7133492630 Be more lenient with spawning old, more free-form prototypes 2018-10-06 19:00:54 +02:00
Griatch
a5b4f41397 [fix] Correct missing caller arg in security message 2018-10-06 14:21:24 +02:00
Johnny
a19d2e10a5 Adds logging to create/puppet/update/delete commands. 2018-10-03 20:47:27 +00:00