BlauFeuer
8cd21defca
Adds class var options to some system commands
...
CmdPy, CmdScripts, CmdService, CmdServerLoad and
plural of Switch is Switches in docstring
2018-03-02 07:31:33 -05:00
BlauFeuer
cd0283d4e7
Add options class var to some admin commands
...
CmdBoot, CmdDelAccount, CmdEmit + Docstring edit,
CmdPerm + Docstring edit.
2018-03-02 07:27:57 -05:00
BlauFeuer
e939ae8424
Added options class variable to CmdOption, CmdQuit
...
docstring Switch is plural for multiple Switches
2018-03-02 07:24:27 -05:00
BlauFeuer
d3a0c70945
Add tests for MUX command added feature
...
Shortened long lines, added tests with different parses
for MUX command added class vars: options and split
2018-03-02 07:22:26 -05:00
BlauFeuer
63718bb090
MUX command add optional self.option, self.split
...
These optional variables aid in parsing, if set.
self.options = (tuple of valid /switches expected by this command
self.split = Alternate string delimiter to separate left/right side.
2018-03-02 07:18:18 -05:00
Griatch
037932aae2
Merge pull request #1552 from BlauFeuer/develop-locate
...
`@locate` alias of CmdFind shows location of find
2018-02-22 19:13:11 +01:00
BlauFeuer
998cc759d5
Add test for CmdFind locate alias and loc switch
2018-02-15 19:41:24 -05:00
BlauFeuer
f2e5e70d9b
Add loc switch to CmdFind and docstring
2018-02-15 17:25:01 -05:00
Griatch
ca9d13bb45
Merge branch 'master' into develop
2018-02-03 16:18:54 +01:00
Griatch
70dbaf8bf4
Update lock docstring. Closes #1563 .
2018-02-03 14:51:49 +01:00
Griatch
0ae76233ee
Resolve merge conflicts
2018-01-29 00:16:30 +01:00
Griatch
587471c2b6
Change GA style to not include endline, add FORCEDENDLINE for clients requiring GA+endline. See #1395 .
2018-01-28 23:15:38 +01:00
Griatch
4376058ee9
Merge branch 'master' into develop
2018-01-27 14:20:13 +01:00
BlauFeuer
a9648cf2bb
Fix to catch non @ version of command
2018-01-19 05:28:03 -05:00
BlauFeuer
3bdb0cd2ca
Docstring typo fix in access method of Command
2018-01-17 15:36:27 -05:00
BlauFeuer
1f128e1154
Update CmdWall test to reflect message change
2018-01-16 10:20:19 -05:00
BlauFeuer
e5c5c0f873
CmdWall docstring and message change
...
Notes that message will also be sent to unlogged in sessions
2018-01-16 09:59:03 -05:00
BlauFeuer
96508d8a25
Typo fix in CmdWhisper help docstring
2018-01-15 13:53:19 -05:00
BlauFeuer
44590627c5
@locate alias of CmdFind shows location of find
...
If using `@locate` alias and only one object is found and the found object has a location, display that information.
2018-01-15 13:50:08 -05:00
Griatch
3bec3a3512
Support in-game server-control commands
2018-01-14 23:11:59 +01:00
Griatch
5741eef9bc
Parallel start/stop/reload systems, for testing
2018-01-14 14:02:34 +01:00
Griatch
ffc493f561
Update unittests
2018-01-09 20:42:16 +01:00
Griatch
728f933d6d
Update nicks to properly handle account-nicks in e.g. pages
2018-01-09 20:38:06 +01:00
Griatch
c7cfca2785
Refactoring/cleanup of deletion/managing of nicks in nick Command
2018-01-09 19:39:49 +01:00
Griatch
05c6813dd9
Fix error in nick deletion parsing
2018-01-09 18:51:07 +01:00
Griatch
0ecf99ab4b
Correct nick parsing
2018-01-09 18:22:42 +01:00
Griatch
dec5dbbf3a
Add escaping = as \= in nicks, add colors. Resolves #1551 .
2018-01-09 18:09:56 +01:00
Griatch
785eb528e8
Rename to get_numbered_name. Handle 'two boxes' through aliasing. Fix unittests
2018-01-07 20:34:47 +01:00
Griatch
217bc27826
Make alias command handle categories, remove 'alias' alias from nick cmd
2018-01-07 16:20:56 +01:00
Griatch
a12a5d7445
Merge branch 'master' into develop
2018-01-06 20:14:02 +01:00
sorressean
61f02309e4
spelled correctly this time.
2018-01-05 02:38:35 -05:00
sorressean
7e2afe4316
Fixed typo in help message that shows syntax.
2018-01-05 02:33:29 -05:00
Griatch
5d1c3cb27e
Merge branch 'master' into develop
2018-01-02 21:52:43 +01:00
Griatch
74e8c74f80
Work towards resolving unittests with deferreds
2018-01-02 21:21:57 +01:00
Griatch
76555e6ca5
Resolve merge conflicts
2018-01-01 21:05:35 +01:00
Griatch
a342353fd6
Add a slight delay to telnet handshake to give mudlet a chance to catch up
2018-01-01 20:58:48 +01:00
Tehom
0adb346555
Try to clarify help file.
2017-12-19 00:42:23 -05:00
Tehom
dd3e9ccbbe
Allow other typeclasses to have their Attributes set via command.
2017-12-17 18:53:41 -05:00
Griatch
13ebf768db
Merge branch 'master' into develop
2017-12-05 17:14:25 +01:00
Griatch
25bfc8f9e8
Merge pull request #1515 from chainsol/fix_account_delete
...
Change pop() to first() in commands/default/admin.py
2017-11-29 20:11:55 +01:00
Nicholas
814ddc567e
Change pop() to first()
2017-11-11 12:29:07 -05:00
Griatch
4507c7aa2d
Merge branch 'master' into develop
2017-11-11 01:02:26 +01:00
Tehom
8049112186
Fix sethome's help file
2017-11-10 14:42:21 -05:00
Nicholas Matlaga
e1db190329
change references to db_subscriptions to reference handler correctly
2017-10-27 14:10:19 -04:00
AmberFennek
fe6be5069a
Text corrections in comments and strings
2017-10-16 15:13:53 -04:00
Griatch
8be657ba43
Merge branch 'master' into develop
2017-10-13 23:04:37 +02:00
Griatch
9f7fb2734c
Make @py output appear for all sessions in MULTISESSION_MODE=1
...
Resolves #1356 .
2017-10-12 18:03:48 +02:00
Ryan Stein
53a4fc0b66
resolve #1448 , fix 'no help entry' not popping up in webclient
2017-10-10 12:51:09 -04:00
Griatch
48a1ae1371
Merge branch 'master' into develop
2017-10-07 11:28:32 +02:00
Scyfris Talivinsky
b6649bcef8
Add a @spawn unit test
...
Tests the @spawn command and its variations. The test is designed to
aslo check the properties of the spawned objects for some common/obvious
settings.
Test also adds a new prototypes file to be used with the Evennia unit
tester for any tests that require named prototypes. The spawner test
requires testing named prototypes, so it is added in this change.
2017-10-06 01:59:45 -07:00